Uses of Interface
com.streambase.liveview.client.LiveViewAuth
-
Packages that use LiveViewAuth Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewAuth in com.streambase.liveview.client
Subinterfaces of LiveViewAuth in com.streambase.liveview.client Modifier and Type Interface Description static interfaceLiveViewAuth.AppliableLiveViewAuthPrivate interface.Classes in com.streambase.liveview.client that implement LiveViewAuth Modifier and Type Class Description static classLiveViewAuth.LiveViewBasicAuthBase class for basic authentication.static classLiveViewAuth.LiveViewBasicAuthImplPrivate APIstatic classLiveViewAuth.LiveViewBearerAuthBase class for bearer token authentication.static classLiveViewAuth.LiveViewBearerAuthImplPrivate APIMethods in com.streambase.liveview.client that return LiveViewAuth Modifier and Type Method Description LiveViewAuthConnectionConfig. getAuthentication()Gets the authentication method for this connectionMethods in com.streambase.liveview.client with parameters of type LiveViewAuth Modifier and Type Method Description static ConnectionConfigConnectionConfig. fromTcdsAuthUri(String uri, LiveViewAuth lvauth)Creates a connection config from a TCDS URI and authentication (optional).voidConnectionConfig. setAuthentication(LiveViewAuth auth)Sets the authentication method for this connection
-