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 voidcustomCache()Operation customCachebooleanequals(Object object)Returnstrueif the argument is an RoleDependencyEntity instance and all identifiers for this entity equal the identifiers of the argument entity.booleanisAllowed(String permission)Operation isAllowedStringtoString()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:RoleDependencyEntityOperation toString- Specified by:
toStringin classRoleDependencyEntity- See Also:
es.caib.seycon.ng.model.RolAssociacioRolEntity#toString()
-
equals
public boolean equals(Object object)
Description copied from class:RoleDependencyEntityReturnstrueif the argument is an RoleDependencyEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.- Overrides:
equalsin classRoleDependencyEntity
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:RoleDependencyEntityOperation isAllowed- Specified by:
isAllowedin interfaceSecurityScopeEntity- Specified by:
isAllowedin classRoleDependencyEntity
-
customCache
public void customCache()
Description copied from class:RoleDependencyEntityOperation customCache- Specified by:
customCachein classRoleDependencyEntity
-
-