Authenticator API.See: Description
| Class | Description |
|---|---|
| CustomAuthenticator |
An
Authenticator that can be installed into the running JVM by calling Authenticator.setDefault(Authenticator). |
| CustomAuthenticator.CredentialsSpec |
A pattern that is intended to be matched against the properties of an
Authenticator. |
| Enum | Description |
|---|---|
| CustomAuthenticator.CacheMode |
Whether user names, user names and passwords, or none of both are remembered while the JVM is running.
|
| CustomAuthenticator.StoreMode |
Whether user names, user names and passwords, or none of both are persistently stored.
|
Authenticator API.Copyright © 2018 Arno Unkrig. All rights reserved.