Package com.soffid.iam.model
Class GroupEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.GroupEntity
-
- com.soffid.iam.model.GroupEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class GroupEntityImpl extends GroupEntity implements SecurityScopeEntity
- See Also:
es.caib.seycon.ng.model.GrupEntity
-
-
Constructor Summary
Constructors Constructor Description GroupEntityImpl()
-
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.GroupEntity
equals, getAccountAccess, getAttributes, getAudit, getBudgetSection, getChildren, getDescription, getDriveLetter, getDriveServer, getEndDate, getGrantedRoles, getHoldedRoleAssignments, getId, getMailLists, getName, getNetworkAuthorization, getObsolete, getOrganizational, getParent, getPrimaryGroupUsers, getPrinters, getQuotaGroup, getRoleScopeMailLists, getSecondaryGroupUsers, getStartDate, getSystemGroup, getTenant, getUnitType, getUsersRoles, hashCode, setAccountAccess, setAttributes, setAudit, setBudgetSection, setChildren, setDescription, setDriveLetter, setDriveServer, setEndDate, setGrantedRoles, setHoldedRoleAssignments, setId, setMailLists, setName, setNetworkAuthorization, setObsolete, setOrganizational, setParent, setPrimaryGroupUsers, setPrinters, setQuotaGroup, setRoleScopeMailLists, setSecondaryGroupUsers, setStartDate, setSystemGroup, setTenant, setUnitType, setUsersRoles
-
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:GroupEntity
Operation toString- Specified by:
toString
in classGroupEntity
- See Also:
es.caib.seycon.ng.model.GrupEntity#toString()
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:GroupEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classGroupEntity
-
customCache
public void customCache()
Description copied from class:GroupEntity
Operation customCache- Specified by:
customCache
in classGroupEntity
-
-