public class ClientRegistrationPolicyResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected KeycloakSession |
session |
protected javax.ws.rs.core.UriInfo |
uriInfo |
| Constructor and Description |
|---|
ClientRegistrationPolicyResource(RealmModel realm,
RealmAuth auth,
AdminEventBuilder adminEvent) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentTypeRepresentation> |
getProviders()
Base path for retrieve providers with the configProperties properly filled
|
@Context protected KeycloakSession session
@Context protected javax.ws.rs.core.UriInfo uriInfo
public ClientRegistrationPolicyResource(RealmModel realm, RealmAuth auth, AdminEventBuilder adminEvent)
@Path(value="providers") @GET @Produces(value="application/json") public List<ComponentTypeRepresentation> getProviders()
Copyright © 2016 JBoss by Red Hat. All rights reserved.