Package net.officefloor.web.spi.security
Interface HttpSecuritySourceProperty
-
- All Known Implementing Classes:
HttpSecuritySourcePropertyImpl
public interface HttpSecuritySourcePropertyIndividual property of theHttpSecuritySourceSpecification.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel()Obtains the display name of the property.java.lang.StringgetName()Obtains name of property.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Obtains name of property.- Returns:
- Name of property.
-
getLabel
java.lang.String getLabel()
Obtains the display name of the property. If this returnsnullthen the return value ofgetName()is used.- Returns:
- Display name of property.
-
-