Package ddf.security.samlp.impl
Class SPMetadataParser
java.lang.Object
ddf.security.samlp.impl.SPMetadataParser
Non-instantiable class that provides a utility function to parse service provider metadata
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,EntityInformation> parse(List<String> spMetadata, Set<SamlProtocol.Binding> bindingSet)
-
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
-