public class ClientStorageProviderResource extends Object
Modifier and Type | Field and Description |
---|---|
protected AdminEventBuilder |
adminEvent |
protected AdminPermissionEvaluator |
auth |
protected ClientConnection |
clientConnection |
protected javax.ws.rs.core.HttpHeaders |
headers |
protected RealmModel |
realm |
protected KeycloakSession |
session |
Constructor and Description |
---|
ClientStorageProviderResource(RealmModel realm,
AdminPermissionEvaluator auth,
AdminEventBuilder adminEvent) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getSimpleName(String id)
Need this for admin console to display simple name of provider when displaying client detail
KEYCLOAK-4328
|
protected RealmModel realm
protected AdminPermissionEvaluator auth
protected AdminEventBuilder adminEvent
@Context protected ClientConnection clientConnection
@Context protected KeycloakSession session
@Context protected javax.ws.rs.core.HttpHeaders headers
public ClientStorageProviderResource(RealmModel realm, AdminPermissionEvaluator auth, AdminEventBuilder adminEvent)
Copyright © 2021 JBoss by Red Hat. All rights reserved.