Uses of Class
com.lightstreamer.interfaces.metadata.AccessException

Packages that use AccessException
  • Uses of AccessException in com.lightstreamer.adapters.metadata

    Modifier and Type
    Method
    Description
    void
    LiteralBasedProvider.notifyUser(String user, String password)
    Reduced, backward-compatibility version of the User authentication method.
    void
    LiteralBasedProvider.notifyUser(String user, String password, Map httpHeaders)
    Checks if a user is enabled to make Requests to the related Data Providers.
    void
    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 Type
    Class
    Description
    class 
    Can be thrown by the MetadataProvider.notifyUser(String, String, Map) methods instead of a generic AccessException 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 Type
    Method
    Description
    void
    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)
    Reduced, backward-compatibility 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 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.