Package org.keycloak.services.managers
Class UserSessionCrossDCManager
- java.lang.Object
-
- org.keycloak.services.managers.UserSessionCrossDCManager
-
public class UserSessionCrossDCManager extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description UserSessionCrossDCManager(KeycloakSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSessionModel
getUserSessionIfExistsRemotely(AuthenticationSessionManager asm, RealmModel realm)
UserSessionModel
getUserSessionWithClient(RealmModel realm, String id, boolean offline, String clientUUID)
UserSessionModel
getUserSessionWithClient(RealmModel realm, String id, String clientUUID)
-
-
-
Constructor Detail
-
UserSessionCrossDCManager
public UserSessionCrossDCManager(KeycloakSession session)
-
-
Method Detail
-
getUserSessionWithClient
public UserSessionModel getUserSessionWithClient(RealmModel realm, String id, boolean offline, String clientUUID)
-
getUserSessionWithClient
public UserSessionModel getUserSessionWithClient(RealmModel realm, String id, String clientUUID)
-
getUserSessionIfExistsRemotely
public UserSessionModel getUserSessionIfExistsRemotely(AuthenticationSessionManager asm, RealmModel realm)
-
-