Uses of Class
com.lightstreamer.interfaces.metadata.CreditsException
Packages that use CreditsException
-
Uses of CreditsException in com.lightstreamer.adapters.metadata
Methods in com.lightstreamer.adapters.metadata that throw CreditsExceptionModifier and TypeMethodDescriptionvoidLiteralBasedProvider.notifyUser(String user, String password) Reduced, backward-compatibility version of the User authentication method.voidLiteralBasedProvider.notifyUser(String user, String password, Map httpHeaders) Checks if a user is enabled to make Requests to the related Data Providers.voidLiteralBasedProvider.notifyUser(String user, String password, Map httpHeaders, String clientPrincipal) Extended version of the User authentication method, invoked by the Server instead of the standard 3-argument one 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. -
Uses of CreditsException in com.lightstreamer.interfaces.metadata
Subclasses of CreditsException in com.lightstreamer.interfaces.metadataModifier and TypeClassDescriptionclassThrown 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.Methods in com.lightstreamer.interfaces.metadata that throw CreditsExceptionModifier and TypeMethodDescriptionvoidMetadataProvider.notifyMpnDeviceAccess(String user, String sessionID, MpnDeviceInfo device) Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.voidMetadataProviderAdapter.notifyMpnDeviceAccess(String user, String sessionID, MpnDeviceInfo device) Called by Lightstreamer Kernel to check that a User is enabled to access the specified MPN device.voidMetadataProvider.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.voidMetadataProviderAdapter.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.voidMetadataProvider.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.voidMetadataProviderAdapter.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.voidMetadataProvider.notifyNewSession(String user, String sessionID, Map clientContext) Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.voidMetadataProviderAdapter.notifyNewSession(String user, String sessionID) Reduced, backward-compatibility version of the Session authorization method.voidMetadataProviderAdapter.notifyNewSession(String user, String sessionID, Map clientContext) Called by Lightstreamer Kernel to check that a User is enabled to open a new push Session.voidMetadataProvider.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.voidMetadataProviderAdapter.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.voidMetadataProvider.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.voidMetadataProvider.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.voidMetadataProviderAdapter.notifyUser(String user, String password) Reduced, backward-compatibility version of the User authentication method.voidMetadataProviderAdapter.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.voidMetadataProviderAdapter.notifyUser(String user, String password, Map httpHeaders, String clientPrincipal) Extended version of the User authentication method, invoked by the Server instead of the standard 3-argument one 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.voidMetadataProvider.notifyUserMessage(String user, String sessionID, String message) Called by Lightstreamer Kernel to forward a message received by a User.voidMetadataProviderAdapter.notifyUserMessage(String user, String sessionID, String message) Called by Lightstreamer Kernel to forward a message received by a User.