Class ClientInfoAuthenticationMetaDataPopulator
- java.lang.Object
-
- org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
-
- org.apereo.cas.authentication.metadata.ClientInfoAuthenticationMetaDataPopulator
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationMetaDataPopulator,org.springframework.core.Ordered
public class ClientInfoAuthenticationMetaDataPopulator extends BaseAuthenticationMetaDataPopulator
- Since:
- 5.2.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTRIBUTE_CLIENT_IP_ADDRESSAttribute to track client ip address.static java.lang.StringATTRIBUTE_GEO_LOCATIONAttribute to track geo location, if any.static java.lang.StringATTRIBUTE_SERVER_IP_ADDRESSAttribute to track server ip address.static java.lang.StringATTRIBUTE_USER_AGENTAttribute to track user-agent, if any.
-
Constructor Summary
Constructors Constructor Description ClientInfoAuthenticationMetaDataPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction)booleansupports(org.apereo.cas.authentication.Credential credential)
-
-
-
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
-
-