public class ClientAuthenticationMetaDataPopulator
extends java.lang.Object
implements org.apereo.cas.authentication.AuthenticationMetaDataPopulator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLIENT_NAME
The name of the client used to perform the authentication.
|
| Constructor and Description |
|---|
ClientAuthenticationMetaDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder,
org.apereo.cas.authentication.Credential credential) |
boolean |
supports(org.apereo.cas.authentication.Credential credential) |
public static final java.lang.String CLIENT_NAME
public ClientAuthenticationMetaDataPopulator()
public void populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder,
org.apereo.cas.authentication.Credential credential)
populateAttributes in interface org.apereo.cas.authentication.AuthenticationMetaDataPopulatorpublic boolean supports(org.apereo.cas.authentication.Credential credential)
supports in interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator