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 SubjectAssertionFactory. createSubject()Returns a new instance ofSubject.SubjectAssertionFactory. createSubject(String xml)Returns a new instance ofSubject.SubjectAssertionFactory. createSubject(Element elem)Returns a new instance ofSubject.SubjectAssertion. getSubject()Returns the subject of the assertionMethods in com.sun.identity.saml2.assertion with parameters of type Subject Modifier and Type Method Description voidAssertion. 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 SubjectAuthnRequest. getSubject()Returns theSubjectobject.SubjectSubjectQueryAbstract. getSubject()Returns theSubjectobject.Methods in com.sun.identity.saml2.protocol with parameters of type Subject Modifier and Type Method Description voidAuthnRequest. setSubject(Subject subject)Sets theSubjectobject.voidSubjectQueryAbstract. setSubject(Subject subject)Sets theSubjectobject. -
Uses of Subject in org.forgerock.am.saml2.impl
Methods in org.forgerock.am.saml2.impl that return Subject Modifier and Type Method Description SubjectSaml2ResponseData. getSubject()Get the subject.Methods in org.forgerock.am.saml2.impl with parameters of type Subject Modifier and Type Method Description Saml2SsoResultSaml2SsoResponseUtils. getSsoResultWithoutLocalLogin(Realm realm, String spEntityId, String idpEntityId, Subject subject, Assertion assertion, String storageKey)Processes the received SAML2 response, without triggering local authentication.voidSaml2ResponseData. 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 SubjectSubjectProvider. 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
-