Uses of Class
com.lightstreamer.interfaces.metadata.CreditsException
-
Uses of CreditsException in com.lightstreamer.adapters.metadata
Modifier and TypeMethodDescriptionvoid
LiteralBasedProvider.notifyUser
(String user, String password) Checks if a user is enabled to make Requests to the related Data Providers.void
LiteralBasedProvider.notifyUser
(String user, String password, Map httpHeaders) Checks if a user is enabled to make Requests to the related Data Providers. -
Uses of CreditsException in com.lightstreamer.interfaces.metadata
Modifier and TypeClassDescriptionclass
Thrown by theMetadataProvider.notifyNewSession(String, String, Map)
method if a User is not enabled to open a new Session but he would be enabled as soon as another Session were closed.Modifier and TypeMethodDescriptionvoid
MetadataProvider.notifyMpnDeviceAccess
(String user, String sessionID, MpnDeviceInfo device) Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.void
MetadataProviderAdapter.notifyMpnDeviceAccess
(String user, String sessionID, MpnDeviceInfo device) Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.void
MetadataProvider.notifyMpnDeviceTokenChange
(String user, String sessionID, MpnDeviceInfo device, String newDeviceToken) Called by Lightstreamer Kernel to check that a User is enabled to change the token of an MPN device.void
MetadataProviderAdapter.notifyMpnDeviceTokenChange
(String user, String sessionID, MpnDeviceInfo device, String newDeviceToken) Called by Lightstreamer Kernel to check that a User is enabled to change the token of a MPN device.void
MetadataProvider.notifyMpnSubscriptionActivation
(String user, String sessionID, TableInfo table, MpnSubscriptionInfo mpnSubscription) Called by Lightstreamer Kernel to check that a User is enabled to activate a Push Notification subscription.void
MetadataProviderAdapter.notifyMpnSubscriptionActivation
(String user, String sessionID, TableInfo table, MpnSubscriptionInfo mpnSubscription) Called by Lightstreamer Kernel to check that a User is enabled to activate a Push Notification subscription.void
MetadataProvider.notifyNewSession
(String user, String sessionID, Map clientContext) Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.void
MetadataProviderAdapter.notifyNewSession
(String user, String sessionID) 2-arguments version of the User authentication method.void
MetadataProviderAdapter.notifyNewSession
(String user, String sessionID, Map clientContext) Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.void
MetadataProvider.notifyNewTables
(String user, String sessionID, TableInfo[] tables) Called by Lightstreamer Kernel to check that a User is enabled to add some Tables (i.e.: Subscriptions) to a push Session.void
MetadataProviderAdapter.notifyNewTables
(String user, String sessionID, TableInfo[] tables) Called by Lightstreamer Kernel to check that a User is enabled to add some Tables (i.e.: Subscriptions) to a push Session.void
MetadataProvider.notifyUser
(String user, String password, Map httpHeaders) Called by Lightstreamer Kernel as a preliminary check that a user is enabled to make Requests to any of the related Data Providers.void
MetadataProvider.notifyUser
(String user, String password, Map httpHeaders, String clientPrincipal) Called by Lightstreamer Kernel, instead of calling the 3-arguments version, in case the Server has been instructed to acquire the client principal from the client TLS/SSL certificate through the <use_client_auth> configuration flag.void
MetadataProviderAdapter.notifyUser
(String user, String password) 2-arguments version of the User authentication method.void
MetadataProviderAdapter.notifyUser
(String user, String password, Map httpHeaders) Called by Lightstreamer Kernel as a preliminary check that a user is enabled to make Requests to the related Data Providers.void
MetadataProviderAdapter.notifyUser
(String user, String password, Map httpHeaders, String clientPrincipal) Extended version of the User authentication method, invoked by the Server in case it has been instructed (through the <use_client_auth> configuration flag) to acquire the client principal from the client TLS/SSL certificate, if available.void
MetadataProvider.notifyUserMessage
(String user, String sessionID, String message) Called by Lightstreamer Kernel to forward a message received by a User.void
MetadataProviderAdapter.notifyUserMessage
(String user, String sessionID, String message) Called by Lightstreamer Kernel to forward a message received by a User.