Interface RealmsResource
@Path("/admin/realms")
@Consumes("application/json")
public interface RealmsResource
- Author:
- rodrigo.sasaki@icarros.com.br
-
Method Summary
-
Method Details
-
realm
-
create
@POST @Consumes("application/json") void create(org.keycloak.representations.idm.RealmRepresentation realmRepresentation) -
findAll
@GET @Produces("application/json") List<org.keycloak.representations.idm.RealmRepresentation> findAll()
-