Interface UsernamePasswordCredentials

All Superinterfaces:
Credentials, LoginCredentials
All Known Implementing Classes:
ActivateTwoFactorLoginCredentials, InvokerUsernamePasswordCredentials, SimpleUsernamePasswordCredentials, TwoFactorLoginCredentials

public interface UsernamePasswordCredentials extends LoginCredentials
A simple Credentials for presenting username and password. The username and password are set as Object whose Object.toString() method should return the respective property - simplest such object is String.
  • Method Details

    • getPassword

      @Nullable @Nullable String getPassword()
      Return the password specified by the user.
    • getCaptchaToken

      @Nullable @Nullable String getCaptchaToken()
    • ignoreCaptchaVerification

      default boolean ignoreCaptchaVerification()