Spiffy UI Framework

org.spiffyui.client.rest
Interface RESTLoginCallBack


public interface RESTLoginCallBack

RESTility and the AuthUtil try to make login and authentication transparent to the calling code. Most of the time this works well. However, when we upload large files (like importing reports) we can't make that call through RESTility and we need to know that a login happened. This listener provides a mechanism to let us know that happened.


Method Summary
 void loginPrompt()
          Indicates that a login prompt happened.
 void onLoginSuccess()
          Called when a login is successful
 

Method Detail

loginPrompt

void loginPrompt()
Indicates that a login prompt happened. This is separate from submitting the login or getting authenticated.


onLoginSuccess

void onLoginSuccess()
Called when a login is successful


Spiffy UI Framework