Class HotRodUserSessionEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodUserSessionEntity>
org.keycloak.models.map.storage.hotRod.userSession.HotRodUserSessionEntity.AbstractHotRodUserSessionEntityDelegate
org.keycloak.models.map.storage.hotRod.userSession.HotRodUserSessionEntityDelegate
- All Implemented Interfaces:
AbstractEntity,ExpirableEntity,UpdatableEntity,HotRodEntityDelegate<HotRodUserSessionEntity>,MapUserSessionEntity
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodUserSessionEntityDelegate
extends HotRodUserSessionEntity.AbstractHotRodUserSessionEntityDelegate
implements MapUserSessionEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.userSession.MapUserSessionEntity
MapUserSessionEntity.AbstractUserSessionEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.HotRodUserSessionEntityDelegate(HotRodUserSessionEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. -
Method Summary
Modifier and TypeMethodDescriptionvoid<V> VdeepClone(V obj) static booleanentityEquals(Object o1, Object o2) static intbooleangetNotes()org.keycloak.models.UserSessionModel.StategetState()inthashCode()removeNote(String p0) voidsetAuthMethod(String p0) voidvoidvoidsetExpiration(Long p0) voidsetIpAddress(String p0) voidvoidvoidvoidvoidsetOffline(Boolean p0) voidsetRealmId(String p0) voidsetRememberMe(Boolean p0) voidsetState(org.keycloak.models.UserSessionModel.State p0) voidsetTimestamp(Long p0) voidtoString()Methods inherited from class org.keycloak.models.map.storage.hotRod.userSession.HotRodUserSessionEntity.AbstractHotRodUserSessionEntityDelegate
clearAuthenticatedClientSessions, clearUpdatedFlag, getId, getPersistenceState, isUpdated, setId, setPersistenceStateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.userSession.MapUserSessionEntity
clearAuthenticatedClientSessions, getPersistenceState, setPersistenceStateMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodUserSessionEntityDelegate
public HotRodUserSessionEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodUserSessionEntityDelegate(DeepCloner)variant instead -
HotRodUserSessionEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONERthat does not clone anything. UseHotRodUserSessionEntityDelegate(DeepCloner)variant instead -
HotRodUserSessionEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
deepClone
public <V> V deepClone(V obj) -
setAuthMethod
- Specified by:
setAuthMethodin interfaceMapUserSessionEntity
-
getAuthMethod
- Specified by:
getAuthMethodin interfaceMapUserSessionEntity
-
addAuthenticatedClientSession
- Specified by:
addAuthenticatedClientSessionin interfaceMapUserSessionEntity
-
getAuthenticatedClientSession
- Specified by:
getAuthenticatedClientSessionin interfaceMapUserSessionEntity
-
getAuthenticatedClientSessions
- Specified by:
getAuthenticatedClientSessionsin interfaceMapUserSessionEntity
-
removeAuthenticatedClientSession
- Specified by:
removeAuthenticatedClientSessionin interfaceMapUserSessionEntity
-
setBrokerSessionId
- Specified by:
setBrokerSessionIdin interfaceMapUserSessionEntity
-
getBrokerSessionId
- Specified by:
getBrokerSessionIdin interfaceMapUserSessionEntity
-
getBrokerUserId
- Specified by:
getBrokerUserIdin interfaceMapUserSessionEntity
-
setBrokerUserId
- Specified by:
setBrokerUserIdin interfaceMapUserSessionEntity
-
setExpiration
- Specified by:
setExpirationin interfaceExpirableEntity
-
getExpiration
- Specified by:
getExpirationin interfaceExpirableEntity
-
setIpAddress
- Specified by:
setIpAddressin interfaceMapUserSessionEntity
-
getIpAddress
- Specified by:
getIpAddressin interfaceMapUserSessionEntity
-
setLastSessionRefresh
- Specified by:
setLastSessionRefreshin interfaceMapUserSessionEntity
-
getLastSessionRefresh
- Specified by:
getLastSessionRefreshin interfaceMapUserSessionEntity
-
getLoginUsername
- Specified by:
getLoginUsernamein interfaceMapUserSessionEntity
-
setLoginUsername
- Specified by:
setLoginUsernamein interfaceMapUserSessionEntity
-
removeNote
- Specified by:
removeNotein interfaceMapUserSessionEntity
-
setNote
- Specified by:
setNotein interfaceMapUserSessionEntity
-
getNotes
- Specified by:
getNotesin interfaceMapUserSessionEntity
-
setNotes
- Specified by:
setNotesin interfaceMapUserSessionEntity
-
getNote
- Specified by:
getNotein interfaceMapUserSessionEntity
-
isOffline
- Specified by:
isOfflinein interfaceMapUserSessionEntity
-
setOffline
- Specified by:
setOfflinein interfaceMapUserSessionEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapUserSessionEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapUserSessionEntity
-
isRememberMe
- Specified by:
isRememberMein interfaceMapUserSessionEntity
-
setRememberMe
- Specified by:
setRememberMein interfaceMapUserSessionEntity
-
setState
public void setState(org.keycloak.models.UserSessionModel.State p0) - Specified by:
setStatein interfaceMapUserSessionEntity
-
getState
public org.keycloak.models.UserSessionModel.State getState()- Specified by:
getStatein interfaceMapUserSessionEntity
-
getTimestamp
- Specified by:
getTimestampin interfaceMapUserSessionEntity
-
setTimestamp
- Specified by:
setTimestampin interfaceMapUserSessionEntity
-
getUserId
- Specified by:
getUserIdin interfaceMapUserSessionEntity
-
setUserId
- Specified by:
setUserIdin interfaceMapUserSessionEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodUserSessionEntity>
-
DeepCloner.DUMB_CLONERthat does not clone anything.