Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.storage | |
org.keycloak.storage.client | |
org.keycloak.storage.openshift |
Modifier and Type | Method and Description |
---|---|
default List<ClientStorageProviderModel> |
RealmModel.getClientStorageProviders() |
Modifier and Type | Method and Description |
---|---|
static ClientStorageProviderModel |
ClientStorageManager.getStorageProviderModel(RealmModel realm,
String componentId) |
Modifier and Type | Method and Description |
---|---|
static List<ClientStorageProviderModel> |
ClientStorageManager.getStorageProviders(RealmModel realm) |
Modifier and Type | Method and Description |
---|---|
static ClientStorageProvider |
ClientStorageManager.getStorageProviderInstance(KeycloakSession session,
ClientStorageProviderModel model,
ClientStorageProviderFactory factory) |
Modifier and Type | Field and Description |
---|---|
protected ClientStorageProviderModel |
AbstractClientStorageAdapter.component |
Constructor and Description |
---|
AbstractClientStorageAdapter(KeycloakSession session,
RealmModel realm,
ClientStorageProviderModel component) |
AbstractReadOnlyClientStorageAdapter(KeycloakSession session,
RealmModel realm,
ClientStorageProviderModel component) |
Constructor and Description |
---|
OpenshiftSAClientAdapter(String clientId,
com.openshift.restclient.model.IResource resource,
com.openshift.restclient.IClient client,
KeycloakSession session,
RealmModel realm,
ClientStorageProviderModel component) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.