Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
Modifier and Type | Method and Description |
---|---|
AuthnStatement |
AssertionFactory.createAuthnStatement()
Returns a new instance of
AuthnStatement . |
AuthnStatement |
AssertionFactory.createAuthnStatement(Element elem)
Returns a new instance of
AuthnStatement . |
AuthnStatement |
AssertionFactory.createAuthnStatement(String xml)
Returns a new instance of
AuthnStatement . |
Modifier and Type | Method and Description |
---|---|
List<AuthnStatement> |
Assertion.getAuthnStatements()
Returns the
AuthnStatements of the assertion |
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setAuthnStatements(List<AuthnStatement> statements)
Sets the
AuthnStatements of the assertion |
Copyright © 2010-2016, ForgeRock All Rights Reserved.