Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
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 |
---|---|
Subject |
AssertionFactory.createSubject()
Returns a new instance of
Subject . |
Subject |
AssertionFactory.createSubject(Element elem)
Returns a new instance of
Subject . |
Subject |
AssertionFactory.createSubject(String xml)
Returns a new instance of
Subject . |
Subject |
Assertion.getSubject()
Returns the subject of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
Assertion.setSubject(Subject subject)
Sets the subject of the assertion
|
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectQueryAbstract.getSubject()
Returns the
Subject object. |
Subject |
AuthnRequest.getSubject()
Returns the
Subject object. |
Modifier and Type | Method and Description |
---|---|
void |
SubjectQueryAbstract.setSubject(Subject subject)
Sets the
Subject object. |
void |
AuthnRequest.setSubject(Subject subject)
Sets the
Subject object. |
Modifier and Type | Method and Description |
---|---|
Subject |
SubjectProvider.get(String subjectId,
String audienceId,
SAML2Config saml2Config,
SAML2SubjectConfirmation subjectConfirmation,
Date assertionIssueInstant,
ProofTokenState proofTokenState)
Called to obtain the Subject instance to be included in the generated SAML2 assertion
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.