Interface SecurityManager.UsernamePasswordLoginHandler

All Known Implementing Classes:
IdentityStoreLoginHandler
Enclosing interface:
SecurityManager

public static interface SecurityManager.UsernamePasswordLoginHandler
Method that bypasses the authentication mechanism installed by the authentication manager and directly invokes an identity store.
  • Method Summary

    Modifier and Type
    Method
    Description
    login(jakarta.servlet.http.HttpServletRequest request, String username, String password)
    Login.
  • Method Details

    • login

      AuthenticatedIdentity login(jakarta.servlet.http.HttpServletRequest request, String username, String password)
      Login.
      Parameters:
      request - the request.
      username - the username.
      password - the password.
      Returns:
      the authenticated identity.