Class SPMetadataParser

java.lang.Object
ddf.security.samlp.impl.SPMetadataParser

public class SPMetadataParser extends Object
Non-instantiable class that provides a utility function to parse service provider metadata
  • Method Details

    • parse

      public static Map<String,EntityInformation> parse(@Nullable List<String> spMetadata, Set<SamlProtocol.Binding> bindingSet)
      Parameters:
      spMetadata - Metadata from the service provider either as the xml itself, a url to a service that returns the xml, or the path to a file with the xml starting with file:
      bindingSet - Set of supported bindings
      Returns:
      Map of the service providers entity id and the entity information