Class ClientStorageProviderResource
java.lang.Object
org.keycloak.services.resources.admin.ClientStorageProviderResource
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AdminEventBuilder
protected final AdminPermissionEvaluator
protected final ClientConnection
protected final jakarta.ws.rs.core.HttpHeaders
protected final RealmModel
protected final KeycloakSession
-
Constructor Summary
ConstructorDescriptionClientStorageProviderResource
(KeycloakSession session, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent) -
Method Summary
Modifier and TypeMethodDescriptiongetSimpleName
(String id) Need this for admin console to display simple name of provider when displaying client detail KEYCLOAK-4328
-
Field Details
-
realm
-
auth
-
adminEvent
-
clientConnection
-
session
-
headers
protected final jakarta.ws.rs.core.HttpHeaders headers
-
-
Constructor Details
-
ClientStorageProviderResource
public ClientStorageProviderResource(KeycloakSession session, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent)
-
-
Method Details