| Interface | Description | 
|---|---|
| AuthenticatorHelper.AuthenticatorCallback | 
 Provide a callback with a properly configured authenticator, in most
 cases the protected method getPasswordAuthentication will be called
 come JDK 8 I could I would just pass in a method reference here instead
 but this is probably the best way to deal with this at the moment 
 | 
| Class | Description | 
|---|---|
| AuthenticatorHelper | 
 This is a class that is for internal use only that allows the IdeAuthenticator
 to callback into this MultiThreadURLFileSystemHelper code in order to ensure
 that the actual authentication happens on the original thread. 
 | 
| LocalFileSystemRootProvider | 
 Provides file system roots for the local file system. 
 | 
| RootProviderHook | 
 Hook used to process  
URLFileSystemRootProvider registrations. | 
| URLFileSystemHook | 
 The hook handler for URLFileSystem registration. 
 |