Class SubjectConfirmationType
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml20.jaxb20.SubjectConfirmationType
-
- Direct Known Subclasses:
SubjectConfirmation
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> <choice minOccurs="0"> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}BaseID"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}EncryptedID"/> </choice> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmationData" minOccurs="0"/> </sequence> <attribute name="Method" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseIDAbstractTypebaseIDprotected EncryptedElementTypeencryptedIDprotected Stringmethodprotected NameIDTypenameIDprotected SubjectConfirmationDataTypesubjectConfirmationData
-
Constructor Summary
Constructors Constructor Description SubjectConfirmationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseIDAbstractTypegetBaseID()Gets the value of the baseID property.EncryptedElementTypegetEncryptedID()Gets the value of the encryptedID property.StringgetMethod()Gets the value of the method property.NameIDTypegetNameID()Gets the value of the nameID property.SubjectConfirmationDataTypegetSubjectConfirmationData()Gets the value of the subjectConfirmationData property.voidsetBaseID(BaseIDAbstractType value)Sets the value of the baseID property.voidsetEncryptedID(EncryptedElementType value)Sets the value of the encryptedID property.voidsetMethod(String value)Sets the value of the method property.voidsetNameID(NameIDType value)Sets the value of the nameID property.voidsetSubjectConfirmationData(SubjectConfirmationDataType value)Sets the value of the subjectConfirmationData property.
-
-
-
Field Detail
-
baseID
protected BaseIDAbstractType baseID
-
nameID
protected NameIDType nameID
-
encryptedID
protected EncryptedElementType encryptedID
-
subjectConfirmationData
protected SubjectConfirmationDataType subjectConfirmationData
-
method
protected String method
-
-
Method Detail
-
getBaseID
public BaseIDAbstractType getBaseID()
Gets the value of the baseID property.- Returns:
- possible object is
BaseIDAbstractType
-
setBaseID
public void setBaseID(BaseIDAbstractType value)
Sets the value of the baseID property.- Parameters:
value- allowed object isBaseIDAbstractType
-
getNameID
public NameIDType getNameID()
Gets the value of the nameID property.- Returns:
- possible object is
NameIDType
-
setNameID
public void setNameID(NameIDType value)
Sets the value of the nameID property.- Parameters:
value- allowed object isNameIDType
-
getEncryptedID
public EncryptedElementType getEncryptedID()
Gets the value of the encryptedID property.- Returns:
- possible object is
EncryptedElementType
-
setEncryptedID
public void setEncryptedID(EncryptedElementType value)
Sets the value of the encryptedID property.- Parameters:
value- allowed object isEncryptedElementType
-
getSubjectConfirmationData
public SubjectConfirmationDataType getSubjectConfirmationData()
Gets the value of the subjectConfirmationData property.- Returns:
- possible object is
SubjectConfirmationDataType
-
setSubjectConfirmationData
public void setSubjectConfirmationData(SubjectConfirmationDataType value)
Sets the value of the subjectConfirmationData property.- Parameters:
value- allowed object isSubjectConfirmationDataType
-
getMethod
public String getMethod()
Gets the value of the method property.- Returns:
- possible object is
String
-
-