Uses of Interface
org.spiffyui.client.rest.RESTAuthProvider

Packages that use RESTAuthProvider
org.spiffyui.client.rest The rest package contains interfaces and classes for calling remote REST services. 
org.spiffyui.client.rest.v2 The rest.v2 package provides second versions of some of the REST interfaces from Spiffy UI. 
 

Uses of RESTAuthProvider in org.spiffyui.client.rest
 

Classes in org.spiffyui.client.rest that implement RESTAuthProvider
 class AuthUtil
           This is the default class for handling authentication during REST calls.
 

Methods in org.spiffyui.client.rest that return RESTAuthProvider
static RESTAuthProvider RESTility.getAuthProvider()
          Gets the current auth provider which will be used for future REST calls.
 

Methods in org.spiffyui.client.rest with parameters of type RESTAuthProvider
static void RESTility.setAuthProvider(RESTAuthProvider authProvider)
           Sets the authentication provider used for future REST requests.
 

Uses of RESTAuthProvider in org.spiffyui.client.rest.v2
 

Subinterfaces of RESTAuthProvider in org.spiffyui.client.rest.v2
 interface RESTAuthProvider
           This interface allows clients to perform custom login handling.