public class SubjectConfirmationType extends Object
Java class for SubjectConfirmationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectConfirmationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmationData"/>
</sequence>
<attribute name="Method" use="required" type="{http://www.rsa.com/names/2010/04/std-prof/SAML2.0}SubjectConfirmationMethods" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
method |
protected NameIDType |
nameID |
protected SubjectConfirmationDataType |
subjectConfirmationData |
| Constructor and Description |
|---|
SubjectConfirmationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Gets the value of the method property.
|
NameIDType |
getNameID()
Gets the value of the nameID property.
|
SubjectConfirmationDataType |
getSubjectConfirmationData()
Gets the value of the subjectConfirmationData property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
void |
setNameID(NameIDType value)
Sets the value of the nameID property.
|
void |
setSubjectConfirmationData(SubjectConfirmationDataType value)
Sets the value of the subjectConfirmationData property.
|
protected NameIDType nameID
protected SubjectConfirmationDataType subjectConfirmationData
protected String method
public NameIDType getNameID()
NameIDTypepublic void setNameID(NameIDType value)
value - allowed object is
NameIDTypepublic SubjectConfirmationDataType getSubjectConfirmationData()
SubjectConfirmationDataTypepublic void setSubjectConfirmationData(SubjectConfirmationDataType value)
value - allowed object is
SubjectConfirmationDataTypepublic String getMethod()
StringCopyright © 2016. All rights reserved.