Class CacheCredentialsMetaDataPopulator
- java.lang.Object
-
- org.apereo.cas.authentication.metadata.BaseAuthenticationMetaDataPopulator
-
- org.apereo.cas.authentication.metadata.CacheCredentialsMetaDataPopulator
-
- All Implemented Interfaces:
org.apereo.cas.authentication.AuthenticationMetaDataPopulator,org.springframework.core.Ordered
public class CacheCredentialsMetaDataPopulator extends BaseAuthenticationMetaDataPopulator
We utilize theAuthenticationMetaDataPopulatorto retrieve and store the password as an authentication attribute under the keyUsernamePasswordCredential.AUTHENTICATION_ATTRIBUTE_PASSWORD.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description CacheCredentialsMetaDataPopulator()
-
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)
-