Package com.streambase.liveview.client
Interface LiveViewAuth.AppliableLiveViewAuth
-
- All Superinterfaces:
LiveViewAuth
- All Known Implementing Classes:
LiveViewAuth.LiveViewBasicAuthImpl
,LiveViewAuth.LiveViewBearerAuthImpl
- Enclosing interface:
- LiveViewAuth
public static interface LiveViewAuth.AppliableLiveViewAuth extends LiveViewAuth
Private interface. Not public, and thus subject to breaking changes if necessary
-
-
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 Abstract Methods Modifier and Type Method Description void
applyAuth(javax.ws.rs.client.Client client)
-