Interface SecuredFileSystemProvider

    • Method Detail

      • setJAASAuthenticator

        void setJAASAuthenticator​(org.jboss.errai.security.shared.service.AuthenticationService authenticator)
        Sets the authenticator that decides which username/password pairs are valid for the file systems managed by this provider.
        Parameters:
        authenticator - The authenticator to use. Must not be null.
      • setHTTPAuthenticator

        void setHTTPAuthenticator​(org.jboss.errai.security.shared.service.AuthenticationService authenticator)
      • setSSHAuthenticator

        void setSSHAuthenticator​(SSHAuthenticator authenticator)