Class AuthenticationContextAttributeMetaDataPopulator
java.lang.Object
org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
org.apereo.cas.authentication.metadata.AuthenticationContextAttributeMetaDataPopulator
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationMetaDataPopulator,org.springframework.core.Ordered
public class AuthenticationContextAttributeMetaDataPopulator
extends BaseAuthenticationMetaDataPopulator
- Since:
- 5.1.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationContextAttributeMetaDataPopulator(String authenticationContextAttribute, org.apereo.cas.authentication.AuthenticationHandler authenticationHandler, String authenticationContextAttributeValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder, org.apereo.cas.authentication.AuthenticationTransaction transaction) booleansupports(org.apereo.cas.authentication.Credential credential) toString()Methods inherited from class org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
getOrder, setOrder
-
Constructor Details
-
AuthenticationContextAttributeMetaDataPopulator
-
-
Method Details
-
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) -
toString
- Overrides:
toStringin classBaseAuthenticationMetaDataPopulator
-