Uses of Interface
com.sun.identity.saml2.assertion.Subject
Packages that use 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
Methods in com.sun.identity.saml2.assertion that return SubjectModifier 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 assertionMethods in com.sun.identity.saml2.assertion with parameters of type SubjectModifier and TypeMethodDescriptionvoid
Assertion.setSubject
(Subject subject) Sets the subject of the assertion -
Uses of Subject in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return SubjectModifier and TypeMethodDescriptionAuthnRequest.getSubject()
Returns theSubject
object.SubjectQueryAbstract.getSubject()
Returns theSubject
object.Methods in com.sun.identity.saml2.protocol with parameters of type SubjectModifier 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
Methods in org.forgerock.am.saml2.impl that return SubjectMethods in org.forgerock.am.saml2.impl with parameters of type SubjectModifier 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.Constructors in org.forgerock.am.saml2.impl with parameters of type SubjectModifierConstructorDescriptionSaml2ResponseData
(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
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements that return SubjectModifier 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