Interface Authentication.LoginAuthentication

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

public static interface Authentication.LoginAuthentication extends Authentication
An authentication that is capable of performing a programmatic login operation.
  • Method Details

    • login

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