Class ClientInfoAuthenticationMetaDataPopulator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTRIBUTE_CLIENT_IP_ADDRESS
      Attribute to track client ip address.
      static java.lang.String ATTRIBUTE_GEO_LOCATION
      Attribute to track geo location, if any.
      static java.lang.String ATTRIBUTE_SERVER_IP_ADDRESS
      Attribute to track server ip address.
      static java.lang.String ATTRIBUTE_USER_AGENT
      Attribute to track user-agent, if any.
      • 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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.authentication.AuthenticationMetaDataPopulator

        getOrder
    • Field Detail

      • ATTRIBUTE_CLIENT_IP_ADDRESS

        public static final java.lang.String ATTRIBUTE_CLIENT_IP_ADDRESS
        Attribute to track client ip address.
        See Also:
        Constant Field Values
      • ATTRIBUTE_SERVER_IP_ADDRESS

        public static final java.lang.String ATTRIBUTE_SERVER_IP_ADDRESS
        Attribute to track server ip address.
        See Also:
        Constant Field Values
      • ATTRIBUTE_USER_AGENT

        public static final java.lang.String ATTRIBUTE_USER_AGENT
        Attribute to track user-agent, if any.
        See Also:
        Constant Field Values
      • ATTRIBUTE_GEO_LOCATION

        public static final java.lang.String ATTRIBUTE_GEO_LOCATION
        Attribute to track geo location, if any.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ClientInfoAuthenticationMetaDataPopulator

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