Package org.codice.ddf.confluence.api
Interface UserResource
@Path("/user")
public interface UserResource
-
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Responsejavax.ws.rs.core.ResponsegetCurrent(String expand) javax.ws.rs.core.Responsejavax.ws.rs.core.Response
-
Method Details
-
getUser
-
getGroups
-
getAnonymous
@GET @Produces("application/json") @Path("/anonymous") javax.ws.rs.core.Response getAnonymous() -
getCurrent
@GET @Produces("application/json") @Path("/current") javax.ws.rs.core.Response getCurrent(@QueryParam("expand") String expand)
-