Class SubjectConfirmationType
java.lang.Object
eu.europa.esig.saml.jaxb.assertion.SubjectConfirmationType
- All Implemented Interfaces:
Serializable
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>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected BaseIDAbstractType
protected EncryptedElementType
protected String
protected NameIDType
protected SubjectConfirmationDataType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseID property.Gets the value of the encryptedID property.Gets the value of the method property.Gets the value of the nameID property.Gets the value of the subjectConfirmationData property.void
setBaseID
(BaseIDAbstractType value) Sets the value of the baseID property.void
Sets the value of the encryptedID property.void
Sets the value of the method property.void
setNameID
(NameIDType value) Sets the value of the nameID property.void
Sets the value of the subjectConfirmationData property.
-
Field Details
-
baseID
-
nameID
-
encryptedID
-
subjectConfirmationData
-
method
-
-
Constructor Details
-
SubjectConfirmationType
public SubjectConfirmationType()
-
-
Method Details
-
getBaseID
Gets the value of the baseID property.- Returns:
- possible object is
BaseIDAbstractType
-
setBaseID
Sets the value of the baseID property.- Parameters:
value
- allowed object isBaseIDAbstractType
-
getNameID
Gets the value of the nameID property.- Returns:
- possible object is
NameIDType
-
setNameID
Sets the value of the nameID property.- Parameters:
value
- allowed object isNameIDType
-
getEncryptedID
Gets the value of the encryptedID property.- Returns:
- possible object is
EncryptedElementType
-
setEncryptedID
Sets the value of the encryptedID property.- Parameters:
value
- allowed object isEncryptedElementType
-
getSubjectConfirmationData
Gets the value of the subjectConfirmationData property.- Returns:
- possible object is
SubjectConfirmationDataType
-
setSubjectConfirmationData
Sets the value of the subjectConfirmationData property.- Parameters:
value
- allowed object isSubjectConfirmationDataType
-
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
-