Uses of Class
com.lightstreamer.interfaces.metadata.AccessException
Packages that use AccessException
-
Uses of AccessException in com.lightstreamer.adapters.metadata
Methods in com.lightstreamer.adapters.metadata that throw AccessExceptionModifier and TypeMethodDescriptionvoidLiteralBasedProvider.notifyUser(String user, String password) Checks if a user is enabled to make Requests to the related Data Providers.voidLiteralBasedProvider.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
Subclasses of AccessException in com.lightstreamer.interfaces.metadataModifier and TypeClassDescriptionclassCan be thrown by theMetadataProvider.notifyUser(java.lang.String, java.lang.String, java.util.Map)methods instead of a genericAccessExceptionif 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.Methods in com.lightstreamer.interfaces.metadata that throw AccessExceptionModifier and TypeMethodDescriptionvoidMetadataProvider.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) 2-arguments 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 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.