Interface RealmsResource
-
public interface RealmsResource- Since:
- 0.9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RealmResourcerealm(String realm)
-
-
-
Method Detail
-
realm
@Path("/admin/realms/{realm}") RealmResource realm(@PathParam("realm") String realm)
-
-