パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.binding.security | |
edu.internet2.middleware.shibboleth.common.config.relyingparty | |
edu.internet2.middleware.shibboleth.common.config.security | |
org.opensaml.common.binding.security |
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
|
org.opensaml.ws.security.provider |
Basic implementations of some security policies.
|
org.opensaml.xml.security.trust |
Interfaces and classes used to evaluate the trustworthiness
and validity of
Credential s |
org.opensaml.xml.security.x509 |
X509 based credential and trust class.
|
org.opensaml.xml.signature |
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
|
org.opensaml.xml.signature.impl |
Implementations of the interfaces for XMLObjects that represent XML signature types.
|
コンストラクタと説明 |
---|
ShibbolethClientCertAuthRule(TrustEngine<X509Credential> engine)
Constructor.
|
ShibbolethClientCertAuthRule(TrustEngine<X509Credential> engine,
CertificateNameOptions nameOptions)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<TrustEngine> |
RelyingPartyGroup.getTrustEngines()
Gets the trust engines for the group.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
RelyingPartyGroup.setTrustEngines(List<TrustEngine> engines)
Sets the trust engines for the group.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<TrustEngine> |
ChainingTrustEngineFactoryBean.getChain()
Gets the chain member list.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ChainingTrustEngineFactoryBean.setChain(List<TrustEngine> newChain)
Sets the chain member list.
|
コンストラクタと説明 |
---|
BaseSAMLXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine)
Constructor.
|
SAMLMDClientCertAuthRule(TrustEngine<X509Credential> engine,
CertificateNameOptions nameOptions)
Constructor.
|
SAMLProtocolMessageXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine)
Constructor.
|
SAMLProtocolMessageXMLSignatureSecurityPolicyRule(TrustEngine<Signature> engine,
Validator<Signature> signatureValidator)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected TrustEngine<TokenType> |
BaseTrustEngineRule.getTrustEngine()
Gets the engine used to validate the untrusted token.
|
コンストラクタと説明 |
---|
BaseTrustEngineRule(TrustEngine<TokenType> engine)
Constructor.
|
ClientCertAuthRule(TrustEngine<X509Credential> engine,
CertificateNameOptions nameOptions)
Constructor.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
TrustedCredentialTrustEngine<TokenType>
Evaluates the trustworthiness and validity of a token against
implementation-specific requirements based on trusted credentials
obtained via a credential resolver.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ChainingTrustEngine<TokenType>
Evaluate a token in sequence using a chain of subordinate trust engines.
|
class |
ExplicitKeyTrustEngine
Trust engine that evaluates a credential's key against key(s) expressed within a set of trusted credentials obtained
from a trusted credential resolver.
|
class |
ExplicitX509CertificateTrustEngine
Trust engine that evaluates a credential's X.509 certificate against certificates expressed within a set of trusted
credentials obtained from a credential resolver.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<TrustEngine<TokenType>> |
ChainingTrustEngine.getChain()
Get the list of configured trust engines which constitute the trust evaluation chain.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
PKIXTrustEngine<TokenType>
Trust engine that validates tokens using PKIX validation.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
PKIXX509CredentialTrustEngine
Trust engine implementation which evaluates an X509Credential token based on PKIX validation processing using
validation information from a trusted source.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SignatureTrustEngine
Evaluates the trustworthiness and validity of XML or raw Signatures against implementation-specific requirements.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BaseSignatureTrustEngine<TrustBasisType>
A base implementation of
SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw
signatures. |
class |
ChainingSignatureTrustEngine
Evaluate a signature in sequence using a chain of subordinate trust engines.
|
class |
ExplicitKeySignatureTrustEngine
An implementation of
SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw
signatures. |
class |
PKIXSignatureTrustEngine
An implementation of
SignatureTrustEngine which evaluates the validity and trustworthiness of XML and raw
signatures. |
Copyright © 2012. All Rights Reserved.