Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification 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) |
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 © 1999-2013. All Rights Reserved.