Uses of Class
com.lightstreamer.interfaces.metadata.AccessException
-
Uses of AccessException 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 AccessException in com.lightstreamer.interfaces.metadata
Modifier and TypeClassDescriptionclass
Can be thrown by theMetadataProvider.notifyUser(java.lang.String, java.lang.String, java.util.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 TypeMethodDescriptionvoid
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.