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 interface
LiveViewAuth.AppliableLiveViewAuth
Private interface.Classes in com.streambase.liveview.client that implement LiveViewAuth Modifier and Type Class Description static class
LiveViewAuth.LiveViewBasicAuth
Base class for basic authentication.static class
LiveViewAuth.LiveViewBasicAuthImpl
Private APIstatic class
LiveViewAuth.LiveViewBearerAuth
Base class for bearer token authentication.static class
LiveViewAuth.LiveViewBearerAuthImpl
Private APIMethods in com.streambase.liveview.client that return LiveViewAuth Modifier and Type Method Description LiveViewAuth
ConnectionConfig. getAuthentication()
Gets the authentication method for this connectionMethods in com.streambase.liveview.client with parameters of type LiveViewAuth Modifier and Type Method Description static ConnectionConfig
ConnectionConfig. fromTcdsAuthUri(String uri, LiveViewAuth lvauth)
Creates a connection config from a TCDS URI and authentication (optional).void
ConnectionConfig. setAuthentication(LiveViewAuth auth)
Sets the authentication method for this connection
-