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 voidapplyAuth(javax.ws.rs.client.Client client)Private APIStringgetPassword()StringgetUsername()voidsetPassword(String pass)voidsetUsername(String user)
-
-
-
Method Detail
-
getPassword
public String getPassword()
- Specified by:
getPasswordin classLiveViewAuth.LiveViewBasicAuth
-
getUsername
public String getUsername()
- Specified by:
getUsernamein classLiveViewAuth.LiveViewBasicAuth
-
setPassword
public void setPassword(String pass)
- Specified by:
setPasswordin classLiveViewAuth.LiveViewBasicAuth
-
setUsername
public void setUsername(String user)
- Specified by:
setUsernamein classLiveViewAuth.LiveViewBasicAuth
-
applyAuth
public void applyAuth(javax.ws.rs.client.Client client)
Private API- Specified by:
applyAuthin interfaceLiveViewAuth.AppliableLiveViewAuth
-
-