Package com.soffid.iam.model
Class RoleGroupEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.RoleGroupEntity
-
- com.soffid.iam.model.RoleGroupEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class RoleGroupEntityImpl extends RoleGroupEntity implements SecurityScopeEntity
- See Also:
es.caib.seycon.ng.model.RolsGrupEntity
-
-
Constructor Summary
Constructors Constructor Description RoleGroupEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
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.RoleGroupEntity
equals, getGrantedApplicationDomain, getGrantedDomainValue, getGrantedGroupDomain, getGrantedRole, getGroup, getId, hashCode, setGrantedApplicationDomain, setGrantedDomainValue, setGrantedGroupDomain, setGrantedRole, setGroup, setId
-
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:RoleGroupEntity
Operation toString- Specified by:
toString
in classRoleGroupEntity
- See Also:
es.caib.seycon.ng.model.RolsGrupEntity#toString()
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleGroupEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classRoleGroupEntity
-
-