Package com.streambase.liveview.client
Class LiveViewAuth.LiveViewBasicAuth
- java.lang.Object
-
- com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuth
-
- All Implemented Interfaces:
LiveViewAuth
- Direct Known Subclasses:
LiveViewAuth.LiveViewBasicAuthImpl
- Enclosing interface:
- LiveViewAuth
public abstract static class LiveViewAuth.LiveViewBasicAuth extends Object implements LiveViewAuth
Base class for basic authentication. Use LiveViewAuth.basicAuth to construct
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.streambase.liveview.client.LiveViewAuth
LiveViewAuth.AppliableLiveViewAuth, LiveViewAuth.LiveViewBasicAuth, LiveViewAuth.LiveViewBasicAuthImpl, LiveViewAuth.LiveViewBearerAuth, LiveViewAuth.LiveViewBearerAuthImpl
-
-
Constructor Summary
Constructors Constructor Description LiveViewBasicAuth()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getPassword()
abstract String
getUsername()
abstract void
setPassword(String pass)
abstract void
setUsername(String user)
-