Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KeyInfoConfirmationData
The
KeyInfoConfirmationData constrains a
SubjectConfirmationData element to contain one or more
ds:KeyInfo elements that identify cryptographic keys that are
used in some way to authenticate an attesting entity. |
Modifier and Type | Method and Description |
---|---|
SubjectConfirmationData |
AssertionFactory.createSubjectConfirmationData()
Returns a new instance of
SubjectConfirmationData . |
SubjectConfirmationData |
AssertionFactory.createSubjectConfirmationData(Element elem)
Returns a new instance of
SubjectConfirmationData . |
SubjectConfirmationData |
AssertionFactory.createSubjectConfirmationData(String xml)
Returns a new instance of
SubjectConfirmationData . |
SubjectConfirmationData |
SubjectConfirmation.getSubjectConfirmationData()
Returns the subject confirmation data
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setSubjectConfirmationData(SubjectConfirmationData value)
Sets the subject confirmation data
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.