| Modifier and Type | Method and Description |
|---|---|
ResourceServerRepresentation |
AuthorizationResource.exportSettings() |
ResourceServerRepresentation |
AuthorizationResource.getSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationResource.importSettings(ResourceServerRepresentation server) |
void |
AuthorizationResource.update(ResourceServerRepresentation server) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ResourceServerService.importSettings(ResourceServerRepresentation rep) |
javax.ws.rs.core.Response |
ResourceServerService.update(ResourceServerRepresentation server) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceServerRepresentation |
ExportUtils.exportAuthorizationSettings(KeycloakSession session,
ClientModel client) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceServerRepresentation |
ModelToRepresentation.toRepresentation(ResourceServer model,
ClientModel client) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceServer |
RepresentationToModel.toModel(ResourceServerRepresentation rep,
AuthorizationProvider authorization) |
| Modifier and Type | Method and Description |
|---|---|
ResourceServerRepresentation |
ClientRepresentation.getAuthorizationSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRepresentation.setAuthorizationSettings(ResourceServerRepresentation authorizationSettings) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.