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 AdminEventBuilder
adminEvent
protected AdminPermissionEvaluator
auth
protected ClientConnection
clientConnection
protected javax.ws.rs.core.HttpHeaders
headers
protected RealmModel
realm
protected KeycloakSession
session
-
Constructor Summary
Constructors Constructor Description ClientStorageProviderResource(RealmModel realm, 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 RealmModel realm
-
auth
protected AdminPermissionEvaluator auth
-
adminEvent
protected AdminEventBuilder adminEvent
-
clientConnection
@Context protected ClientConnection clientConnection
-
session
@Context protected KeycloakSession session
-
headers
@Context protected javax.ws.rs.core.HttpHeaders headers
-
-
Constructor Detail
-
ClientStorageProviderResource
public ClientStorageProviderResource(RealmModel realm, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent)
-
-