| 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
MetadataFilters. |
| 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
MetadataFilters that make up this chain. |
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataFilterChain.setFilters(List<MetadataFilter> newFilters)
Set the list of
MetadataFilters that make up this chain. |
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.