Interface GsSecurityProvider

    • Method Detail

      • getGsClientCredentialsProvider

        com.gigaspaces.security.directory.CredentialsProvider getGsClientCredentialsProvider​(String spaceName)
        Provides client credentials when making connections to a secured GigaSpaces space. This method will be invoked when a new connection is being established to a remote space. If the space does not require authentication, this method will not be called.
        Parameters:
        spaceName - the name of the space that a client intends to connect to
        Returns:
        CredentialsProvider