public class SuccessfulHandlerMetaDataPopulator extends Object implements AuthenticationMetaDataPopulator
SUCCESSFUL_AUTHENTICATION_HANDLERS.
This component provides a simple method to inject successful handlers into the CAS ticket validation
response to support level of assurance and MFA use cases.| Modifier and Type | Field and Description |
|---|---|
static String |
SUCCESSFUL_AUTHENTICATION_HANDLERS
Attribute name containing collection of handler names that successfully authenticated credential.
|
| Constructor and Description |
|---|
SuccessfulHandlerMetaDataPopulator() |
| Modifier and Type | Method and Description |
|---|---|
void |
populateAttributes(AuthenticationBuilder builder,
Credential credential)
Adds authentication metadata attributes on successful authentication of the given credential.
|
public static final String SUCCESSFUL_AUTHENTICATION_HANDLERS
public void populateAttributes(AuthenticationBuilder builder, Credential credential)
AuthenticationMetaDataPopulatorpopulateAttributes in interface AuthenticationMetaDataPopulatorbuilder - Builder object that temporarily holds authentication metadata.credential - Successfully authenticated credential.Copyright © 2004-2014 Jasig. All Rights Reserved.