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