Interface UserAuthenticator

  • All Known Implementing Classes:
    StaticUserAuthenticator

    public interface UserAuthenticator
    The user authenticator is used to query credentials from the user. Since a UserAuthenticator is provided with the FileSystemOptions to a FileSystem it should also implement reasonable equals and hashCode functions if the FileSystem should be shared.