Class HttpSecuritySourcePropertyImpl
java.lang.Object
net.officefloor.web.spi.security.impl.HttpSecuritySourcePropertyImpl
- All Implemented Interfaces:
HttpSecuritySourceProperty
HttpSecuritySourceProperty implementation.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionHttpSecuritySourcePropertyImpl(String name, String label) Initiate with name and label of property. -
Method Summary
-
Field Details
-
name
Name of property. -
label
Label of property.
-
-
Constructor Details
-
HttpSecuritySourcePropertyImpl
Initiate with name and label of property.- Parameters:
name- Name of property.label- Label of property.
-
-
Method Details
-
getName
Description copied from interface:HttpSecuritySourcePropertyObtains name of property.- Specified by:
getNamein interfaceHttpSecuritySourceProperty- Returns:
- Name of property.
-
getLabel
Description copied from interface:HttpSecuritySourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofHttpSecuritySourceProperty.getName()is used.- Specified by:
getLabelin interfaceHttpSecuritySourceProperty- Returns:
- Display name of property.
-