Interface MapAuthenticationSessionEntity
- All Superinterfaces:
UpdatableEntity
- All Known Implementing Classes:
HotRodAuthenticationSessionEntity.AbstractHotRodAuthenticationSessionEntityDelegate
,HotRodAuthenticationSessionEntityDelegate
,JpaAuthenticationSessionEntity
,JpaAuthenticationSessionMetadata
,MapAuthenticationSessionEntityDelegate
,MapAuthenticationSessionEntityFieldDelegate
,MapAuthenticationSessionEntityImpl
,MapAuthenticationSessionEntityImpl.Empty
- Author:
- Martin Kanis
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addRequiredAction
(String requiredAction) getTabId()
Returns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.void
removeAuthNote
(String name) void
removeClientNote
(String name) void
removeRequiredAction
(String action) void
void
setAuthNote
(String name, String value) void
setAuthNotes
(Map<String, String> authNotes) void
setAuthUserId
(String authUserId) void
setClientNote
(String name, String value) void
setClientNotes
(Map<String, String> clientNotes) void
setClientScopes
(Set<String> clientScopes) void
setClientUUID
(String clientUUID) void
setExecutionStatus
(String authenticator, CommonClientSessionModel.ExecutionStatus status) void
setExecutionStatuses
(Map<String, CommonClientSessionModel.ExecutionStatus> executionStatus) void
setProtocol
(String protocol) void
setRedirectUri
(String redirectUri) void
setRequiredActions
(Set<String> requiredActions) void
void
setTimestamp
(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.void
setUserSessionNote
(String name, String value) void
setUserSessionNotes
(Map<String, String> userSessionNotes) Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Method Details
-
getTabId
String getTabId() -
setTabId
-
getTimestamp
Long getTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
setTimestamp
Sets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.- Parameters:
timestamp
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getUserSessionNotes
-
setUserSessionNotes
-
setUserSessionNote
-
getClientUUID
String getClientUUID() -
setClientUUID
-
getAuthUserId
String getAuthUserId() -
setAuthUserId
-
getRedirectUri
String getRedirectUri() -
setRedirectUri
-
getAction
String getAction() -
setAction
-
getClientScopes
-
setClientScopes
-
getRequiredActions
-
setRequiredActions
-
addRequiredAction
-
removeRequiredAction
-
getProtocol
String getProtocol() -
setProtocol
-
getClientNotes
-
setClientNotes
-
setClientNote
-
removeClientNote
-
getAuthNotes
-
setAuthNotes
-
setAuthNote
-
removeAuthNote
-
getExecutionStatuses
Map<String,CommonClientSessionModel.ExecutionStatus> getExecutionStatuses() -
setExecutionStatuses
-
setExecutionStatus
-