Package com.streambase.liveview.client
Class LiveViewAuth.LiveViewBasicAuthImpl
java.lang.Object
com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuth
com.streambase.liveview.client.LiveViewAuth.LiveViewBasicAuthImpl
- All Implemented Interfaces:
 LiveViewAuth,LiveViewAuth.AppliableLiveViewAuth
- Enclosing interface:
 LiveViewAuth
public static class LiveViewAuth.LiveViewBasicAuthImpl
extends LiveViewAuth.LiveViewBasicAuth
implements LiveViewAuth.AppliableLiveViewAuth, LiveViewAuth
Private API
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.streambase.liveview.client.LiveViewAuth
LiveViewAuth.AppliableLiveViewAuth, LiveViewAuth.LiveViewBasicAuth, LiveViewAuth.LiveViewBasicAuthImpl, LiveViewAuth.LiveViewBearerAuth, LiveViewAuth.LiveViewBearerAuthImpl - 
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAuth(jakarta.ws.rs.client.Client client) Private APIvoidsetPassword(String pass) voidsetUsername(String user)  
- 
Method Details
- 
getPassword
- Specified by:
 getPasswordin classLiveViewAuth.LiveViewBasicAuth
 - 
getUsername
- Specified by:
 getUsernamein classLiveViewAuth.LiveViewBasicAuth
 - 
setPassword
- Specified by:
 setPasswordin classLiveViewAuth.LiveViewBasicAuth
 - 
setUsername
- Specified by:
 setUsernamein classLiveViewAuth.LiveViewBasicAuth
 - 
applyAuth
public void applyAuth(jakarta.ws.rs.client.Client client) Private API- Specified by:
 applyAuthin interfaceLiveViewAuth.AppliableLiveViewAuth
 
 -