Package net.officefloor.web.spi.security
Interface HttpSecuritySourceSpecification
-
public interface HttpSecuritySourceSpecification
Specification of aHttpSecuritySource
. This is different to theHttpSecuritySourceMetaData
as it specifies how to configure theHttpSecuritySource
to then obtain itsHttpSecuritySourceMetaData
based on the configuration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpSecuritySourceProperty[]
getProperties()
Obtains the specification of the properties for theHttpSecuritySource
.
-
-
-
Method Detail
-
getProperties
HttpSecuritySourceProperty[] getProperties()
Obtains the specification of the properties for theHttpSecuritySource
.- Returns:
- Property specification.
-
-