Interface | Description |
---|---|
ExtendedMetadataProvider |
Provider capable of supplying metadata extensions including information about requirements of the given entity.
|
Class | Description |
---|---|
AbstractMetadataDelegate |
Class wraps an existing provider and delegates all method calls to it.
|
CachingMetadataManager |
Metadata manager caches all results of EntityDescriptors loaded from the providers.
|
ExtendedMetadata |
Class contains additional information describing a SAML entity.
|
ExtendedMetadataDelegate |
Class enables delegation of normal entity metadata loading to the selected provider while enhancing data with
extended metadata.
|
MetadataDisplayFilter |
The filter expects calls on configured URL and presents user with SAML2 metadata representing
this application deployment.
|
MetadataGenerator |
The class is responsible for generation of service provider metadata describing the application in
the current deployment environment.
|
MetadataGeneratorFilter |
The filter expects calls on configured URL and presents user with SAML2 metadata representing
this application deployment.
|
MetadataManager |
Class offers extra services on top of the underlying chaining MetadataProviders.
|
MetadataMemoryProvider |
Class implements simple metadata provider which retrieves EntityDescriptor from preconfigured object.
|