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