public class SubjectType extends Object implements Serializable
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">
<choice>
<sequence>
<choice>
<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}SubjectConfirmation" maxOccurs="unbounded"
minOccurs="0"/>
</sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}SubjectConfirmation" maxOccurs="unbounded"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SubjectType.STSubType |
| Modifier and Type | Field and Description |
|---|---|
protected List<SubjectConfirmationType> |
subjectConfirmation |
protected SubjectType.STSubType |
subType |
| Constructor and Description |
|---|
SubjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfirmation(SubjectConfirmationType con)
Add a subject confirmation
|
List<SubjectConfirmationType> |
getConfirmation()
Get a list of subject confirmations
|
int |
getCount()
Get the size of subject confirmations
|
SubjectType.STSubType |
getSubType()
Get the
SubjectType.STSubType |
void |
removeConfirmation(SubjectConfirmationType con)
Remove a subject confirmation
|
void |
setSubType(SubjectType.STSubType subType)
Set the
SubjectType.STSubType |
protected List<SubjectConfirmationType> subjectConfirmation
protected SubjectType.STSubType subType
public SubjectType.STSubType getSubType()
SubjectType.STSubTypepublic void setSubType(SubjectType.STSubType subType)
SubjectType.STSubTypesubType - public int getCount()
public List<SubjectConfirmationType> getConfirmation()
public void addConfirmation(SubjectConfirmationType con)
con - public void removeConfirmation(SubjectConfirmationType con)
con - Copyright © 2016 JBoss by Red Hat. All rights reserved.