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 TypeMethodDescriptionvoid
applyAuth
(jakarta.ws.rs.client.Client client) Private APIvoid
setPassword
(String pass) void
setUsername
(String user)
-
Method Details
-
getPassword
- Specified by:
getPassword
in classLiveViewAuth.LiveViewBasicAuth
-
getUsername
- Specified by:
getUsername
in classLiveViewAuth.LiveViewBasicAuth
-
setPassword
- Specified by:
setPassword
in classLiveViewAuth.LiveViewBasicAuth
-
setUsername
- Specified by:
setUsername
in classLiveViewAuth.LiveViewBasicAuth
-
applyAuth
public void applyAuth(jakarta.ws.rs.client.Client client) Private API- Specified by:
applyAuth
in interfaceLiveViewAuth.AppliableLiveViewAuth
-