public class SAML11SubjectConfirmationType extends Object
Modifier and Type | Field and Description |
---|---|
protected List<URI> |
confirmationMethod |
protected Element |
keyInfo |
protected Object |
subjectConfirmationData |
Constructor and Description |
---|
SAML11SubjectConfirmationType() |
Modifier and Type | Method and Description |
---|---|
void |
addAllConfirmationMethod(List<URI> confirmation) |
void |
addConfirmationMethod(URI confirmation) |
List<URI> |
getConfirmationMethod() |
Element |
getKeyInfo() |
Object |
getSubjectConfirmationData() |
boolean |
removeConfirmationMethod(URI confirmation) |
void |
setKeyInfo(Element keyInfo) |
void |
setSubjectConfirmationData(Object subjectConfirmation) |
protected Object subjectConfirmationData
protected Element keyInfo
public void addConfirmationMethod(URI confirmation)
public boolean removeConfirmationMethod(URI confirmation)
public void setSubjectConfirmationData(Object subjectConfirmation)
public Element getKeyInfo()
public void setKeyInfo(Element keyInfo)
public Object getSubjectConfirmationData()
Copyright © 2021 JBoss by Red Hat. All rights reserved.