| 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.
|
| URLFileSystemHook |
The hook handler for URLFileSystem registration.
|