Interface Authentication.LoginAuthentication

All Superinterfaces:
Authentication
All Known Subinterfaces:
Authentication.Deferred, Authentication.NonAuthenticated
All Known Implementing Classes:
LoggedOutAuthentication
Enclosing interface:
Authentication

@Deprecated(since="2021-05-27") public static interface Authentication.LoginAuthentication extends Authentication
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
An authentication that is capable of performing a programmatic login operation.
  • Method Details

    • login

      Authentication login(String username, Object password, ServletRequest request)
      Deprecated.
      Login with the LOGIN authenticator
      Parameters:
      username - the username
      password - the password
      request - the request
      Returns:
      The new Authentication state