Class SurrogateAuthenticationMetaDataPopulator

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

    public class SurrogateAuthenticationMetaDataPopulator
    extends org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
    Since:
    5.1.0
    • 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 class org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator

        getOrder, setOrder, toString
      • Methods inherited from class java.lang.Object

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

      • SurrogateAuthenticationMetaDataPopulator

        public SurrogateAuthenticationMetaDataPopulator()
    • 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)