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
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
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
abstract String
abstract void
setPassword
(String pass) abstract void
setUsername
(String user)
-
Constructor Details
-
LiveViewBasicAuth
public LiveViewBasicAuth()
-
-
Method Details
-
getPassword
-
getUsername
-
setPassword
-
setUsername
-