Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
KeyInfoConfirmationDataImpl
The
KeyInfoConfirmationData constrains a
SubjectConfirmationData element to contain one or more
|
class |
SubjectConfirmationDataImpl
The
SubjectConfirmationData specifies additional data
that allows the subject to be confirmed or constrains the circumstances
under which the act of subject confirmation can take place. |
Modifier and Type | Method and Description |
---|---|
SubjectConfirmationData |
SubjectConfirmationImpl.getSubjectConfirmationData()
Returns the subject confirmation data
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmationImpl.setSubjectConfirmationData(SubjectConfirmationData value)
Sets the subject confirmation data
|
Modifier and Type | Method and Description |
---|---|
static void |
SAML2Utils.validateRecipient(SPSSODescriptorElement spDesc,
String assertionID,
SubjectConfirmationData subjectConfData)
Validates the Recipient value stored within the SubjectConfirmationData element based on the following rules:
The value MUST not be null.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.