Package org.keycloak.admin.ui.rest
Class SessionsResource
java.lang.Object
org.keycloak.admin.ui.rest.SessionsResource
-
Constructor Summary
ConstructorsConstructorDescriptionSessionsResource(KeycloakSession session, RealmModel realm, AdminPermissionEvaluator auth) -
Method Summary
Modifier and TypeMethodDescriptionrealmSessions(ClientIdSessionType.SessionType type, String search, int first, int max)
-
Constructor Details
-
SessionsResource
-
-
Method Details
-
realmSessions
@GET @Consumes("application/json") @Produces("application/json") public Stream<SessionRepresentation> realmSessions(@QueryParam("type") @DefaultValue("ALL") ClientIdSessionType.SessionType type, @QueryParam("search") @DefaultValue("") String search, @QueryParam("first") @DefaultValue("0") int first, @QueryParam("max") @DefaultValue("10") int max)
-