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
Since:
5.1.0
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    setOrder(int order)
     
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator

    populateAttributes, supports
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getOrder

      public int getOrder()
      Specified by:
      getOrder in interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • setOrder

      public void setOrder(int order)