public interface OAuthClientsResource
Modifier and Type | Method and Description |
---|---|
void |
create(OAuthClientRepresentation oAuthClientRepresentation) |
List<OAuthClientRepresentation> |
findAll() |
OAuthClientResource |
get(String oAuthClientId) |
@GET @Produces(value="application/json") List<OAuthClientRepresentation> findAll()
@POST @Consumes(value="application/json") void create(OAuthClientRepresentation oAuthClientRepresentation)
@Path(value="{oAuthClientId}") OAuthClientResource get(@PathParam(value="oAuthClientId") String oAuthClientId)
Copyright © 2015. All rights reserved.