Uses of Class
com.lightstreamer.adapters.remote.AccessException
-
Packages that use AccessException Package Description com.lightstreamer.adapters.remote com.lightstreamer.adapters.remote.metadata -
-
Uses of AccessException in com.lightstreamer.adapters.remote
Methods in com.lightstreamer.adapters.remote that throw AccessException Modifier and Type Method Description voidMetadataProvider. notifyUser(java.lang.String user, java.lang.String password, java.util.Map<java.lang.String,java.lang.String> httpHeaders)Called by Lightstreamer Kernel through the Remote Server as a preliminary check that a user is enabled to make Requests to the related Data Providers.voidMetadataProvider. notifyUser(java.lang.String user, java.lang.String password, java.util.Map<java.lang.String,java.lang.String> httpHeaders, java.lang.String clientPrincipal)Called by Lightstreamer Kernel, through the Remote Server, 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(java.lang.String user, java.lang.String password, java.util.Map<java.lang.String,java.lang.String> httpHeaders)Called by Lightstreamer Kernel through the Remote Server as a preliminary check that a user is enabled to make Requests to the related Data Providers.voidMetadataProviderAdapter. notifyUser(java.lang.String user, java.lang.String password, java.util.Map<java.lang.String,java.lang.String> httpHeaders, java.lang.String clientPrincipal)Extended version of the User authentication method, invoked by the Server, through the Remote Server, in case the Server 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.adapters.remote.metadata
Methods in com.lightstreamer.adapters.remote.metadata that throw AccessException Modifier and Type Method Description voidLiteralBasedProvider. notifyUser(java.lang.String user, java.lang.String password, java.util.Map<java.lang.String,java.lang.String> httpHeaders)Checks if a user is enabled to make Requests to the related Data Providers.
-