Package com.soffid.iam.model
Class CustomObjectEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.CustomObjectEntity
-
- com.soffid.iam.model.CustomObjectEntityImpl
-
public class CustomObjectEntityImpl extends CustomObjectEntity
-
-
Constructor Summary
Constructors Constructor Description CustomObjectEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAllowed(String permission)
Operation isAllowed Returns true if the permission on this object is granted-
Methods inherited from class com.soffid.iam.model.CustomObjectEntity
equals, getAttributes, getDescription, getId, getName, getType, hashCode, setAttributes, setDescription, setId, setName, setType
-
-
-
-
Method Detail
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:CustomObjectEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in classCustomObjectEntity
- Returns:
-
-