public interface StatementProvider
Modifier and Type | Method and Description |
---|---|
AttributeMapper |
getAttributeMapper(SAML2Config saml2Config) |
AttributeStatementsProvider |
getAttributeStatementsProvider(SAML2Config saml2Config) |
AuthenticationStatementsProvider |
getAuthenticationStatementsProvider(SAML2Config saml2Config) |
AuthzDecisionStatementsProvider |
getAuthzDecisionStatementsProvider(SAML2Config saml2Config) |
ConditionsProvider |
getConditionsProvider(SAML2Config saml2Config) |
SubjectProvider |
getSubjectProvider(SAML2Config saml2Config) |
ConditionsProvider getConditionsProvider(SAML2Config saml2Config) throws TokenCreationException
saml2Config
- The SAML2Config corresponding to the STS instance consuming the TokenGenerationServiceTokenCreationException
SubjectProvider getSubjectProvider(SAML2Config saml2Config) throws TokenCreationException
saml2Config
- The SAML2Config corresponding to the STS instance consuming the TokenGenerationServiceTokenCreationException
AuthenticationStatementsProvider getAuthenticationStatementsProvider(SAML2Config saml2Config) throws TokenCreationException
saml2Config
- The SAML2Config corresponding to the STS instance consuming the TokenGenerationServiceTokenCreationException
AttributeStatementsProvider getAttributeStatementsProvider(SAML2Config saml2Config) throws TokenCreationException
saml2Config
- The SAML2Config corresponding to the STS instance consuming the TokenGenerationServiceTokenCreationException
AuthzDecisionStatementsProvider getAuthzDecisionStatementsProvider(SAML2Config saml2Config) throws TokenCreationException
saml2Config
- The SAML2Config corresponding to the STS instance consuming the TokenGenerationServiceTokenCreationException
AttributeMapper getAttributeMapper(SAML2Config saml2Config) throws TokenCreationException
saml2Config
- The SAML2Config corresponding to the STS instance consuming the TokenGenerationServiceTokenCreationException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.