パッケージ | 説明 |
---|---|
org.opensaml.common.binding |
Classes related to SAML binding operations.
|
org.opensaml.saml2.binding |
Class for working with SAML 2 bindings.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.support | |
org.opensaml.saml2.metadata.validator |
Validation rules for SAML 2.0 metadata types and elements.
|
org.opensaml.samlext.idpdisco |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Endpoint |
BasicEndpointSelector.selectIndexedEndpoint(List<IndexedEndpoint> endpoints)
Selects an appropriate endpoint from a list of indexed endpoints.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSIndex(AuthnRequest request,
List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service index given in the AuthnRequest.
|
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSURL(AuthnRequest request,
List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service URL given in the AuthnRequest.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
ArtifactResolutionService
SAML 2.0 Metadata ArtifactResolutionService
|
interface |
AssertionConsumerService
SAML 2.0 Metadata AssertionConsumerService
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ArtifactResolutionServiceImpl
Concrete implementation of
ArtifactResolutionService |
class |
AssertionConsumerServiceImpl
Concrete implementation of
AssertionConsumerService |
class |
IndexedEndpointImpl
Concrete implementation of
IndexedEndpoint |
修飾子とタイプ | メソッドと説明 |
---|---|
static <T extends IndexedEndpoint> |
SAML2MetadataHelper.getDefaultIndexedEndpoint(List<T> candidates)
Select the default
IndexedEndpoint from a list of candidates. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
IndexedEndpointSchemaValidator<EndpointType extends IndexedEndpoint>
Checks
IndexedEndpoint for Schema compliance. |
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
IndexedEndpointSchemaValidator.validateIndex(IndexedEndpoint indexedEndpoint)
Checks that Index is non-negative.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
DiscoveryResponse
SAML Identity Provider Discovery Protocol DiscoveryResponse
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
DiscoveryResponseImpl
This plugs into the standard opensaml2 parser framework to allow us to get use
DiscoverResponse
elements in our extensions. |
Copyright © 2012. All Rights Reserved.