Class SubjectType.STSubType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.assertion.SubjectType.STSubType
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SubjectType
public static class SubjectType.STSubType extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<SubjectConfirmationType>subjectConfirmation
-
Constructor Summary
Constructors Constructor Description STSubType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBaseID(BaseIDAbstractType base)voidaddConfirmation(SubjectConfirmationType con)BaseIDAbstractTypegetBaseID()List<SubjectConfirmationType>getConfirmation()intgetCount()EncryptedElementTypegetEncryptedID()voidsetEncryptedID(EncryptedElementType encryptedID)
-
-
-
Field Detail
-
subjectConfirmation
protected List<SubjectConfirmationType> subjectConfirmation
-
-
Method Detail
-
addBaseID
public void addBaseID(BaseIDAbstractType base)
-
getBaseID
public BaseIDAbstractType getBaseID()
-
getEncryptedID
public EncryptedElementType getEncryptedID()
-
setEncryptedID
public void setEncryptedID(EncryptedElementType encryptedID)
-
addConfirmation
public void addConfirmation(SubjectConfirmationType con)
-
getCount
public int getCount()
-
getConfirmation
public List<SubjectConfirmationType> getConfirmation()
-
-