Package org.keycloak.services.scheduled
Class ClearExpiredUserSessions
java.lang.Object
org.keycloak.services.scheduled.ClearExpiredUserSessions
- All Implemented Interfaces:
KeycloakSessionTask,ScheduledTask
@Deprecated(since="26.5",
forRemoval=true)
public class ClearExpiredUserSessions
extends Object
implements ScheduledTask
Deprecated, for removal: This API element is subject to removal in a future version.
to be removed without replacement. The providers are responsible for purging the expired entries themselves.
- Author:
- Stian Thorgersen
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.voidrun(KeycloakSession session) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
logger
protected static final org.jboss.logging.Logger loggerDeprecated, for removal: This API element is subject to removal in a future version. -
TASK_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
ClearExpiredUserSessions
public ClearExpiredUserSessions()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
run
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
runin interfaceKeycloakSessionTask
-
getTaskName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTaskNamein interfaceKeycloakSessionTask- Specified by:
getTaskNamein interfaceScheduledTask- Returns:
- Details about the task. Can be useful for logging purposes
-