Package com.soffid.iam.model
Class InformationSystemEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.InformationSystemEntity
-
- com.soffid.iam.model.InformationSystemEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class InformationSystemEntityImpl extends InformationSystemEntity implements SecurityScopeEntity
Entity AplicacioEntity implementation
-
-
Constructor Summary
Constructors Constructor Description InformationSystemEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowed(String permission)Operation isAllowed Returns true if the permission on this object is granted-
Methods inherited from class com.soffid.iam.model.InformationSystemEntity
equals, getApprovalProcess, getAttributes, getChildren, getContactPerson, getDataBase, getDescription, getId, getName, getNotificationMail, getParent, getRoleDefinitionProcess, getRoles, getRoleScopeMailLists, getSingleRole, getSodRules, getSourceDir, getTargetDir, getTenant, getType, getWfManagement, hashCode, setApprovalProcess, setAttributes, setChildren, setContactPerson, setDataBase, setDescription, setId, setName, setNotificationMail, setParent, setRoleDefinitionProcess, setRoles, setRoleScopeMailLists, setSingleRole, setSodRules, setSourceDir, setTargetDir, setTenant, setType, setWfManagement
-
-
-
-
Method Detail
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:InformationSystemEntityOperation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classInformationSystemEntity
-
-