Class UserSessionCrossDCManager

java.lang.Object
org.keycloak.services.managers.UserSessionCrossDCManager

@Deprecated(since="26", forRemoval=true) public class UserSessionCrossDCManager extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed without replacement. Check the methods documentation for alternatives.
Author:
Marek Posolda
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserSessionCrossDCManager(org.keycloak.models.KeycloakSession session)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.keycloak.models.UserSessionModel
    getUserSessionIfExistsRemotely(AuthenticationSessionManager asm, org.keycloak.models.RealmModel realm)
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed in Keycloak 27+.
    org.keycloak.models.UserSessionModel
    getUserSessionWithClient(org.keycloak.models.RealmModel realm, String id, boolean offline, String clientUUID)
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed in Keycloak 27+.
    org.keycloak.models.UserSessionModel
    getUserSessionWithClient(org.keycloak.models.RealmModel realm, String id, String clientUUID)
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed in Keycloak 27+.
    org.keycloak.models.UserSessionModel
    getUserSessionWithImpersonatorClient(org.keycloak.models.RealmModel realm, String id, boolean offline, String clientUUID)
    Deprecated, for removal: This API element is subject to removal in a future version.
    To be removed in Keycloak 27+.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UserSessionCrossDCManager

      public UserSessionCrossDCManager(org.keycloak.models.KeycloakSession session)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details