Interface ComponentsResource
public interface ComponentsResource
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responseadd(org.keycloak.representations.idm.ComponentRepresentation rep) List<org.keycloak.representations.idm.ComponentRepresentation>query()List<org.keycloak.representations.idm.ComponentRepresentation>List<org.keycloak.representations.idm.ComponentRepresentation>List<org.keycloak.representations.idm.ComponentRepresentation>
-
Method Details
-
query
@GET @Produces("application/json") List<org.keycloak.representations.idm.ComponentRepresentation> query() -
query
-
query
-
query
-
add
@POST @Consumes("application/json") jakarta.ws.rs.core.Response add(org.keycloak.representations.idm.ComponentRepresentation rep) -
component
-
removeComponent
-