Package net.officefloor.web.spi.security
Interface HttpSecuritySourceSpecification
public interface HttpSecuritySourceSpecification
Specification of a
HttpSecuritySource. This is different to the
HttpSecuritySourceMetaData as it specifies how to configure the
HttpSecuritySource to then obtain its
HttpSecuritySourceMetaData based on the configuration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the specification of the properties for theHttpSecuritySource.
-
Method Details
-
getProperties
HttpSecuritySourceProperty[] getProperties()Obtains the specification of the properties for theHttpSecuritySource.- Returns:
- Property specification.
-