Class EndpointMetadataIndex.DefaultEndpointSelectionPredicate
java.lang.Object
org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.DefaultEndpointSelectionPredicate
- Enclosing class:
- EndpointMetadataIndex
public static class EndpointMetadataIndex.DefaultEndpointSelectionPredicate extends Object implements Predicate<Endpoint>
-
Field Summary
Fields Modifier and Type Field Description private Map<QName,Set<QName>>
endpointTypes
The indexable endpoint types. -
Constructor Summary
Constructors Constructor Description DefaultEndpointSelectionPredicate()
Constructor.DefaultEndpointSelectionPredicate(Map<QName,Set<QName>> indexableTypes)
Constructor. -
Method Summary
-
Field Details
-
endpointTypes
The indexable endpoint types.
-
-
Constructor Details
-
DefaultEndpointSelectionPredicate
public DefaultEndpointSelectionPredicate()Constructor. -
DefaultEndpointSelectionPredicate
public DefaultEndpointSelectionPredicate(@ParameterName(name="indexableTypes") @Nonnull Map<QName,Set<QName>> indexableTypes)Constructor.- Parameters:
indexableTypes
- a map controlling the types of endpoints to index
-
-
Method Details