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 |
RealmProvider.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> |
DefaultCacheRealmProvider.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 |
NoCacheRealmProvider.getOAuthClientById(String id,
RealmModel realm) |
OAuthClientModel |
DefaultCacheRealmProvider.getOAuthClientById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
List<OAuthClientModel> |
RealmAdapter.getOAuthClients() |
Constructor and Description |
---|
CachedOAuthClient(RealmCache cache,
RealmProvider 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 |
JpaRealmProvider.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 |
MongoRealmProvider.getOAuthClientById(String id,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
List<OAuthClientModel> |
RealmAdapter.getOAuthClients() |
Modifier and Type | Method and Description |
---|---|
static OAuthClientModel |
RepresentationToModel.createOAuthClient(OAuthClientRepresentation rep,
RealmModel realm) |
static OAuthClientModel |
RepresentationToModel.createOAuthClient(String id,
String name,
RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
static OAuthClientRepresentation |
ModelToRepresentation.toRepresentation(OAuthClientModel model) |
static void |
RepresentationToModel.updateOAuthClient(OAuthClientRepresentation rep,
OAuthClientModel model) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAuthClientManager.removeClient(RealmModel realm,
OAuthClientModel client) |
OAuthClientManager.InstallationAdapterConfig |
OAuthClientManager.toInstallationRepresentation(RealmModel realmModel,
OAuthClientModel model,
URI baseUri) |
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.