Class RememberMeAuthenticationMetaDataPopulator

  • All Implemented Interfaces:
    org.apereo.cas.authentication.AuthenticationMetaDataPopulator, org.springframework.core.Ordered

    public class RememberMeAuthenticationMetaDataPopulator
    extends BaseAuthenticationMetaDataPopulator
    Determines if the credential provided are for Remember Me Services and then sets the appropriate Authentication attribute if remember me services have been requested.
    Since:
    3.2.1
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populateAttributes​(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction)  
      boolean supports​(org.apereo.cas.authentication.Credential credential)  
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator

        getOrder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RememberMeAuthenticationMetaDataPopulator

        public RememberMeAuthenticationMetaDataPopulator()
    • Method Detail

      • populateAttributes

        public void populateAttributes​(org.apereo.cas.authentication.AuthenticationBuilder builder,
                                       org.apereo.cas.authentication.AuthenticationTransaction transaction)
      • supports

        public boolean supports​(org.apereo.cas.authentication.Credential credential)