Class LegacyPersonResource

java.lang.Object
com.atlassian.confluence.ui.rest.people.LegacyPersonResource

@Deprecated @Path("/people") @Produces("application/json") public class LegacyPersonResource extends Object
Deprecated.
since 5.10. Use the official REST API that lives in confluence-rest-resources.
  • Constructor Details

    • LegacyPersonResource

      @Inject public LegacyPersonResource(PersonService personService)
      Deprecated.
  • Method Details

    • getPerson

      @GET @Path("/anonymous") public javax.ws.rs.core.Response getPerson()
      Deprecated.
    • getPerson

      @GET @Path("/users/{username}") public javax.ws.rs.core.Response getPerson(@PathParam("username") String username)
      Deprecated.