Uses of Class
marauroa.client.LoginFailedException
Packages that use LoginFailedException
Package
Description
This package contains the client framework that you need to extend to
implement a real client.
-
Uses of LoginFailedException in marauroa.client
Methods in marauroa.client that throw LoginFailedExceptionModifier and TypeMethodDescriptionvoid
Login to server using the given username and password.void
Login to server using the given username and password.void
ClientFramework.loginWithToken(String username, String tokenType, String token)
Login to server using the given username and password.