Interface LoginController

All Known Implementing Classes:
LoginControllerDecorator, LoginControllerImpl

public interface LoginController
No description (Generated with springmvc-raml-parser v.2.0.5)
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<List<String>>
    login(String mission)
    Let a user log in to a specific mission (the user is retrieved from the basic authentication information).
  • Method Details

    • login

      org.springframework.http.ResponseEntity<List<String>> login(String mission)
      Let a user log in to a specific mission (the user is retrieved from the basic authentication information). Mission may be empty for the "root" user.