public class SubjectType extends Object
Java class for SubjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubjectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}NameID"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmation"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NameIDType |
nameID |
protected SubjectConfirmationType |
subjectConfirmation |
| Constructor and Description |
|---|
SubjectType() |
| Modifier and Type | Method and Description |
|---|---|
NameIDType |
getNameID()
Gets the value of the nameID property.
|
SubjectConfirmationType |
getSubjectConfirmation()
Gets the value of the subjectConfirmation property.
|
void |
setNameID(NameIDType value)
Sets the value of the nameID property.
|
void |
setSubjectConfirmation(SubjectConfirmationType value)
Sets the value of the subjectConfirmation property.
|
protected NameIDType nameID
protected SubjectConfirmationType subjectConfirmation
public NameIDType getNameID()
NameIDTypepublic void setNameID(NameIDType value)
value - allowed object is
NameIDTypepublic SubjectConfirmationType getSubjectConfirmation()
SubjectConfirmationTypepublic void setSubjectConfirmation(SubjectConfirmationType value)
value - allowed object is
SubjectConfirmationTypeCopyright © 2016. All rights reserved.