public interface AuthenticationStatementsProvider
Modifier and Type | Method and Description |
---|---|
List<AuthnStatement> |
get(SAML2Config saml2Config,
String authnContextClassRef)
Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.
|
List<AuthnStatement> get(SAML2Config saml2Config, String authnContextClassRef) throws TokenCreationException
saml2Config
- The STS-instance-specific SAML2 configurationsauthnContextClassRef
- The AuthNContext class ref pulled out of the TokenGenerationServiceInvocationState.TokenCreationException
- If there was an error while creating the AuthnStatements.Copyright © 2010-2018, ForgeRock All Rights Reserved.