Class ClientStorageProviderResource
- java.lang.Object
-
- org.keycloak.services.resources.admin.ClientStorageProviderResource
-
public class ClientStorageProviderResource extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected AdminEventBuilderadminEventprotected AdminPermissionEvaluatorauthprotected ClientConnectionclientConnectionprotected javax.ws.rs.core.HttpHeadersheadersprotected RealmModelrealmprotected KeycloakSessionsession
-
Constructor Summary
Constructors Constructor Description ClientStorageProviderResource(KeycloakSession session, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getSimpleName(String id)Need this for admin console to display simple name of provider when displaying client detail KEYCLOAK-4328
-
-
-
Field Detail
-
realm
protected final RealmModel realm
-
auth
protected final AdminPermissionEvaluator auth
-
adminEvent
protected final AdminEventBuilder adminEvent
-
clientConnection
protected final ClientConnection clientConnection
-
session
protected final KeycloakSession session
-
headers
protected final javax.ws.rs.core.HttpHeaders headers
-
-
Constructor Detail
-
ClientStorageProviderResource
public ClientStorageProviderResource(KeycloakSession session, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent)
-
-