| Package | Description |
|---|---|
| org.keycloak.representations.idm | |
| org.keycloak.services.managers | |
| org.keycloak.services.resources.admin |
| 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 |
|---|---|
static OAuthClientRepresentation |
OAuthClientManager.toRepresentation(OAuthClientModel model) |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientModel |
OAuthClientManager.create(OAuthClientRepresentation rep) |
void |
OAuthClientManager.update(OAuthClientRepresentation rep,
OAuthClientModel model) |
| 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.