Class MetadataIndexManager.EntityIDExtractionFunction

  • All Implemented Interfaces:
    Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,​String>
    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 input EntityDescriptor.
    • Constructor Detail

      • EntityIDExtractionFunction

        public EntityIDExtractionFunction()
    • Method Detail

      • apply

        public String apply​(org.opensaml.saml.saml2.metadata.EntityDescriptor input)
        Specified by:
        apply in interface Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,​String>