Class DefaultGsSecurityProvider

    • Constructor Detail

      • DefaultGsSecurityProvider

        public DefaultGsSecurityProvider()
    • Method Detail

      • getGsClientCredentialsProvider

        public com.gigaspaces.security.directory.CredentialsProvider getGsClientCredentialsProvider​(String spaceName)
        Description copied from interface: GsSecurityProvider
        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.
        Specified by:
        getGsClientCredentialsProvider in interface GsSecurityProvider
        Parameters:
        spaceName - the name of the space that a client intends to connect to
        Returns:
        CredentialsProvider