Class HotRodAuthenticationSessionEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodAuthenticationSessionEntity>
org.keycloak.models.map.storage.hotRod.authSession.HotRodAuthenticationSessionEntity.AbstractHotRodAuthenticationSessionEntityDelegate
org.keycloak.models.map.storage.hotRod.authSession.HotRodAuthenticationSessionEntityDelegate
- All Implemented Interfaces:
MapAuthenticationSessionEntity
,UpdatableEntity
,HotRodEntityDelegate<HotRodAuthenticationSessionEntity>
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodAuthenticationSessionEntityDelegate
extends HotRodAuthenticationSessionEntity.AbstractHotRodAuthenticationSessionEntityDelegate
implements MapAuthenticationSessionEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
static boolean
entityEquals
(Object o1, Object o2) static int
boolean
getTabId()
Returns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.int
hashCode()
void
removeAuthNote
(String p0) void
void
void
void
setAuthNote
(String p0, String p1) void
setAuthNotes
(Map<String, String> p0) void
setAuthUserId
(String p0) void
setClientNote
(String p0, String p1) void
setClientNotes
(Map<String, String> p0) void
setClientScopes
(Set<String> p0) void
setClientUUID
(String p0) void
setProtocol
(String p0) void
setRedirectUri
(String p0) void
setRequiredActions
(Set<String> p0) void
void
setTimestamp
(Long p0) Sets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.void
setUserSessionNote
(String p0, String p1) void
toString()
Methods inherited from class org.keycloak.models.map.storage.hotRod.authSession.HotRodAuthenticationSessionEntity.AbstractHotRodAuthenticationSessionEntityDelegate
getExecutionStatuses, setExecutionStatus, setExecutionStatuses
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.authSession.MapAuthenticationSessionEntity
getExecutionStatuses, setExecutionStatus, setExecutionStatuses
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodAuthenticationSessionEntityDelegate
public HotRodAuthenticationSessionEntityDelegate() -
HotRodAuthenticationSessionEntityDelegate
-
HotRodAuthenticationSessionEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
getAction
- Specified by:
getAction
in interfaceMapAuthenticationSessionEntity
-
setAction
- Specified by:
setAction
in interfaceMapAuthenticationSessionEntity
-
getAuthNotes
- Specified by:
getAuthNotes
in interfaceMapAuthenticationSessionEntity
-
removeAuthNote
- Specified by:
removeAuthNote
in interfaceMapAuthenticationSessionEntity
-
setAuthNote
- Specified by:
setAuthNote
in interfaceMapAuthenticationSessionEntity
-
setAuthNotes
- Specified by:
setAuthNotes
in interfaceMapAuthenticationSessionEntity
-
setAuthUserId
- Specified by:
setAuthUserId
in interfaceMapAuthenticationSessionEntity
-
getAuthUserId
- Specified by:
getAuthUserId
in interfaceMapAuthenticationSessionEntity
-
removeClientNote
- Specified by:
removeClientNote
in interfaceMapAuthenticationSessionEntity
-
getClientNotes
- Specified by:
getClientNotes
in interfaceMapAuthenticationSessionEntity
-
setClientNotes
- Specified by:
setClientNotes
in interfaceMapAuthenticationSessionEntity
-
setClientNote
- Specified by:
setClientNote
in interfaceMapAuthenticationSessionEntity
-
getClientScopes
- Specified by:
getClientScopes
in interfaceMapAuthenticationSessionEntity
-
setClientScopes
- Specified by:
setClientScopes
in interfaceMapAuthenticationSessionEntity
-
getClientUUID
- Specified by:
getClientUUID
in interfaceMapAuthenticationSessionEntity
-
setClientUUID
- Specified by:
setClientUUID
in interfaceMapAuthenticationSessionEntity
-
setProtocol
- Specified by:
setProtocol
in interfaceMapAuthenticationSessionEntity
-
getProtocol
- Specified by:
getProtocol
in interfaceMapAuthenticationSessionEntity
-
setRedirectUri
- Specified by:
setRedirectUri
in interfaceMapAuthenticationSessionEntity
-
getRedirectUri
- Specified by:
getRedirectUri
in interfaceMapAuthenticationSessionEntity
-
addRequiredAction
- Specified by:
addRequiredAction
in interfaceMapAuthenticationSessionEntity
-
setRequiredActions
- Specified by:
setRequiredActions
in interfaceMapAuthenticationSessionEntity
-
removeRequiredAction
- Specified by:
removeRequiredAction
in interfaceMapAuthenticationSessionEntity
-
getRequiredActions
- Specified by:
getRequiredActions
in interfaceMapAuthenticationSessionEntity
-
getTabId
- Specified by:
getTabId
in interfaceMapAuthenticationSessionEntity
-
setTabId
- Specified by:
setTabId
in interfaceMapAuthenticationSessionEntity
-
getTimestamp
Description copied from interface:MapAuthenticationSessionEntity
Returns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
getTimestamp
in interfaceMapAuthenticationSessionEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
setTimestamp
Description copied from interface:MapAuthenticationSessionEntity
Sets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
setTimestamp
in interfaceMapAuthenticationSessionEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getUserSessionNotes
- Specified by:
getUserSessionNotes
in interfaceMapAuthenticationSessionEntity
-
setUserSessionNote
- Specified by:
setUserSessionNote
in interfaceMapAuthenticationSessionEntity
-
setUserSessionNotes
- Specified by:
setUserSessionNotes
in interfaceMapAuthenticationSessionEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodAuthenticationSessionEntity>
-