Package org.sensorhub.api.security
Interface IParameterizedPermission<ValueType>
- Type Parameters:
 ValueType- Type of the parameter value
- All Superinterfaces:
 Cloneable,IPermission
 Interface for permissions parameterized with a value.
 This is used for temporal and geofencing for instance.
 
- Since:
 - Aug 30, 2016
 
- 
Field Summary
Fields inherited from interface org.sensorhub.api.security.IPermission
WILDCARD - 
Method Summary
Methods inherited from interface org.sensorhub.api.security.IPermission
getChildren, getDescription, getErrorMessage, getFullName, getLabel, getName, getParent, hasChildren, implies 
- 
Method Details
- 
getValue
ValueType getValue() - 
setValue
 - 
clone
IParameterizedPermission<ValueType> clone() 
 -