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