Class HttpSecuritySourcePropertyImpl
- java.lang.Object
-
- net.officefloor.web.spi.security.impl.HttpSecuritySourcePropertyImpl
-
- All Implemented Interfaces:
HttpSecuritySourceProperty
public class HttpSecuritySourcePropertyImpl extends java.lang.Object implements HttpSecuritySourceProperty
HttpSecuritySourcePropertyimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description HttpSecuritySourcePropertyImpl(java.lang.String name, java.lang.String label)Initiate with name and label of property.
-
Method Summary
All Methods Instance Methods Concrete 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
public java.lang.String getName()
Description copied from interface:HttpSecuritySourcePropertyObtains name of property.- Specified by:
getNamein interfaceHttpSecuritySourceProperty- Returns:
- Name of property.
-
getLabel
public java.lang.String 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.
-
-