Interface UsernamePasswordCredentials
- All Superinterfaces:
Credentials, LoginCredentials
- All Known Implementing Classes:
ActivateTwoFactorLoginCredentials, InvokerUsernamePasswordCredentials, SimpleUsernamePasswordCredentials, TwoFactorLoginCredentials
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 Summary
Methods inherited from interface LoginCredentials
getUsername, supportsTwoFactorAuthentication, updatePrincipalFields
-
Method Details
-
getPassword
Return the password specified by the user. -
getCaptchaToken
-
ignoreCaptchaVerification
default boolean ignoreCaptchaVerification()
-