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 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.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:GroupEntityOperation toString- Specified by:
toStringin classGroupEntity- See Also:
es.caib.seycon.ng.model.GrupEntity#toString()
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:GroupEntityOperation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classGroupEntity
-
customCache
public void customCache()
Description copied from class:GroupEntityOperation customCache- Specified by:
customCachein classGroupEntity
-
-