Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
org.forgerock.openam.authentication.modules.saml2 |
Defines the classes necessary for SAML2 authentication.
|
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 | Class and Description |
---|---|
class |
SubjectImpl
The
Subject specifies the principal that is the subject
of all of the statements in the assertion. |
Modifier and Type | Method and Description |
---|---|
Subject |
AssertionImpl.getSubject()
Returns the subject of the assertion
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionImpl.setSubject(Subject subject)
Sets the subject of the assertion
|
Modifier and Type | Method and Description |
---|---|
static String |
SPACSUtils.getPrincipalWithoutLogin(Subject assertionSubject,
Assertion authnAssertion,
String realm,
String spEntityId,
SAML2MetaManager metaManager,
String idpEntityId,
String storageKey)
Returns the username if there was one from the Assertion we were able to map into a local user account.
|
Constructor and Description |
---|
DiscoveryBootstrap(Object session,
Subject sub,
String authnContextClassRef,
String wscID,
String realm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Subject |
AuthnRequest.getSubject()
Returns the
Subject object. |
Subject |
SubjectQueryAbstract.getSubject()
Returns the
Subject object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequest.setSubject(Subject subject)
Sets the
Subject object. |
void |
SubjectQueryAbstract.setSubject(Subject subject)
Sets the
Subject object. |
Modifier and Type | Field and Description |
---|---|
protected Subject |
SubjectQueryAbstractImpl.subject |
Modifier and Type | Method and Description |
---|---|
Subject |
AuthnRequestImpl.getSubject()
Returns the
Subject object. |
Subject |
SubjectQueryAbstractImpl.getSubject()
Returns the
Subject object. |
Modifier and Type | Method and Description |
---|---|
void |
AuthnRequestImpl.setSubject(Subject subject)
Sets the
Subject object. |
void |
SubjectQueryAbstractImpl.setSubject(Subject subject)
Sets the
Subject object. |
Modifier and Type | Method and Description |
---|---|
Subject |
SAML2ResponseData.getSubject()
Get the subject.
|
Modifier and Type | Method and Description |
---|---|
void |
SAML2ResponseData.setSubject(Subject subject)
Sets the subject value.
|
Constructor and Description |
---|
SAML2ResponseData(String sessionIndex,
Subject subject,
Assertion assertion,
ResponseInfo responseInfo)
Combine a new set of SAML2 response data as a single object.
|
Modifier and Type | Method and Description |
---|---|
Subject |
DefaultSubjectProvider.get(String subjectId,
String spAcsUrl,
SAML2Config saml2Config,
SAML2SubjectConfirmation subjectConfirmation,
Date assertionIssueInstant,
ProofTokenState proofTokenState) |
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–2025 Open Identity Platform Community. All rights reserved.