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 booleanisAllowed(String permission)Operation isAllowed Returns true if the permission on this object is grantedStringtoRoleDescription()Operation toRoleDescriptionStringtoString()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:RoleEntityOperation toString- Specified by:
toStringin classRoleEntity- See Also:
es.caib.seycon.ng.model.RolEntity#toString()
-
toRoleDescription
public String toRoleDescription()
Description copied from class:RoleEntityOperation toRoleDescription- Specified by:
toRoleDescriptionin classRoleEntity- Returns:
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleEntityOperation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classRoleEntity
-
-