Class EndpointMetadataIndex.DefaultEndpointSelectionPredicate
java.lang.Object
org.opensaml.saml.metadata.resolver.index.impl.EndpointMetadataIndex.DefaultEndpointSelectionPredicate
- Enclosing class:
- EndpointMetadataIndex
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe indexable endpoint types. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.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