Package | Description |
---|---|
org.opensaml.saml.metadata.resolver |
Classes for SAML metadata resolution.
|
org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
Modifier and Type | Method and Description |
---|---|
MetadataFilter |
MetadataResolver.getMetadataFilter()
Gets the metadata filter applied to the metadata.
|
MetadataFilter |
ChainingMetadataResolver.getMetadataFilter()
Gets the metadata filter applied to the metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
MetadataResolver.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata.
|
void |
ChainingMetadataResolver.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityAttributesFilter
A filter that adds
EntityAttributes extension content to entities in order to drive software
behavior based on them. |
class |
EntityRoleFilter
A filter that removes roles from an entity descriptor.
|
class |
MetadataFilterChain
A filter that allows the composition of
MetadataFilter s. |
class |
NodeProcessingMetadataFilter
An implementation of
MetadataFilter which applies a MetadataNodeProcessor to each element node in the
metadata document tree. |
class |
PredicateFilter
A filter that removes any
EntityDescriptor that does or does not match a Predicate , thus
a whitelist or blacklist. |
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 |
---|---|
List<MetadataFilter> |
MetadataFilterChain.getFilters()
Get the list of
MetadataFilter s that make up this chain. |
Modifier and Type | Method and Description |
---|---|
void |
MetadataFilterChain.setFilters(List<MetadataFilter> newFilters)
Set the list of
MetadataFilter s that make up this chain. |
Modifier and Type | Method and Description |
---|---|
MetadataFilter |
CompositeMetadataResolver.getMetadataFilter()
Gets the metadata filter applied to the metadata.
|
MetadataFilter |
AbstractMetadataResolver.getMetadataFilter()
Gets the metadata filter applied to the metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeMetadataResolver.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata.
|
void |
AbstractMetadataResolver.setMetadataFilter(MetadataFilter newFilter)
Sets the metadata filter applied to the metadata.
|
Copyright © 2016. All rights reserved.