Package com.soffid.iam.model
Class AccessLogEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.AccessLogEntity
-
- com.soffid.iam.model.AccessLogEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class AccessLogEntityImpl extends AccessLogEntity implements SecurityScopeEntity
Entity RegistreAccesEntity implementation
-
-
Constructor Summary
Constructors Constructor Description AccessLogEntityImpl()
-
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.AccessLogEntity
equals, getAccessType, getAccountName, getClient, getClientAddress, getClientHostName, getEndDate, getHostAddress, getHostName, getId, getInformation, getJumpServerGroup, getProtocol, getServer, getSessionId, getStartDate, getSystem, getTenant, getUser, hashCode, setAccessType, setAccountName, setClient, setClientAddress, setClientHostName, setEndDate, setHostAddress, setHostName, setId, setInformation, setJumpServerGroup, setProtocol, setServer, setSessionId, setStartDate, setSystem, setTenant, setUser
-
-
-
-
Method Detail
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:AccessLogEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classAccessLogEntity
-
-