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 TypeMethodDescriptionvoidLogin to server using the given username and password.voidLogin to server using the given username and password.voidClientFramework.loginWithToken(String username, String tokenType, String token)Login to server using the given username and password.