Package ch.tocco.nice2.security.spi.auth
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 ch.tocco.nice2.security.spi.auth.LoginCredentials
getUsername, supportsTwoFactorAuthentication, updatePrincipalFields
-
Method Details
-
getPassword
Return the password specified by the user. -
getCaptchaToken
-
ignoreCaptchaVerification
default boolean ignoreCaptchaVerification()
-