Package com.soffid.iam.model
Class RoleEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.RoleEntity
-
- com.soffid.iam.model.RoleEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class RoleEntityImpl extends RoleEntity implements SecurityScopeEntity
- Author:
- u88683
-
-
Constructor Summary
Constructors Constructor Description RoleEntityImpl()
-
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 grantedString
toRoleDescription()
Operation toRoleDescriptionString
toString()
Operation toString-
Methods inherited from class com.soffid.iam.model.RoleEntity
equals, getAccessControl, getAccountAccess, getAccounts, getApplicationDomain, getApprovalEnd, getApprovalProcess, getApprovalStart, getAttributes, getAuthorizations, getCategory, getContainedRoles, getContainerGroups, getContainerRoles, getCustomObjects, getDefaultRole, getDescription, getDomainType, getId, getInformationSystem, getMailLists, getManageableWF, getName, getNetworkAuthorization, getNotificationEntities, getPassword, getRules, getSodRules, getSystem, hashCode, setAccessControl, setAccountAccess, setAccounts, setApplicationDomain, setApprovalEnd, setApprovalProcess, setApprovalStart, setAttributes, setAuthorizations, setCategory, setContainedRoles, setContainerGroups, setContainerRoles, setCustomObjects, setDefaultRole, setDescription, setDomainType, setId, setInformationSystem, setMailLists, setManageableWF, setName, setNetworkAuthorization, setNotificationEntities, setPassword, setRules, setSodRules, setSystem
-
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:RoleEntity
Operation toString- Specified by:
toString
in classRoleEntity
- See Also:
es.caib.seycon.ng.model.RolEntity#toString()
-
toRoleDescription
public String toRoleDescription()
Description copied from class:RoleEntity
Operation toRoleDescription- Specified by:
toRoleDescription
in classRoleEntity
- Returns:
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classRoleEntity
-
-