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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyAuth(javax.ws.rs.client.Client client)
Private APIString
getPassword()
String
getUsername()
void
setPassword(String pass)
void
setUsername(String user)
-
-
-
Method Detail
-
getPassword
public String getPassword()
- Specified by:
getPassword
in classLiveViewAuth.LiveViewBasicAuth
-
getUsername
public String getUsername()
- Specified by:
getUsername
in classLiveViewAuth.LiveViewBasicAuth
-
setPassword
public void setPassword(String pass)
- Specified by:
setPassword
in classLiveViewAuth.LiveViewBasicAuth
-
setUsername
public void setUsername(String user)
- Specified by:
setUsername
in classLiveViewAuth.LiveViewBasicAuth
-
applyAuth
public void applyAuth(javax.ws.rs.client.Client client)
Private API- Specified by:
applyAuth
in interfaceLiveViewAuth.AppliableLiveViewAuth
-
-