Package ch.tocco.nice2.userbase.api.auth
Class ActivateTwoFactorLoginCredentials
java.lang.Object
ch.tocco.nice2.security.spi.auth.SimpleUsernamePasswordCredentials
ch.tocco.nice2.userbase.api.auth.ActivateTwoFactorLoginCredentials
- All Implemented Interfaces:
Credentials
,LoginCredentials
,UsernamePasswordCredentials
,Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionActivateTwoFactorLoginCredentials
(String username, String password, String secret, String code) -
Method Summary
Methods inherited from class ch.tocco.nice2.security.spi.auth.SimpleUsernamePasswordCredentials
asList, equals, getCaptchaToken, getPassword, getUsername, hashCode, toString
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
-
ActivateTwoFactorLoginCredentials
-
-
Method Details
-
getCode
-
getSecret
-