| Package | Description |
|---|---|
| net.shibboleth.idp.profile.spring.relyingparty.security.credential.impl |
Parsers and bean factories to deal with the parsing of <Credential> elements.
|
| net.shibboleth.idp.profile.spring.relyingparty.security.trustengine.impl |
Parsers to deal with <security:TrustEngine>.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBasicCredentialParser
Specific parser for all BasicCredentials.
This does the work of putting the element values into strings. |
class |
AbstractCredentialParser
Base parser for all <Credential> elements.
|
class |
AbstractX509CredentialParser
Specific parser for all X509Credentials.
This does the work of putting the element values into strings. |
class |
BasicInlineCredentialParser
Parser for BasicInline Credentials.
|
class |
BasicResourceCredentialParser
Parser for BasicFilesystem and BasicResourceBacked Credentials.
|
class |
X509InlineCredentialParser
Parser for X509Inline credentials.
|
class |
X509ResourceCredentialParser
Parser for X509Filesystem credentials.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChainingParser
Base Parser for trust engines of type SignatureChaining and Chaining.
|
class |
AbstractPKIXValidationInfoParser
Base parser for all <ValidationInfo> types.
|
class |
AbstractStaticPKIXParser
Base Parser for trust engines of type StaticPKIXKeySignature and StaticPKIXX509Credential.
|
class |
AbstractTrustEngineParser
Basis of all parsers for <security:TrustEngine>.
|
class |
CertPathPKIXValidationOptionsParser
Spring bean definition parser for {urn:mace:shibboleth:2.0:security}ValidationOptions elements which have a type
specialization of {urn:mace:shibboleth:2.0:security}CertPathValidationOptionsType.
|
class |
ChainingParser
Parser for trust engines of type SignatureChaining.
|
class |
PKIXInlineValidationInfoParser
Parser for <ValidationInfo type="PKIXInline">.
All of the heavy lifting is done in the super class and the associated factory bean (which gets the parameters of the type is wants by virtue of Springs type coercion. |
class |
PKIXResourceValidationInfoParser
Parser for <ValidationInfo type="PKIXFilesystem"> and <ValidationInfo type="PKIXResourceBacked">.
All of the heavy lifting is done in the super class and the associated factory bean (which gets the parameters of the type is wants by virtue of Springs type coercion. |
class |
PKIXValidationOptionsParser
A Parser for the < ValidationOptions > within a StaticPKIXSignature.
|
class |
SignatureChainingParser
Parser for trust engines of type SignatureChaining.
|
class |
StaticExplicitKeyParser
Parser for trust engines of type StaticExplicitKey TrustEngine.
|
class |
StaticExplicitKeySignatureParser
Parser for trust engines of type StaticExplicitKeySignature.
|
class |
StaticPKIXSignatureParser
Parser for trust engines of type StaticPKIXKeySignature.
|
class |
StaticPKIXX509CredentialParser
Parser for trust engines of type StaticPKIXX509Credential.
|
class |
UnsupportedTrustEngineParser
Parser for trust engines of types we no longer support.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.