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
Constructors - 
Method Summary
Methods inherited from class ch.tocco.nice2.security.spi.auth.SimpleUsernamePasswordCredentials
asList, equals, getCaptchaToken, getPassword, getUsername, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.tocco.nice2.security.spi.auth.LoginCredentials
supportsTwoFactorAuthentication, updatePrincipalFieldsMethods inherited from interface ch.tocco.nice2.security.spi.auth.UsernamePasswordCredentials
ignoreCaptchaVerification 
- 
Constructor Details
- 
TwoFactorLoginCredentials
 
 - 
 - 
Method Details
- 
getCode
 - 
toString
- Overrides:
 toStringin classSimpleUsernamePasswordCredentials
 
 -