Interface RoleResource
-
public interface RoleResource- Since:
- 0.9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringremove()org.keycloak.representations.idm.RoleRepresentationtoRepresentation()
-
-
-
Method Detail
-
toRepresentation
@GET @Produces("application/json") org.keycloak.representations.idm.RoleRepresentation toRepresentation()
-
remove
@DELETE String remove()
-
-