Class ClientStorageProviderResource
java.lang.Object
org.keycloak.services.resources.admin.ClientStorageProviderResource
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AdminEventBuilderprotected final AdminPermissionEvaluatorprotected final ClientConnectionprotected final jakarta.ws.rs.core.HttpHeadersprotected final RealmModelprotected final KeycloakSession -
Constructor Summary
ConstructorsConstructorDescriptionClientStorageProviderResource(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