|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataFilter | |
|---|---|
| org.opensaml.saml2.metadata.provider | Class for retrieving, filtering, and querying metadata. |
| Uses of MetadataFilter in org.opensaml.saml2.metadata.provider |
|---|
| Classes in org.opensaml.saml2.metadata.provider that implement MetadataFilter | |
|---|---|
class |
EntityRoleFilter
A filter the removes roles, from an entity descriptor. |
class |
MetadataFilterChain
A filter that allows the composition of MetadataFilters. |
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. |
| Methods in org.opensaml.saml2.metadata.provider that return MetadataFilter | |
|---|---|
MetadataFilter |
MetadataProvider.getMetadataFilter()
Gets the metadata filter applied to the metadata. |
MetadataFilter |
ChainingMetadataProvider.getMetadataFilter()
Gets the metadata filter applied to the metadata. |
MetadataFilter |
BaseMetadataProvider.getMetadataFilter()
Gets the metadata filter applied to the metadata. |
| Methods in org.opensaml.saml2.metadata.provider that return types with arguments of type MetadataFilter | |
|---|---|
java.util.List<MetadataFilter> |
MetadataFilterChain.getFilters()
Gets the list of MetadataFilters that make up this chain. |
| Methods in org.opensaml.saml2.metadata.provider with parameters of type MetadataFilter | |
|---|---|
void |
MetadataProvider.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata. |
void |
ChainingMetadataProvider.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata. |
void |
BaseMetadataProvider.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata. |
| Method parameters in org.opensaml.saml2.metadata.provider with type arguments of type MetadataFilter | |
|---|---|
void |
MetadataFilterChain.setFilters(java.util.List<MetadataFilter> newFilters)
Sets the list of MetadataFilters that make up this chain. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||