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) |
OAuthClientModel |
KeycloakSession.getOAuthClientById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
List<OAuthClientModel> |
RealmModel.getOAuthClients() |
Modifier and Type | Class and Description |
---|---|
class |
OAuthClientAdapter |
Modifier and Type | Field and Description |
---|---|
protected OAuthClientModel |
OAuthClientAdapter.updated |
Modifier and Type | Field and Description |
---|---|
protected Map<String,OAuthClientModel> |
DefaultCacheKeycloakSession.managedClients |
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) |
OAuthClientModel |
NoCacheKeycloakSession.getOAuthClientById(String id,
RealmModel realm) |
OAuthClientModel |
DefaultCacheKeycloakSession.getOAuthClientById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
List<OAuthClientModel> |
RealmAdapter.getOAuthClients() |
Constructor and Description |
---|
CachedOAuthClient(KeycloakCache cache,
KeycloakSession delegate,
RealmModel realm,
OAuthClientModel model) |
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) |
OAuthClientModel |
JpaKeycloakSession.getOAuthClientById(String id,
RealmModel realm) |
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) |
OAuthClientModel |
MongoKeycloakSession.getOAuthClientById(String id,
RealmModel realm) |
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.