Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
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 |
Copyright © 2010-2016, ForgeRock All Rights Reserved.