Uses of Class
com.tensegrity.wpalo.client.exceptions.AuthenticationFailedException

Packages that use AuthenticationFailedException
com.tensegrity.wpalo.client.services.wpalo   
com.tensegrity.wpalo.server.services.wpalo   
 

Uses of AuthenticationFailedException in com.tensegrity.wpalo.client.services.wpalo
 

Methods in com.tensegrity.wpalo.client.services.wpalo that throw AuthenticationFailedException
 com.tensegrity.palo.gwt.core.client.models.admin.XUser WPaloControllerService.login(java.lang.String login, java.lang.String password, java.lang.String locale)
           
 com.tensegrity.palo.gwt.core.client.models.admin.XUser WPaloControllerService.loginHash(java.lang.String login, java.lang.String password, java.lang.String locale)
           
 

Uses of AuthenticationFailedException in com.tensegrity.wpalo.server.services.wpalo
 

Methods in com.tensegrity.wpalo.server.services.wpalo that throw AuthenticationFailedException
 com.tensegrity.palo.gwt.core.client.models.admin.XUser WPaloControllerServiceImpl.login(java.lang.String login, java.lang.String password, java.lang.String locale)
           
 com.tensegrity.palo.gwt.core.client.models.admin.XUser WPaloControllerServiceImpl.loginHash(java.lang.String login, java.lang.String password, java.lang.String locale)