| Package | Description |
|---|---|
| org.keycloak.admin.client.resource | |
| org.keycloak.models.utils | |
| org.keycloak.representations.idm | |
| org.keycloak.services.resources.admin |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientRepresentation |
OAuthClientResource.toRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClientRepresentation> |
OAuthClientsResource.findAll() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthClientsResource.create(OAuthClientRepresentation oAuthClientRepresentation) |
void |
OAuthClientResource.update(OAuthClientRepresentation oAuthClientRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthClientRepresentation |
ModelToRepresentation.toRepresentation(OAuthClientModel model) |
| Modifier and Type | Method and Description |
|---|---|
static OAuthClientModel |
RepresentationToModel.createOAuthClient(OAuthClientRepresentation rep,
RealmModel realm) |
static void |
RepresentationToModel.updateOAuthClient(OAuthClientRepresentation rep,
OAuthClientModel model) |
| Modifier and Type | Field and Description |
|---|---|
protected List<OAuthClientRepresentation> |
RealmRepresentation.oauthClients |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClientRepresentation> |
RealmRepresentation.getOauthClients() |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmRepresentation.setOauthClients(List<OAuthClientRepresentation> oauthClients) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientRepresentation |
OAuthClientResource.getOAuthClient()
Get a representation of the oauth client
|
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClientRepresentation> |
OAuthClientsResource.getOAuthClients()
Get a list of oauth clients in this realm.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
OAuthClientsResource.createOAuthClient(javax.ws.rs.core.UriInfo uriInfo,
OAuthClientRepresentation rep)
Create an oauth client
|
javax.ws.rs.core.Response |
OAuthClientResource.update(OAuthClientRepresentation rep)
Update the oauth client
|
Copyright © 2014. All Rights Reserved.