Package com.soffid.iam.model
Class UserPrinterEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.UserPrinterEntity
-
- com.soffid.iam.model.UserPrinterEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class UserPrinterEntityImpl extends UserPrinterEntity implements SecurityScopeEntity
Entity UsuariImpressoraEntity implementation
-
-
Constructor Summary
Constructors Constructor Description UserPrinterEntityImpl()
-
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 granted-
Methods inherited from class com.soffid.iam.model.UserPrinterEntity
equals, getId, getOrder, getPrinter, getUser, hashCode, setId, setOrder, setPrinter, setUser
-
-
-
-
Method Detail
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:UserPrinterEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classUserPrinterEntity
-
-