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