Package ch.tocco.nice2.userbase.api.auth
Class TwoFactorLoginCredentials
java.lang.Object
ch.tocco.nice2.security.spi.auth.SimpleUsernamePasswordCredentials
ch.tocco.nice2.userbase.api.auth.TwoFactorLoginCredentials
- All Implemented Interfaces:
Credentials
,LoginCredentials
,UsernamePasswordCredentials
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.security.spi.auth.SimpleUsernamePasswordCredentials
asList, equals, getCaptchaToken, getPassword, getUsername, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.security.spi.auth.LoginCredentials
supportsTwoFactorAuthentication, updatePrincipalFields
Methods inherited from interface ch.tocco.nice2.security.spi.auth.UsernamePasswordCredentials
ignoreCaptchaVerification
-
Constructor Details
-
TwoFactorLoginCredentials
-
-
Method Details
-
getCode
-
toString
- Overrides:
toString
in classSimpleUsernamePasswordCredentials
-