Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl |
Modifier and Type | Method and Description |
---|---|
SubjectConfirmation |
AssertionFactory.createSubjectConfirmation()
Returns a new instance of
SubjectConfirmation . |
SubjectConfirmation |
AssertionFactory.createSubjectConfirmation(Element elem)
Returns a new instance of
SubjectConfirmation . |
SubjectConfirmation |
AssertionFactory.createSubjectConfirmation(String xml)
Returns a new instance of
SubjectConfirmation . |
Modifier and Type | Class and Description |
---|---|
class |
SubjectConfirmationImpl
The
SubjectConfirmation provides the means for a relying
party to verify the correspondence of the subject of the assertion
with the party with whom the relying party is communicating. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.