Spiffy UI Framework

Uses of Interface
org.spiffyui.client.rest.util.RESTAuthConstants

Packages that use RESTAuthConstants
org.spiffyui.client.rest The rest package contains interfaces and classes for calling remote REST services. 
 

Uses of RESTAuthConstants in org.spiffyui.client.rest
 

Subinterfaces of RESTAuthConstants in org.spiffyui.client.rest
 interface RESTAuthProvider
           This interface defines the necessary steps to perform a login for a REST service that follows the Novell architecture council standard for tokenized identity.
 

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


Spiffy UI Framework