Class SubjectType
java.lang.Object
org.keycloak.dom.saml.v2.assertion.SubjectType
- All Implemented Interfaces:
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SubjectConfirmationType>protected SubjectType.STSubType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a subject confirmationGet a list of subject confirmationsintgetCount()Get the size of subject confirmationsGet theSubjectType.STSubTypevoidRemove a subject confirmationvoidsetSubType(SubjectType.STSubType subType) Set theSubjectType.STSubType
-
Field Details
-
subjectConfirmation
-
subType
-
-
Constructor Details
-
SubjectType
public SubjectType()
-
-
Method Details
-
getSubType
Get theSubjectType.STSubType- Returns:
-
setSubType
Set theSubjectType.STSubType- Parameters:
subType-
-
getCount
public int getCount()Get the size of subject confirmations- Returns:
-
getConfirmation
Get a list of subject confirmations- Returns:
- read only list of subject confirmation
-
addConfirmation
Add a subject confirmation- Parameters:
con-
-
removeConfirmation
Remove a subject confirmation- Parameters:
con-
-