public static class SAML11SubjectType.SAML11SubjectTypeChoice extends Object
Modifier and Type | Field and Description |
---|---|
protected SAML11NameIdentifierType |
nameID |
protected SAML11SubjectConfirmationType |
subjectConfirmation |
Constructor and Description |
---|
SAML11SubjectTypeChoice(SAML11NameIdentifierType nameID) |
SAML11SubjectTypeChoice(SAML11SubjectConfirmationType subConfirms) |
Modifier and Type | Method and Description |
---|---|
SAML11NameIdentifierType |
getNameID() |
SAML11SubjectConfirmationType |
getSubjectConfirmation() |
protected SAML11NameIdentifierType nameID
protected SAML11SubjectConfirmationType subjectConfirmation
public SAML11SubjectTypeChoice(SAML11NameIdentifierType nameID)
public SAML11SubjectTypeChoice(SAML11SubjectConfirmationType subConfirms)
public SAML11NameIdentifierType getNameID()
public SAML11SubjectConfirmationType getSubjectConfirmation()
Copyright © 2021 JBoss by Red Hat. All rights reserved.