Class UserEndpoint
java.lang.Object
io.goobi.viewer.api.rest.v1.authentication.UserEndpoint
UserEndpoint class.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UserEndpoint
public UserEndpoint()
-
-
Method Details
-
getUserInfo
@Path("/current") @GET @Produces("application/json") @Consumes("application/x-www-form-urlencoded") public javax.ws.rs.core.Response getUserInfo()authenticateUser.
- Returns:
- a
Response
object.
-