All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
AbstractAssertionValidationParametersBuilder<T extends AbstractAssertionValidationParametersBuilder<T>> |
|
AbstractAttributeStatementValidator |
|
AbstractAuthnRequestBuilder<BUILDER extends AbstractSAMLObjectBuilder<AuthnRequest>> |
Abstract builder for AuthnRequest messages.
|
AbstractAuthnRequestGenerator<I extends RequestGeneratorInput> |
Abstract base class for generating AuthnRequest messages.
|
AbstractEntityDescriptorBuilder<T extends AbstractSAMLObjectBuilder<EntityDescriptor>> |
Abstract base builder for creating EntityDescriptor objects using the builder pattern, and optionally a
template object.
|
AbstractEntityDescriptorFactoryBean<T extends AbstractEntityDescriptorBuilder<?>> |
|
AbstractMetadataContainer<T extends TimeBoundSAMLObject & SignableSAMLObject & CacheableSAMLObject> |
|
AbstractMetadataProvider |
|
AbstractMetadataProvider.EntityDescriptorIterator |
Iterates over EntitiesDescriptor or EntityDescriptor.
|
AbstractObjectValidator<T extends XMLObject> |
|
AbstractRequestBuilder<T extends RequestAbstractType,BUILDER extends AbstractSAMLObjectBuilder<T>> |
Abstract builder class for building request messages.
|
AbstractRequestGenerator<T extends RequestAbstractType,I extends RequestGeneratorInput> |
Abstract base class for request generators.
|
AbstractRequestGeneratorInput |
Abstract base class for request generator input.
|
AbstractResponseValidationParametersBuilder<T extends AbstractResponseValidationParametersBuilder<T>> |
|
AbstractSAMLObjectBuilder<T extends SAMLObject> |
Abstract base class for the builder pattern.
|
AbstractSAMLObjectBuilderFactoryBean<T extends SAMLObject> |
Abstract base class for factory beans that are implemented using the builder pattern defined in
SAMLObjectBuilder interface.
|
AbstractSignableObjectValidator<T extends SignableXMLObject> |
Abstract object validator that supports validating signatures.
|
AbstractValidationParametersBuilder<T extends AbstractValidationParametersBuilder<T>> |
Abstract base class for building the ValidationContext object using a builder pattern.
|
AssertionConsumerServiceBuilder |
A builder for AssertionConsumerService elements.
|
AssertionConsumerServiceFactoryBean |
|
AssertionValidationParametersBuilder |
|
AssertionValidator |
A validator for Assertion objects.
|
AttributeBuilder |
Implements the build pattern to create Attribute objects.
|
AttributeConsumingServiceBuilder |
Builder for md:AttributeConsumingService elements.
|
AttributeRepository |
An interface for a repository of attribute definitions.
|
AttributeRepositoryImpl |
A bean implementing the AttributeRepository interface.
|
AttributeTemplate |
An attribute template is a template of a SAML attribute, i.e., it represents the name, friendly name and name format
but not the value of the attribute.
|
AttributeUtils |
Helper methods for accessing attribute values.
|
AuthnRequestBuilder |
Builder for AuthnRequest messages.
|
AuthnRequestGenerator<I extends RequestGeneratorInput> |
Interface for generating AuthnRequest messages.
|
AuthnStatementValidator |
|
CompositeMetadataProvider |
A metadata provider that collects its metadata from multiple sources (providers).
|
ContactPersonBuilder |
A builder for ContactPerson elements.
|
ContactPersonFactoryBean |
|
CoreValidatorParameters |
Core parameter keys used to store and retrieve static and dynamic parameters within a ValidationContext .
|
DigestMethodBuilder |
A builder for alg:DigestMethod elements.
|
DigestMethodFactoryBean |
|
EncryptionMethodBuilder |
A builder for md:EncryptionMethod elements.
|
EncryptionMethodFactoryBean |
|
EntitiesDescriptorContainer |
A MetadataContainer for EntityDescriptor elements.
|
EntitiesDescriptorFactoryBean |
|
EntityDescriptorContainer |
A MetadataContainer for EntityDescriptor elements.
|
EntityDescriptorFactoryBean |
|
ExtendedAuthnRequestBuilder |
The ExtendedAuthnRequestBuilder builds an AuthnRequest object given the metadata entry for the
Service Provider that sends the request and the metadata entry for the Identity Provider that is the recipient of the
request.
|
FilesystemMetadataProvider |
A metadata provider that reads its metadata from a file.
|
HTTPMetadataProvider |
A provider that downloads metadata from a HTTP resource.
|
IdpEntityDescriptorBuilder |
A builder for building an md:EntityDescription (metadata) object for an Identity Provider.
|
IdpEntityDescriptorFactoryBean |
A Spring factory bean for creating EntityDescriptor objects for Identity Provider metadata using setter
methods, and optionally a template object.
|
InMemoryReplayChecker |
An in-memory based message replay checker implementation.
|
KeyDescriptorBuilder |
A builder for KeyDescriptor elements.
|
KeyDescriptorFactoryBean |
|
KeyDescriptorListFactoryBean |
A Spring factory bean for creating a list of KeyDescriptor objects.
|
KeyStoreFactoryBean |
Deprecated, for removal: This API element is subject to removal in a future version.
|
KeyStoreUtils |
Utility methods for Java KeyStore objects.
|
LocalizedString |
Utility class for a localized string.
|
LogoBuilder |
A builder for mdui:Logo elements.
|
LogoFactoryBean |
A Spring factory bean for creating Logo objects.
|
MessageReplayChecker |
Interface for protecting against SAML message replay attacks.
|
MessageReplayCheckerImpl |
Message replay checker implementation using OpenSAML's ReplayCache as an underlying cache.
|
MessageReplayException |
Exception class that indicates a message replay attack.
|
MetadataContainer<T extends TimeBoundSAMLObject & SignableSAMLObject & CacheableSAMLObject> |
An interface that encapsulates an EntityDescriptor or EntitiesDescriptor in a container and defines
useful method - mainly for publishing the metadata for an entity or a federation.
|
MetadataProvider |
An interface that offers methods that operate on one or several metadata sources.
|
MetadataProviderPredicates |
A number of predicates that may be installed as filters for a metadata provider.
|
MetadataUtils |
Utility methods for accessing metadata elements.
|
NameIDPolicyBuilder |
Builder class for NameIDPolicy elements.
|
ObjectUtils |
Utility methods for creating OpenSAML objects within directly having to make use of the builders for each object you
are creating and methods for marshalling and unmarshalling.
|
ObjectValidator<T extends XMLObject> |
Interface for validation of XML and SAML objects.
|
OpenSAMLInitializerBean |
Bean for initializing the OpenSAML 4.X library.
|
OrganizationBuilder |
A builder for Organization elements.
|
OrganizationFactoryBean |
|
PeerMetadataResolver |
Functional interface that request generators and processors use to obtain the peer metadata (most oftenly the IdP metadata).
|
PostRequestHttpObject<T extends RequestAbstractType> |
A RequestHttpObject for sending using HTTP POST.
|
PrivateKeyEntryFactoryBean |
An implementation of a Spring FactoryBean that reads a JKS-file and extracts a private key with its
certificate.
|
ProxyMetadataProvider |
A metadata provider that is constructed by assigning an OpenSAML MetadataResolver instance.
|
RedirectRequestHttpObject<T extends RequestAbstractType> |
A RequestHttpObject for sending using HTTP GET (redirect binding).
|
RequestedAttributeBuilder |
Builder for md:RequestedAttribute elements.
|
RequestedAuthnContextBuilder |
A builder for RequestedAuthnContext elements.
|
RequestGenerationException |
Exception class for indicating errors during a request generation.
|
RequestGenerator<T extends RequestAbstractType,I extends RequestGeneratorInput> |
Base interface for a SAML request generator.
|
RequestGeneratorInput |
Base interface for the input to a request generator.
|
RequestHttpObject<T extends RequestAbstractType> |
Defines an interface that represents an object that holds data necessary for the SP application to transmit
a request message to an IdP.
|
RequestHttpObjectBuilder<T extends RequestAbstractType> |
A generic request builder that is used to create Request messages.
|
ResourceProxy |
An invocation handler that is used to proxy from a OpenSAML
Resource to a Spring
Resource .
|
ResponseProcessingException |
Exception class for the SAML response processor.
|
ResponseProcessingInput |
|
ResponseProcessingResult |
Interface that describes the result of a response processing operation.
|
ResponseProcessingResultImpl |
Implementation of the ResponseProcessingResult interface.
|
ResponseProcessor |
Interface for a SAML response processor.
|
ResponseProcessorImpl |
Response processor for SAML Response messages.
|
ResponseStatusErrorException |
Exception that indicates a non-successful status code received in a Response message.
|
ResponseValidationException |
Exception class for response validation errors.
|
ResponseValidationParametersBuilder |
|
ResponseValidationSettings |
Configuration settings for response and assertion validation.
|
ResponseValidator |
Response validator that ensures that a Response element is valid according to the 2.0 SAML Core specification
and makes checks based on the supplied validation context parameters described below.
|
SAMLObjectBuilder<T extends SAMLObject> |
Interface for a builder pattern according to:
|
SAMLObjectBuilderRuntimeException |
Runtime exception class for errors when using builders.
|
SAMLObjectDecrypter |
A support bean for easy decryption.
|
SAMLObjectEncrypter |
Utility class for encrypting an element for a SAML entity.
|
SAMLObjectEncrypter.Peer |
Represents the peer when performing encryption.
|
ScopingBuilder |
Builder class for Scoping elements.
|
SignatureUtils |
Utility methods for signatures.
|
SigningMethodBuilder |
A builder for alg:SigningMethod elements.
|
SigningMethodFactoryBean |
|
SingleLogoutServiceBuilder |
A builder for SingleLogoutService elements.
|
SingleSignOnServiceBuilder |
A builder for SingleSignOnService elements.
|
SingleSignOnServiceFactoryBean |
|
SpEntityDescriptorBuilder |
A builder for building an md:EntityDescription (metadata) object for a Service Provider.
|
SpEntityDescriptorFactoryBean |
A Spring factory bean for creating EntityDescriptor objects for Service Provider metadata using setter
methods, and optionally a template object.
|
SpringResourceMetadataProvider |
Utility class that accepts a Spring Framework Resource as the metadata source.
|
StaticMetadataProvider |
A MetadataProvider that is given an object representing SAML metadata (EntityDescriptor or
EntitiesDescriptor).
|
StringToLocalizedStringConverter |
Utility class for transforming strings into OpenSAML LocalizedStrings.
|
StringToXMLObjectConverter<T extends SAMLObject> |
An abstract Spring converter class for transforming string values into OpenSAML objects.
|
StringToXSBooleanValueConverter |
A Spring converter bean that converts string values into OpenSAML XSBooleanValue objects.
|
UIInfoBuilder |
A builder for creating UIInfo objects.
|
UIInfoFactoryBean |
A Spring factory bean for creating UIInfo objects.
|
ValidationParametersBuilder |
|
ValidationSupport |
Support methods and functions for validator implementations.
|
ValidationSupport.ValidationResultException |
Exception class that should be used internally by validators to process errors.
|
ValidatorException |
Generic exception class for validator errors.
|
X509CertificateFactoryBean |
Deprecated, for removal: This API element is subject to removal in a future version. |
X509CertificateUtils |
Utilities for handling X.509 certificates.
|
XMLObjectFactoryBean |
A Spring factory bean that creates OpenSAML XMLObject instances.
|