Uses of Class
com.lightstreamer.interfaces.metadata.AccessException
-
Uses of AccessException in com.lightstreamer.adapters.metadata
Modifier and TypeMethodDescriptionLiteralBasedProvider.notifyUser
(String user, String password, Map httpHeaders) Checks if a user is enabled to make Requests to the related Data Providers.LiteralBasedProvider.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 AccessException in com.lightstreamer.interfaces.metadata
Modifier and TypeClassDescriptionclass
Can be thrown by theMetadataProvider.notifyUser(String, String, Map)
methods instead of a genericAccessException
if the User credentials cannot be validated because of a temporary lack of resources
When receiving this exception, the Server will instruct the client to retry in short time.Modifier and TypeMethodDescriptionMetadataProvider.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.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.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.MetadataProviderAdapter.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.