Uses of Class
com.streambase.liveview.client.LiveViewPermission
-
Packages that use LiveViewPermission Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of LiveViewPermission in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type LiveViewPermission Modifier and Type Method Description boolean
LiveViewConnection. checkPermission(LiveViewPermission permission)
Checks whether the authenticated user has the specified permission.Method parameters in com.streambase.liveview.client with type arguments of type LiveViewPermission Modifier and Type Method Description List<Boolean>
LiveViewConnection. checkPermissions(List<LiveViewPermission> permissions)
Checks whether the authenticated user has the specified permissions.
-