Package | Description |
---|---|
org.opensaml.saml2.metadata.provider |
Class for retrieving, filtering, and querying metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityRoleFilter
A filter the removes roles, from an entity descriptor.
|
class |
MetadataFilterChain
A filter that allows the composition of
MetadataFilter s. |
class |
RequiredValidUntilFilter
A metadata filter that requires the presence of a
validUntil attribute on the root element of the
metadata document. |
class |
SchemaValidationFilter
A metadata filter that schema validates an incoming metadata file.
|
class |
SignatureValidationFilter
A metadata filter that validates XML signatures.
|
Modifier and Type | Method and Description |
---|---|
MetadataFilter |
MetadataProvider.getMetadataFilter()
Gets the metadata filter applied to the metadata.
|
MetadataFilter |
BaseMetadataProvider.getMetadataFilter()
Gets the metadata filter applied to the metadata.
|
MetadataFilter |
ChainingMetadataProvider.getMetadataFilter()
Gets the metadata filter applied to the metadata.
|
Modifier and Type | Method and Description |
---|---|
List<MetadataFilter> |
MetadataFilterChain.getFilters()
Gets the list of
MetadataFilter s that make up this chain. |
Modifier and Type | Method and Description |
---|---|
void |
MetadataProvider.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata.
|
void |
BaseMetadataProvider.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata.
|
void |
ChainingMetadataProvider.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataFilterChain.setFilters(List<MetadataFilter> newFilters)
Sets the list of
MetadataFilter s that make up this chain. |
Copyright © 1999-2013. All Rights Reserved.