Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
org.forgerock.openam.sts.tokengeneration.saml2.statements |
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
|
Modifier and Type | Method and Description |
---|---|
AuthzDecisionStatement |
AssertionFactory.createAuthzDecisionStatement()
Returns a new instance of
AuthzDecisionStatement . |
AuthzDecisionStatement |
AssertionFactory.createAuthzDecisionStatement(Element elem)
Returns a new instance of
AuthzDecisionStatement . |
AuthzDecisionStatement |
AssertionFactory.createAuthzDecisionStatement(String xml)
Returns a new instance of
AuthzDecisionStatement . |
Modifier and Type | Method and Description |
---|---|
List<AuthzDecisionStatement> |
Assertion.getAuthzDecisionStatements()
Returns the
AuthzDecisionStatements of the assertion |
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setAuthzDecisionStatements(List<AuthzDecisionStatement> statements)
Sets the
AuthzDecisionStatements of the assertion |
Modifier and Type | Method and Description |
---|---|
List<AuthzDecisionStatement> |
AuthzDecisionStatementsProvider.get(SSOToken ssoToken,
SAML2Config config) |
Copyright © 2010-2018, ForgeRock All Rights Reserved.