Interface IInternalAuthentication

All Superinterfaces:
IAuthentication
All Known Subinterfaces:
IInCoreAuthentication

@Path("/auth") public interface IInternalAuthentication extends IAuthentication
  • Method Details

    • validateCredentials

      @POST @Path("validatecredential") ValidationKind validateCredentials(@QueryParam("login") String login, @QueryParam("origin") String origin, String password) throws ServerFault
      Validate credential, always accept plain password
      Parameters:
      origin - Blue Mind application from which user try to log in
      password - user password
      user - user login
      Returns:
      LoginResponse
      Throws:
      ServerFault