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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic booleanentityEquals(Object o1, Object o2) static intbooleangetTabId()Returns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.inthashCode()voidremoveAuthNote(String p0) voidvoidvoidvoidsetAuthNote(String p0, String p1) voidsetAuthNotes(Map<String, String> p0) voidsetAuthUserId(String p0) voidsetClientNote(String p0, String p1) voidsetClientNotes(Map<String, String> p0) voidsetClientScopes(Set<String> p0) voidsetClientUUID(String p0) voidsetProtocol(String p0) voidsetRedirectUri(String p0) voidsetRequiredActions(Set<String> p0) voidvoidsetTimestamp(Long p0) Sets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.voidsetUserSessionNote(String p0, String p1) voidtoString()Methods inherited from class org.keycloak.models.map.storage.hotRod.authSession.HotRodAuthenticationSessionEntity.AbstractHotRodAuthenticationSessionEntityDelegate
getExecutionStatuses, setExecutionStatus, setExecutionStatusesMethods inherited from class org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl
clearUpdatedFlag, isUpdatedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.authSession.MapAuthenticationSessionEntity
getExecutionStatuses, setExecutionStatus, setExecutionStatusesMethods 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:
getActionin interfaceMapAuthenticationSessionEntity
-
setAction
- Specified by:
setActionin interfaceMapAuthenticationSessionEntity
-
getAuthNotes
- Specified by:
getAuthNotesin interfaceMapAuthenticationSessionEntity
-
removeAuthNote
- Specified by:
removeAuthNotein interfaceMapAuthenticationSessionEntity
-
setAuthNote
- Specified by:
setAuthNotein interfaceMapAuthenticationSessionEntity
-
setAuthNotes
- Specified by:
setAuthNotesin interfaceMapAuthenticationSessionEntity
-
setAuthUserId
- Specified by:
setAuthUserIdin interfaceMapAuthenticationSessionEntity
-
getAuthUserId
- Specified by:
getAuthUserIdin interfaceMapAuthenticationSessionEntity
-
removeClientNote
- Specified by:
removeClientNotein interfaceMapAuthenticationSessionEntity
-
getClientNotes
- Specified by:
getClientNotesin interfaceMapAuthenticationSessionEntity
-
setClientNotes
- Specified by:
setClientNotesin interfaceMapAuthenticationSessionEntity
-
setClientNote
- Specified by:
setClientNotein interfaceMapAuthenticationSessionEntity
-
getClientScopes
- Specified by:
getClientScopesin interfaceMapAuthenticationSessionEntity
-
setClientScopes
- Specified by:
setClientScopesin interfaceMapAuthenticationSessionEntity
-
getClientUUID
- Specified by:
getClientUUIDin interfaceMapAuthenticationSessionEntity
-
setClientUUID
- Specified by:
setClientUUIDin interfaceMapAuthenticationSessionEntity
-
setProtocol
- Specified by:
setProtocolin interfaceMapAuthenticationSessionEntity
-
getProtocol
- Specified by:
getProtocolin interfaceMapAuthenticationSessionEntity
-
setRedirectUri
- Specified by:
setRedirectUriin interfaceMapAuthenticationSessionEntity
-
getRedirectUri
- Specified by:
getRedirectUriin interfaceMapAuthenticationSessionEntity
-
addRequiredAction
- Specified by:
addRequiredActionin interfaceMapAuthenticationSessionEntity
-
setRequiredActions
- Specified by:
setRequiredActionsin interfaceMapAuthenticationSessionEntity
-
removeRequiredAction
- Specified by:
removeRequiredActionin interfaceMapAuthenticationSessionEntity
-
getRequiredActions
- Specified by:
getRequiredActionsin interfaceMapAuthenticationSessionEntity
-
getTabId
- Specified by:
getTabIdin interfaceMapAuthenticationSessionEntity
-
setTabId
- Specified by:
setTabIdin interfaceMapAuthenticationSessionEntity
-
getTimestamp
Description copied from interface:MapAuthenticationSessionEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
getTimestampin interfaceMapAuthenticationSessionEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
Description copied from interface:MapAuthenticationSessionEntitySets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Specified by:
setTimestampin interfaceMapAuthenticationSessionEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getUserSessionNotes
- Specified by:
getUserSessionNotesin interfaceMapAuthenticationSessionEntity
-
setUserSessionNote
- Specified by:
setUserSessionNotein interfaceMapAuthenticationSessionEntity
-
setUserSessionNotes
- Specified by:
setUserSessionNotesin interfaceMapAuthenticationSessionEntity
-
getHotRodEntity
- Specified by:
getHotRodEntityin interfaceHotRodEntityDelegate<HotRodAuthenticationSessionEntity>
-