Package | Description |
---|---|
org.keycloak.services.managers | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
SessionStats |
ResourceAdminManager.getSessionStats(URI requestUri,
KeycloakSession session,
RealmModel realm,
ApplicationModel application,
boolean users) |
SessionStats |
ResourceAdminManager.getSessionStats(URI requestUri,
KeycloakSession session,
RealmModel realm,
ApplicationModel application,
boolean users,
org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor client) |
Modifier and Type | Method and Description |
---|---|
SessionStats |
ApplicationResource.getSessionStats(boolean users)
If the application has an admin URL, query it directly for session stats.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SessionStats> |
RealmAdminResource.getSessionStats()
Any application that has an admin URL will be asked directly how many sessions they have active and what users
are involved with those sessions.
|
Copyright © 2014. All Rights Reserved.