| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| org.opensaml.saml.saml2.ecp |
Interfaces for SAML 2 ECP Elements.
|
| org.opensaml.saml.saml2.ecp.impl |
Implementations of SAML 2.0 ECP types and elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyInfoConfirmationDataType
SAML 2.0 Core KeyInfoConfirmationDataType.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmationData |
SubjectConfirmation.getSubjectConfirmationData()
Gets the data about how this subject was confirmed or constraints on the confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectConfirmation.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyInfoConfirmationDataTypeImpl
Concrete implementation of
SubjectConfirmationData. |
class |
SubjectConfirmationDataImpl
Concrete implementation of
SubjectConfirmationData. |
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmationData |
SubjectConfirmationDataBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SubjectConfirmationData |
SubjectConfirmationDataBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
SubjectConfirmationData |
SubjectConfirmationImpl.getSubjectConfirmationData()
Gets the data about how this subject was confirmed or constraints on the confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectConfirmationImpl.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmationData |
SubjectConfirmation.getSubjectConfirmationData()
Gets the data about how this subject was confirmed or constraints on the confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectConfirmation.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectConfirmationData |
SubjectConfirmationImpl.getSubjectConfirmationData()
Gets the data about how this subject was confirmed or constraints on the confirmation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectConfirmationImpl.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
Copyright © 2021. All rights reserved.