Package | Description |
---|---|
org.opensaml.saml.metadata.resolver |
Classes for SAML metadata resolution.
|
org.opensaml.saml.metadata.resolver.filter |
Classes for SAML metadata filtering.
|
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 |
MetadataFilterChain
A filter that allows the composition of
MetadataFilter s. |
Modifier and Type | Field and Description |
---|---|
private List<MetadataFilter> |
MetadataFilterChain.filters
Registered filters.
|
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. |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.