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 voidcustomCache()Operation customCachebooleanisAllowed(String permission)Operation isAllowed Returns true if the permission on this object is grantedStringtoString()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:RoleAccountEntityOperation toString- Specified by:
toStringin classRoleAccountEntity
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleAccountEntityOperation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classRoleAccountEntity
-
customCache
public void customCache()
Description copied from class:RoleAccountEntityOperation customCache- Specified by:
customCachein classRoleAccountEntity
-
-