Class BaseAuthenticationMetaDataPopulator
java.lang.Object
org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationMetaDataPopulator,org.springframework.core.Ordered
- Direct Known Subclasses:
AuthenticationContextAttributeMetaDataPopulator,AuthenticationCredentialTypeMetaDataPopulator,AuthenticationDateAttributeMetaDataPopulator,CacheCredentialsMetaDataPopulator,ClientInfoAuthenticationMetaDataPopulator,CredentialCustomFieldsAttributeMetaDataPopulator,MultifactorAuthenticationProviderMetadataPopulator,RememberMeAuthenticationMetaDataPopulator,SuccessfulHandlerMetaDataPopulator
public abstract class BaseAuthenticationMetaDataPopulator
extends Object
implements org.apereo.cas.authentication.AuthenticationMetaDataPopulator
This is
BaseAuthenticationMetaDataPopulator.- Since:
- 5.1.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator
populateAttributes, supports