public class SAML11SubjectType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SAML11SubjectType.SAML11SubjectTypeChoice |
| Modifier and Type | Field and Description |
|---|---|
protected SAML11SubjectType.SAML11SubjectTypeChoice |
choice |
protected SAML11SubjectConfirmationType |
subjectConfirmation |
| Constructor and Description |
|---|
SAML11SubjectType() |
| Modifier and Type | Method and Description |
|---|---|
SAML11SubjectType.SAML11SubjectTypeChoice |
getChoice() |
SAML11SubjectConfirmationType |
getSubjectConfirmation() |
void |
setChoice(SAML11SubjectType.SAML11SubjectTypeChoice choice) |
void |
setSubjectConfirmation(SAML11SubjectConfirmationType subjectConfirmation) |
protected SAML11SubjectConfirmationType subjectConfirmation
protected SAML11SubjectType.SAML11SubjectTypeChoice choice
public SAML11SubjectConfirmationType getSubjectConfirmation()
public void setSubjectConfirmation(SAML11SubjectConfirmationType subjectConfirmation)
public SAML11SubjectType.SAML11SubjectTypeChoice getChoice()
public void setChoice(SAML11SubjectType.SAML11SubjectTypeChoice choice)
Copyright © 2021 JBoss by Red Hat. All rights reserved.