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 booleanisAllowed(String permission)Operation isAllowed Returns true if the permission on this object is grantedStringtoString()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:RoleGroupEntityOperation toString- Specified by:
toStringin classRoleGroupEntity- See Also:
es.caib.seycon.ng.model.RolsGrupEntity#toString()
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleGroupEntityOperation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classRoleGroupEntity
-
-