Uses of Class
com.lightstreamer.interfaces.metadata.AccessException
-
Packages that use AccessException Package Description com.lightstreamer.adapters.metadata com.lightstreamer.interfaces.metadata -
-
Uses of AccessException in com.lightstreamer.adapters.metadata
Methods in com.lightstreamer.adapters.metadata that throw AccessException Modifier and Type Method Description void
LiteralBasedProvider. notifyUser(java.lang.String user, java.lang.String password)
Checks if a user is enabled to make Requests to the related Data Providers.void
LiteralBasedProvider. notifyUser(java.lang.String user, java.lang.String password, java.util.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.metadata Modifier and Type Class Description class
ResourceUnavailableException
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.Methods in com.lightstreamer.interfaces.metadata that throw AccessException Modifier and Type Method Description void
MetadataProvider. notifyUser(java.lang.String user, java.lang.String password, java.util.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(java.lang.String user, java.lang.String password, java.util.Map httpHeaders, java.lang.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(java.lang.String user, java.lang.String password)
2-arguments version of the User authentication method.void
MetadataProviderAdapter. notifyUser(java.lang.String user, java.lang.String password, java.util.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(java.lang.String user, java.lang.String password, java.util.Map httpHeaders, java.lang.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.
-