Uses of Interface
com.sun.identity.saml2.assertion.Subject
Package
Description
Defines SAMLv2 assertion.
SAMLv2 Protocol Classes.
This package contains the implementation of the SAML2 client APIs.
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
-
Uses of Subject in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createSubject()
Returns a new instance ofSubject
.AssertionFactory.createSubject
(String xml) Returns a new instance ofSubject
.AssertionFactory.createSubject
(Element elem) Returns a new instance ofSubject
.Assertion.getSubject()
Returns the subject of the assertionModifier and TypeMethodDescriptionvoid
Assertion.setSubject
(Subject subject) Sets the subject of the assertion -
Uses of Subject in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionAuthnRequest.getSubject()
Returns theSubject
object.SubjectQueryAbstract.getSubject()
Returns theSubject
object.Modifier and TypeMethodDescriptionvoid
AuthnRequest.setSubject
(Subject subject) Sets theSubject
object.void
SubjectQueryAbstract.setSubject
(Subject subject) Sets theSubject
object. -
Uses of Subject in org.forgerock.am.saml2.impl
Modifier and TypeMethodDescriptionSaml2SsoResponseUtils.getSsoResultWithoutLocalLogin
(Realm realm, String spEntityId, String idpEntityId, Subject subject, Assertion assertion, String storageKey) Processes the received SAML2 response, without triggering local authentication.void
Saml2ResponseData.setSubject
(Subject subject) Sets the subject value.ModifierConstructorDescriptionSaml2ResponseData
(String sessionIndex, Subject subject, Assertion assertion, com.sun.identity.saml2.profile.ResponseInfo responseInfo, AuthnRequest authnRequest) Combine a new set of SAML2 response data as a single object. -
Uses of Subject in org.forgerock.openam.sts.tokengeneration.saml2.statements
Modifier and TypeMethodDescriptionSubjectProvider.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