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 |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<AuthnStatement> |
AuthenticationStatementsProvider.get(SAML2Config saml2Config,
String authnContextClassRef)
Invoked to obtain the List of AuthnStatement instances to be included in the generated SAML2 assertion.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.