Class MetadataIndexManager.EntityIDExtractionFunction
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.index.impl.MetadataIndexManager.EntityIDExtractionFunction
-
- Enclosing class:
- MetadataIndexManager<T>
public static class MetadataIndexManager.EntityIDExtractionFunction extends Object implements Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,String>
Extraction function which returns the entityID of the inputEntityDescriptor.
-
-
Constructor Summary
Constructors Constructor Description EntityIDExtractionFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(org.opensaml.saml.saml2.metadata.EntityDescriptor input)
-