| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.internal.saml20.jaxb20 |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyInfoConfirmationData |
class |
SubjectConfirmationData
The
SubjectConfirmationData element specifies a subject by specifying data that
authenticates the subject. |
| Modifier and Type | Method and Description |
|---|---|
static SubjectConfirmationDataType |
SubjectConfirmationData.fromElement(Element element)
Constructs a subject confirmation element from an existing
XML block.
|
| Constructor and Description |
|---|
SubjectConfirmationData(SubjectConfirmationDataType subConfDataType) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyInfoConfirmationDataType
Java class for KeyInfoConfirmationDataType complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SubjectConfirmationDataType |
SubjectConfirmationType.subjectConfirmationData |
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmationDataType |
ObjectFactory.createSubjectConfirmationDataType()
Create an instance of
SubjectConfirmationDataType |
SubjectConfirmationDataType |
SubjectConfirmationType.getSubjectConfirmationData()
Gets the value of the subjectConfirmationData property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SubjectConfirmationDataType> |
ObjectFactory.createSubjectConfirmationData(SubjectConfirmationDataType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SubjectConfirmationDataType> |
ObjectFactory.createSubjectConfirmationData(SubjectConfirmationDataType value)
|
void |
SubjectConfirmationType.setSubjectConfirmationData(SubjectConfirmationDataType value)
Sets the value of the subjectConfirmationData property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.