Package com.streambase.liveview.client
Interface LiveViewAuth
- All Known Subinterfaces:
 LiveViewAuth.AppliableLiveViewAuth
- All Known Implementing Classes:
 LiveViewAuth.LiveViewBasicAuth,LiveViewAuth.LiveViewBasicAuthImpl,LiveViewAuth.LiveViewBearerAuth,LiveViewAuth.LiveViewBearerAuthImpl
public interface LiveViewAuth
Auth methods for LiveViewConnections. Not user-extendable
 Use static methods to create instances
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacePrivate interface.static classBase class for basic authentication.static classPrivate APIstatic classBase class for bearer token authentication.static classPrivate API - 
Method Summary
Static MethodsModifier and TypeMethodDescriptionCreates a new basic authentication objectbearerAuth(String token) Creates a new bearer auth object 
- 
Method Details
- 
basicAuth
Creates a new basic authentication object - 
bearerAuth
Creates a new bearer auth object- Parameters:
 token- token to use
 
 -