Class SAML11SubjectType
- java.lang.Object
-
- org.keycloak.dom.saml.v1.assertion.SAML11SubjectType
-
public class SAML11SubjectType extends Object
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSAML11SubjectType.SAML11SubjectTypeChoice
-
Field Summary
Fields Modifier and Type Field Description protected SAML11SubjectType.SAML11SubjectTypeChoicechoiceprotected SAML11SubjectConfirmationTypesubjectConfirmation
-
Constructor Summary
Constructors Constructor Description SAML11SubjectType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAML11SubjectType.SAML11SubjectTypeChoicegetChoice()SAML11SubjectConfirmationTypegetSubjectConfirmation()voidsetChoice(SAML11SubjectType.SAML11SubjectTypeChoice choice)voidsetSubjectConfirmation(SAML11SubjectConfirmationType subjectConfirmation)
-
-
-
Field Detail
-
subjectConfirmation
protected SAML11SubjectConfirmationType subjectConfirmation
-
choice
protected SAML11SubjectType.SAML11SubjectTypeChoice choice
-
-
Method Detail
-
getSubjectConfirmation
public SAML11SubjectConfirmationType getSubjectConfirmation()
-
setSubjectConfirmation
public void setSubjectConfirmation(SAML11SubjectConfirmationType subjectConfirmation)
-
getChoice
public SAML11SubjectType.SAML11SubjectTypeChoice getChoice()
-
setChoice
public void setChoice(SAML11SubjectType.SAML11SubjectTypeChoice choice)
-
-