Interface UsersResource


@Path("/apis/registry/v3/users") public interface UsersResource
A JAX-RS interface. An implementation of this interface must be provided.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns information about the currently authenticated user.
  • Method Details

    • getCurrentUserInfo

      @Path("/me") @GET @Produces("application/json") UserInfo getCurrentUserInfo()

      Returns information about the currently authenticated user.