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
Modifier and TypeInterfaceDescriptionstatic interface
Private interface.static class
Base class for basic authentication.static class
Private APIstatic class
Base class for bearer token authentication.static class
Private API -
Method Summary
Modifier 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
-