Uses of Class
org.keycloak.models.locking.LockAcquiringTimeoutException
-
Uses of LockAcquiringTimeoutException in org.keycloak.models.locking
Modifier and TypeMethodDescription<V> V
GlobalLockProvider.withLock
(String lockName, Duration timeToWaitForLock, KeycloakSessionTaskWithResult<V> task) Acquires a new non-reentrant global lock that is visible to all Keycloak nodes.default <V> V
GlobalLockProvider.withLock
(String lockName, KeycloakSessionTaskWithResult<V> task) Acquires a new non-reentrant global lock that is visible to all Keycloak nodes.