Class ClientProfilesResource
java.lang.Object
org.keycloak.services.resources.admin.ClientProfilesResource
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final org.jboss.logging.Logger
protected final RealmModel
protected final HttpRequest
protected final HttpResponse
protected final KeycloakSession
-
Constructor Summary
ConstructorDescriptionClientProfilesResource
(KeycloakSession session, AdminPermissionEvaluator auth) -
Method Summary
Modifier and TypeMethodDescriptiongetProfiles
(boolean includeGlobalProfiles) jakarta.ws.rs.core.Response
updateProfiles
(ClientProfilesRepresentation clientProfiles)
-
Field Details
-
logger
protected static final org.jboss.logging.Logger logger -
request
-
response
-
session
-
realm
-
-
Constructor Details
-
ClientProfilesResource
-
-
Method Details
-
getProfiles
@GET @Produces("application/json") public ClientProfilesRepresentation getProfiles(@QueryParam("include-global-profiles") boolean includeGlobalProfiles) -
updateProfiles
@PUT @Consumes("application/json") public jakarta.ws.rs.core.Response updateProfiles(ClientProfilesRepresentation clientProfiles)
-