パッケージ | 説明 |
---|---|
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.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
KeyInfoConfirmationDataType
SAML 2.0 Core KeyInfoConfirmationDataType.
|
修飾子とタイプ | メソッドと説明 |
---|---|
SubjectConfirmationData |
SubjectConfirmation.getSubjectConfirmationData()
Gets the data about how this subject was confirmed or constraints on the confirmation.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SubjectConfirmation.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
KeyInfoConfirmationDataTypeImpl
Concrete implementation of
SubjectConfirmationData . |
class |
SubjectConfirmationDataImpl
Concrete implementation of
SubjectConfirmationData . |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SubjectConfirmationImpl.setSubjectConfirmationData(SubjectConfirmationData newSubjectConfirmationData)
Sets the data about how this subject was confirmed or constraints on the confirmation.
|
Copyright © 2012. All Rights Reserved.