Interface ClientRegistrationPolicyResource
-
public interface ClientRegistrationPolicyResource
- Author:
- Marek Posolda
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ComponentTypeRepresentation>
getProviders()
-
-
-
Method Detail
-
getProviders
@Path("providers") @GET @Produces("application/json") List<ComponentTypeRepresentation> getProviders()
-
-