Package io.apicurio.registry.rest.v2
Interface UsersResource
-
@Path("/apis/registry/v2/users") public interface UsersResource
A JAX-RS interface. An implementation of this interface must be provided.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserInfo
getCurrentUserInfo()
Returns information about the currently authenticated user.
-
-
-
Method Detail
-
getCurrentUserInfo
@Path("/me") @GET @Produces("application/json") UserInfo getCurrentUserInfo()
Returns information about the currently authenticated user.
-
-