Package com.streambase.liveview.client
Class LiveViewAuth.LiveViewBearerAuthImpl
- java.lang.Object
-
- com.streambase.liveview.client.LiveViewAuth.LiveViewBearerAuth
-
- com.streambase.liveview.client.LiveViewAuth.LiveViewBearerAuthImpl
-
- All Implemented Interfaces:
LiveViewAuth
,LiveViewAuth.AppliableLiveViewAuth
- Enclosing interface:
- LiveViewAuth
public static class LiveViewAuth.LiveViewBearerAuthImpl extends LiveViewAuth.LiveViewBearerAuth 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
getToken()
void
setToken(String token)
-
-
-
Method Detail
-
getToken
public String getToken()
- Specified by:
getToken
in classLiveViewAuth.LiveViewBearerAuth
-
setToken
public void setToken(String token)
- Specified by:
setToken
in classLiveViewAuth.LiveViewBearerAuth
-
applyAuth
public void applyAuth(javax.ws.rs.client.Client client)
Private API- Specified by:
applyAuth
in interfaceLiveViewAuth.AppliableLiveViewAuth
-
-