public interface SubjectConfirmation
SubjectConfirmation element specifies a subject by specifying data that
authenticates the subject.
The following schema fragment specifies the expected content contained within SAML SubjectConfirmation element.
<complexType name="SubjectConfirmationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}ConfirmationMethod" maxOccurs="unbounded"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectConfirmationData" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getConfirmationMethod()
Gets the value of the confirmationMethod property.
|
NameID |
getNameId()
Gets the value of the nameID property for SAML 2.0
|
Object |
getSubjectConfirmationDataForSAML11()
Gets the value of the subjectConfirmationData property for SAML 1.1 and SAML 1.0.
|
SubjectConfirmationData |
getSubjectConfirmationDataForSAML20()
Gets the value of the subjectConfirmationData property for SAML 2.0
|
List<String> getConfirmationMethod()
StringObject getSubjectConfirmationDataForSAML11()
ObjectSubjectConfirmationData getSubjectConfirmationDataForSAML20()
SubjectConfirmationDataCopyright © 2005–2018 Oracle Corporation. All rights reserved.