Class MapAuthenticationSessionEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.authSession.MapAuthenticationSessionEntityImpl.Empty
- All Implemented Interfaces:
MapAuthenticationSessionEntity,UpdatableEntity
- Enclosing class:
- MapAuthenticationSessionEntityImpl
public static class MapAuthenticationSessionEntityImpl.Empty
extends UpdatableEntity.Impl
implements MapAuthenticationSessionEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRequiredAction(String requiredAction) getTabId()Returns a point in time (timestamp in milliseconds since The Epoch) when the authentication session entity was created.booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveAuthNote(String name) voidremoveClientNote(String name) voidremoveRequiredAction(String action) voidvoidsetAuthNote(String name, String value) voidsetAuthNotes(Map<String, String> authNotes) voidsetAuthUserId(String authUserId) voidsetClientNote(String name, String value) voidsetClientNotes(Map<String, String> clientNotes) voidsetClientScopes(Set<String> clientScopes) voidsetClientUUID(String clientUUID) voidsetExecutionStatus(String authenticator, CommonClientSessionModel.ExecutionStatus status) voidsetExecutionStatuses(Map<String, CommonClientSessionModel.ExecutionStatus> executionStatus) voidsetProtocol(String protocol) voidsetRedirectUri(String redirectUri) voidsetRequiredActions(Set<String> requiredActions) voidvoidsetTimestamp(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when the authentication session entity was created.voidsetUserSessionNote(String name, String value) voidsetUserSessionNotes(Map<String, String> userSessionNotes) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setAction
- Specified by:
setActionin interfaceMapAuthenticationSessionEntity
-
getAction
- Specified by:
getActionin interfaceMapAuthenticationSessionEntity
-
setAuthNotes
- Specified by:
setAuthNotesin interfaceMapAuthenticationSessionEntity
-
setAuthNote
- Specified by:
setAuthNotein interfaceMapAuthenticationSessionEntity
-
removeAuthNote
- Specified by:
removeAuthNotein interfaceMapAuthenticationSessionEntity
-
getAuthNotes
- Specified by:
getAuthNotesin interfaceMapAuthenticationSessionEntity
-
getAuthUserId
- Specified by:
getAuthUserIdin interfaceMapAuthenticationSessionEntity
-
setAuthUserId
- Specified by:
setAuthUserIdin interfaceMapAuthenticationSessionEntity
-
setClientNote
- Specified by:
setClientNotein interfaceMapAuthenticationSessionEntity
-
removeClientNote
- Specified by:
removeClientNotein interfaceMapAuthenticationSessionEntity
-
getClientNotes
- Specified by:
getClientNotesin interfaceMapAuthenticationSessionEntity
-
setClientNotes
- Specified by:
setClientNotesin interfaceMapAuthenticationSessionEntity
-
getClientScopes
- Specified by:
getClientScopesin interfaceMapAuthenticationSessionEntity
-
setClientScopes
- Specified by:
setClientScopesin interfaceMapAuthenticationSessionEntity
-
setClientUUID
- Specified by:
setClientUUIDin interfaceMapAuthenticationSessionEntity
-
getClientUUID
- Specified by:
getClientUUIDin interfaceMapAuthenticationSessionEntity
-
setExecutionStatus
public void setExecutionStatus(String authenticator, CommonClientSessionModel.ExecutionStatus status) - Specified by:
setExecutionStatusin interfaceMapAuthenticationSessionEntity
-
setExecutionStatuses
public void setExecutionStatuses(Map<String, CommonClientSessionModel.ExecutionStatus> executionStatus) - Specified by:
setExecutionStatusesin interfaceMapAuthenticationSessionEntity
-
getExecutionStatuses
- Specified by:
getExecutionStatusesin interfaceMapAuthenticationSessionEntity
-
getProtocol
- Specified by:
getProtocolin interfaceMapAuthenticationSessionEntity
-
setProtocol
- Specified by:
setProtocolin interfaceMapAuthenticationSessionEntity
-
getRedirectUri
- Specified by:
getRedirectUriin interfaceMapAuthenticationSessionEntity
-
setRedirectUri
- Specified by:
setRedirectUriin interfaceMapAuthenticationSessionEntity
-
addRequiredAction
- Specified by:
addRequiredActionin interfaceMapAuthenticationSessionEntity
-
removeRequiredAction
- Specified by:
removeRequiredActionin interfaceMapAuthenticationSessionEntity
-
getRequiredActions
- Specified by:
getRequiredActionsin interfaceMapAuthenticationSessionEntity
-
setRequiredActions
- Specified by:
setRequiredActionsin interfaceMapAuthenticationSessionEntity
-
getTabId
- Specified by:
getTabIdin interfaceMapAuthenticationSessionEntity
-
setTabId
- Specified by:
setTabIdin interfaceMapAuthenticationSessionEntity
-
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:
timestamp- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
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
-
getUserSessionNotes
- Specified by:
getUserSessionNotesin interfaceMapAuthenticationSessionEntity
-
setUserSessionNote
- Specified by:
setUserSessionNotein interfaceMapAuthenticationSessionEntity
-
setUserSessionNotes
- Specified by:
setUserSessionNotesin interfaceMapAuthenticationSessionEntity
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-