Package com.soffid.iam.model
Class RoleAccountEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.RoleAccountEntity
-
- com.soffid.iam.model.RoleAccountEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class RoleAccountEntityImpl extends RoleAccountEntity implements SecurityScopeEntity
-
-
Constructor Summary
Constructors Constructor Description RoleAccountEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customCache()
Operation customCacheboolean
isAllowed(String permission)
Operation isAllowed Returns true if the permission on this object is grantedString
toString()
Operation toString-
Methods inherited from class com.soffid.iam.model.RoleAccountEntity
equals, getAccount, getApprovalProcess, getCertificationDate, getChildren, getDelegateAccount, getDelegateSince, getDelegateUntil, getDelegationStatus, getDomainType, getDomainValue, getEndDate, getEvents, getGroup, getHolderGroup, getId, getInformationSystem, getOwnerAccount, getParent, getRemovalPending, getRole, getRule, getStartDate, hashCode, isApprovalPending, isEnabled, setAccount, setApprovalPending, setApprovalProcess, setCertificationDate, setChildren, setDelegateAccount, setDelegateSince, setDelegateUntil, setDelegationStatus, setDomainType, setDomainValue, setEnabled, setEndDate, setEvents, setGroup, setHolderGroup, setId, setInformationSystem, setOwnerAccount, setParent, setRemovalPending, setRole, setRule, setStartDate
-
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:RoleAccountEntity
Operation toString- Specified by:
toString
in classRoleAccountEntity
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleAccountEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classRoleAccountEntity
-
customCache
public void customCache()
Description copied from class:RoleAccountEntity
Operation customCache- Specified by:
customCache
in classRoleAccountEntity
-
-