public class AuthenticationContextAttributeMetaDataPopulator extends BaseAuthenticationMetaDataPopulator
| Constructor and Description |
|---|
AuthenticationContextAttributeMetaDataPopulator(java.lang.String authenticationContextAttribute,
org.apereo.cas.authentication.AuthenticationHandler authenticationHandler,
org.apereo.cas.services.MultifactorAuthenticationProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder,
org.apereo.cas.authentication.AuthenticationTransaction transaction) |
boolean |
supports(org.apereo.cas.authentication.Credential credential) |
java.lang.String |
toString() |
getOrderpublic AuthenticationContextAttributeMetaDataPopulator(java.lang.String authenticationContextAttribute,
org.apereo.cas.authentication.AuthenticationHandler authenticationHandler,
org.apereo.cas.services.MultifactorAuthenticationProvider provider)
public void populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder,
org.apereo.cas.authentication.AuthenticationTransaction transaction)
public boolean supports(org.apereo.cas.authentication.Credential credential)
public java.lang.String toString()
toString in class BaseAuthenticationMetaDataPopulator