Package com.soffid.iam.model
Class SessionEntityImpl
- java.lang.Object
-
- com.soffid.iam.model.SessionEntity
-
- com.soffid.iam.model.SessionEntityImpl
-
- All Implemented Interfaces:
SecurityScopeEntity
public class SessionEntityImpl extends SessionEntity implements SecurityScopeEntity
Entity SessioEntity implementation
-
-
Constructor Summary
Constructors Constructor Description SessionEntityImpl()
-
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.SessionEntity
equals, getAccount, getAuthenticationMethod, getClientAddress, getClientHost, getClientHostName, getExternalClientIp, getHost, getHostAddress, getHostName, getId, getKeepAliveDate, getKey, getLoginLogInfo, getMonitorUrl, getNewKey, getPort, getStartDate, getType, getUser, getWebHandler, hashCode, setAccount, setAuthenticationMethod, setClientAddress, setClientHost, setClientHostName, setExternalClientIp, setHost, setHostAddress, setHostName, setId, setKeepAliveDate, setKey, setLoginLogInfo, setMonitorUrl, setNewKey, setPort, setStartDate, setType, setUser, setWebHandler
-
-
-
-
Method Detail
-
isAllowed
public boolean isAllowed(String permission)
Description copied from class:SessionEntity
Operation isAllowed Returns true if the permission on this object is granted- Specified by:
isAllowed
in interfaceSecurityScopeEntity
- Specified by:
isAllowed
in classSessionEntity
-
-