public class CacheCredentialsMetaDataPopulator extends BaseAuthenticationMetaDataPopulator
AuthenticationMetaDataPopulator to retrieve and store
the password as an authentication attribute under the key
UsernamePasswordCredential.AUTHENTICATION_ATTRIBUTE_PASSWORD.| Constructor and Description |
|---|
CacheCredentialsMetaDataPopulator() |
CacheCredentialsMetaDataPopulator(org.apereo.cas.CipherExecutor cipherExecutor) |
| Modifier and Type | Method and Description |
|---|---|
void |
populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder,
org.apereo.cas.authentication.AuthenticationTransaction transaction) |
boolean |
supports(org.apereo.cas.authentication.Credential credential) |
java.lang.String |
toString() |
getOrderpublic CacheCredentialsMetaDataPopulator()
public CacheCredentialsMetaDataPopulator(org.apereo.cas.CipherExecutor cipherExecutor)
public void populateAttributes(org.apereo.cas.authentication.AuthenticationBuilder builder,
org.apereo.cas.authentication.AuthenticationTransaction transaction)
public boolean supports(org.apereo.cas.authentication.Credential credential)
public java.lang.String toString()
toString in class BaseAuthenticationMetaDataPopulator