public class ClientProfilesResource extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
logger |
protected RealmModel |
realm |
protected org.jboss.resteasy.spi.HttpRequest |
request |
protected org.jboss.resteasy.spi.HttpResponse |
response |
protected KeycloakSession |
session |
Constructor and Description |
---|
ClientProfilesResource(RealmModel realm,
AdminPermissionEvaluator auth) |
Modifier and Type | Method and Description |
---|---|
ClientProfilesRepresentation |
getProfiles(boolean includeGlobalProfiles) |
javax.ws.rs.core.Response |
updateProfiles(ClientProfilesRepresentation clientProfiles) |
protected static final org.jboss.logging.Logger logger
@Context protected org.jboss.resteasy.spi.HttpRequest request
@Context protected org.jboss.resteasy.spi.HttpResponse response
@Context protected KeycloakSession session
protected RealmModel realm
public ClientProfilesResource(RealmModel realm, AdminPermissionEvaluator auth)
@GET @Produces(value="application/json") public ClientProfilesRepresentation getProfiles(@QueryParam(value="include-global-profiles") boolean includeGlobalProfiles)
@PUT @Consumes(value="application/json") public javax.ws.rs.core.Response updateProfiles(ClientProfilesRepresentation clientProfiles)
Copyright © 2021 JBoss by Red Hat. All rights reserved.