| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.jpa | |
| org.keycloak.models.mongo.keycloak.adapters | |
| org.keycloak.services.managers | |
| org.keycloak.services.resources.admin |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientModel |
RealmModel.addOAuthClient(String name) |
OAuthClientModel |
RealmModel.addOAuthClient(String id,
String name) |
OAuthClientModel |
RealmModel.getOAuthClient(String name) |
OAuthClientModel |
RealmModel.getOAuthClientById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClientModel> |
RealmModel.getOAuthClients() |
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthClientAdapter |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientModel |
RealmAdapter.addOAuthClient(String name) |
OAuthClientModel |
RealmAdapter.addOAuthClient(String id,
String name) |
OAuthClientModel |
RealmAdapter.getOAuthClient(String name) |
OAuthClientModel |
RealmAdapter.getOAuthClientById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClientModel> |
RealmAdapter.getOAuthClients() |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientModel |
RealmAdapter.addOAuthClient(String name) |
OAuthClientModel |
RealmAdapter.addOAuthClient(String id,
String name) |
OAuthClientModel |
RealmAdapter.getOAuthClient(String name) |
OAuthClientModel |
RealmAdapter.getOAuthClientById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<OAuthClientModel> |
RealmAdapter.getOAuthClients() |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientModel |
OAuthClientManager.create(OAuthClientRepresentation rep) |
OAuthClientModel |
OAuthClientManager.create(String name) |
| Modifier and Type | Method and Description |
|---|---|
UserCredentialModel |
OAuthClientManager.generateSecret(OAuthClientModel app) |
OAuthClientManager.InstallationAdapterConfig |
OAuthClientManager.toInstallationRepresentation(RealmModel realmModel,
OAuthClientModel model,
URI baseUri) |
static OAuthClientRepresentation |
OAuthClientManager.toRepresentation(OAuthClientModel model) |
void |
OAuthClientManager.update(OAuthClientRepresentation rep,
OAuthClientModel model) |
| Modifier and Type | Field and Description |
|---|---|
protected OAuthClientModel |
OAuthClientResource.oauthClient |
| Constructor and Description |
|---|
OAuthClientResource(RealmModel realm,
RealmAuth auth,
OAuthClientModel oauthClient,
KeycloakSession session) |
Copyright © 2014. All Rights Reserved.