Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
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 | Class and Description |
---|---|
class |
AuthnStatementImpl
This is the default implementation of interface
AuthnStatement . |
Modifier and Type | Method and Description |
---|---|
List<AuthnStatement> |
AssertionImpl.getAuthnStatements()
Returns the Authn statements of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionImpl.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.
|
List<AuthnStatement> |
DefaultAuthenticationStatementsProvider.get(SAML2Config saml2Config,
String authNContextClassRef) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.