パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.relyingparty | |
edu.internet2.middleware.shibboleth.common.security | |
org.opensaml.security |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.ws.security |
Provides interfaces that may be used to implement policies that are evaluated against incoming messages.
|
org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
org.opensaml.xml.security.credential |
Interfaces and classes related to credentials and ways to represent
them.
|
org.opensaml.xml.security.keyinfo |
Interfaces and classes for working with XML KeyInfo elements.
|
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
RelyingPartySecurityPolicyResolver
A security policy resolver that selects the active security policy based on the inbound message issuer ID and the
communication profile used.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
MetadataPKIXValidationInformationResolver
An implementation of
PKIXValidationInformationResolver which resolves PKIXValidationInformation based
on information stored in SAML 2 metadata. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
MetadataCredentialResolver
A credential resolver capable of resolving credentials from SAML 2 metadata;
The instance of
CriteriaSet passed to AbstractCriteriaFilteringCredentialResolver.resolve(CriteriaSet) and AbstractCredentialResolver.resolveSingle(CriteriaSet)
must minimally contain 2 criteria: EntityIDCriteria and MetadataCriteria . |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SecurityPolicyResolver
A resolver which uses different criteria to resolve and return instances of
SecurityPolicy . |
修飾子とタイプ | クラスと説明 |
---|---|
class |
StaticSecurityPolicyResolver
A simple security policy resolver implementation that returns a static list of policies.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
CredentialResolver
A resolver which uses
Criteria to resolve and return instances of Credential . |
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractCredentialResolver
Abstract base class for
CredentialResolver implementations. |
class |
AbstractCriteriaFilteringCredentialResolver
An abstract implementation of
CredentialResolver which filters the returned Credentials
based on the instances of EvaluableCredentialCriteria which are present in the set of
criteria, or which are obtained via lookup in the EvaluableCredentialCriteriaRegistry . |
class |
ChainingCredentialResolver
An implementation of
CredentialResolver which chains together one or more underlying credential resolver
implementations. |
class |
CollectionCredentialResolver
An implementation of
CredentialResolver which uses a Collection as the
underlying credential source. |
class |
FilesystemCredentialResolver
NOTE: this class is not yet implemented
A
CredentialResolver that pulls credential information from the file system. |
class |
KeyStoreCredentialResolver
A
CredentialResolver that extracts Credential 's from a key store. |
class |
StaticCredentialResolver
Simple implementation of
CredentialResolver which just stores and returns a static set of credentials. |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
KeyInfoCredentialResolver
Specialized
CredentialResolver marker interface for resolvers which resolve
credentials based on a KeyInfo element. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
BasicProviderKeyInfoCredentialResolver
Implementation of
KeyInfoCredentialResolver which resolves credentials based on a KeyInfo element
using a configured list of KeyInfoProvider 's and optional post-processing hooks. |
class |
CollectionKeyInfoCredentialResolver
An implementation of
KeyInfoCredentialResolver which uses a Collection as the
underlying credential source. |
class |
LocalKeyInfoCredentialResolver
A simple specialization of
BasicProviderKeyInfoCredentialResolver
which is capable of using information from a KeyInfo to resolve
local credentials from a supplied CredentialResolver which manages local credentials. |
class |
StaticKeyInfoCredentialResolver
Simple implementation of
KeyInfoCredentialResolver which just stores and returns a static set of credentials. |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
PKIXValidationInformationResolver
A resolver which uses
Criteria to resolve PKIXValidationInformation , which will typically be used
PKIX-based trust engines. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
StaticPKIXValidationInformationResolver
An implementation of
PKIXValidationInformationResolver which always returns a static, fixed set of
information. |
Copyright © 2012. All Rights Reserved.