パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml1 | |
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Response |
AbstractSAML1ProfileHandler.buildResponse(BaseSAML1ProfileRequestContext<?,?,?> requestContext,
List<Statement> statements)
Builds a response to the attribute query within the request context.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
AttributeStatement
This interface defines how the object representing a SAML 1
AttributeStatement element behaves. |
interface |
AuthenticationStatement
This interface defines how the object representing a SAML1
AuthenticationStatment element behaves. |
interface |
AuthorizationDecisionStatement
This interface defines how the object representing a SAML1
AuthorizationDecisionStatement element
behaves. |
interface |
SubjectStatement
Interface to descibe how the anchor point SubjectStatement would work.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Statement> |
Assertion.getStatements()
Return the List representing all the
Statement sub elements. |
List<Statement> |
Assertion.getStatements(QName typeOrName)
Return the List representing all the
Statement sub elements with a given schema type or element name. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
AttributeStatementImpl
A Concrete implementation of the
AttributeStatement Interface |
class |
AuthenticationStatementImpl
A Concrete implementation of the
AuthenticationStatement Interface |
class |
AuthorizationDecisionStatementImpl
A concrete implementation of
AuthorizationDecisionStatement |
class |
SubjectStatementImpl
Abstract type to implement SubjectStatementType
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<Statement> |
AssertionImpl.getStatements()
Return the List representing all the
Statement sub elements. |
List<Statement> |
AssertionImpl.getStatements(QName typeOrName)
Return the List representing all the
Statement sub elements with a given schema type or element name. |
Copyright © 2012. All Rights Reserved.