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