Uses of Interface
com.sun.identity.saml2.assertion.Subject
-
Packages that use Subject Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.org.forgerock.am.saml2.impl This package contains the implementation of the SAML2 client APIs.org.forgerock.openam.sts.tokengeneration.saml2.statements 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 Subject Modifier and Type Method Description Subject
AssertionFactory. createSubject()
Returns a new instance ofSubject
.Subject
AssertionFactory. createSubject(String xml)
Returns a new instance ofSubject
.Subject
AssertionFactory. createSubject(Element elem)
Returns a new instance ofSubject
.Subject
Assertion. getSubject()
Returns the subject of the assertionMethods in com.sun.identity.saml2.assertion with parameters of type Subject Modifier and Type Method Description void
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 Subject Modifier and Type Method Description Subject
AuthnRequest. getSubject()
Returns theSubject
object.Subject
SubjectQueryAbstract. getSubject()
Returns theSubject
object.Methods in com.sun.identity.saml2.protocol with parameters of type Subject Modifier and Type Method Description void
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 Subject Modifier and Type Method Description Subject
Saml2ResponseData. getSubject()
Get the subject.Methods in org.forgerock.am.saml2.impl with parameters of type Subject Modifier and Type Method Description Saml2SsoResult
Saml2SsoResponseUtils. 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 Subject Constructor Description Saml2ResponseData(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 Subject Modifier and Type Method 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
-