Package com.soffid.iam.model
Class RoleDependencyEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.RoleDependencyEntity
-
- com.soffid.iam.model.RoleDependencyEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class RoleDependencyEntityImpl extends RoleDependencyEntity implements SecurityScopeEntity
- See Also:
es.caib.seycon.ng.model.RolAssociacioRolEntity
-
-
Constructor Summary
Constructors Constructor Description RoleDependencyEntityImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customCache()
Operation customCacheboolean
equals(Object object)
Returnstrue
if the argument is an RoleDependencyEntity instance and all identifiers for this entity equal the identifiers of the argument entity.boolean
isAllowed(String permission)
Operation isAllowedString
toString()
Operation toString-
Methods inherited from class com.soffid.iam.model.RoleDependencyEntity
getContained, getContainer, getDomainApplication, getDomainApplicationValue, getDomainGroup, getGranteeApplicationDomain, getGranteeDomainValue, getGranteeGroupDomain, getId, getMandatory, getStatus, hashCode, setContained, setContainer, setDomainApplication, setDomainApplicationValue, setDomainGroup, setGranteeApplicationDomain, setGranteeDomainValue, setGranteeGroupDomain, setId, setMandatory, setStatus
-
-
-
-
Method Detail
-
toString
public String toString()
Description copied from class:RoleDependencyEntity
Operation toString- Specified by:
toString
in classRoleDependencyEntity
- See Also:
es.caib.seycon.ng.model.RolAssociacioRolEntity#toString()
-
equals
public boolean equals(Object object)
Description copied from class:RoleDependencyEntity
Returnstrue
if the argument is an RoleDependencyEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.- Overrides:
equals
in classRoleDependencyEntity
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleDependencyEntity
Operation isAllowed- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classRoleDependencyEntity
-
customCache
public void customCache()
Description copied from class:RoleDependencyEntity
Operation customCache- Specified by:
customCache
in classRoleDependencyEntity
-
-