パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
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.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected SubjectConfirmation |
AbstractSAML2ProfileHandler.buildSubjectConfirmation(BaseSAML2ProfileRequestContext<?,?,?> requestContext,
String confirmationMethod,
org.joda.time.DateTime issueInstant)
Builds the SubjectConfirmation appropriate for this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<SubjectConfirmation> |
Subject.getSubjectConfirmations()
Gets the confirmations made about this subject.
|
修飾子とタイプ | メソッドと説明 |
---|---|
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
SubjectConfirmation |
SubjectConfirmationBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<SubjectConfirmation> |
SubjectImpl.getSubjectConfirmations()
Gets the confirmations made about this subject.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SubjectConfirmationSchemaValidator.validate(SubjectConfirmation subjectConfirmation)
Checks to see if a XMLObject is valid.
|
protected void |
SubjectConfirmationSchemaValidator.validateMethod(SubjectConfirmation subjectConfirmation)
Checks that Method is present.
|
Copyright © 2012. All Rights Reserved.