public class OfflineUserSessionLoader extends Object implements SessionLoader
Constructor and Description |
---|
OfflineUserSessionLoader() |
Modifier and Type | Method and Description |
---|---|
int |
getSessionsCount(KeycloakSession session) |
void |
init(KeycloakSession session) |
boolean |
loadSessions(KeycloakSession session,
int first,
int max) |
public void init(KeycloakSession session)
init
in interface SessionLoader
public int getSessionsCount(KeycloakSession session)
getSessionsCount
in interface SessionLoader
public boolean loadSessions(KeycloakSession session, int first, int max)
loadSessions
in interface SessionLoader
Copyright © 2016 JBoss by Red Hat. All rights reserved.