Class UppercaseEntityIdDescriptorFunction
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.index.impl.UppercaseEntityIdDescriptorFunction
-
- All Implemented Interfaces:
Function<EntityDescriptor,Set<MetadataIndexKey>>
public class UppercaseEntityIdDescriptorFunction extends Object implements Function<EntityDescriptor,Set<MetadataIndexKey>>
-
-
Constructor Summary
Constructors Constructor Description UppercaseEntityIdDescriptorFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<MetadataIndexKey>apply(EntityDescriptor input)
-
-
-
Method Detail
-
apply
@Nullable public Set<MetadataIndexKey> apply(@Nullable EntityDescriptor input)
- Specified by:
applyin interfaceFunction<EntityDescriptor,Set<MetadataIndexKey>>
-
-