Class | Description |
---|---|
ClientCertAuthenticator | |
DelegatingAuthenticator |
Authenticator using JAAS for logging in with user and password for the given realm.
|
JaasAuthenticator |
Authenticator using JAAS for logging in with user and password for the given realm.
|
KeyStoreUtil |
Utility class for handling keystores
|
MultiAuthenticator |
Authenticator encapsulating multiple other authenticators whose
results are combined to a single one, depending on the given mode
Mode.ALL : All authenticators must succeed for this authenticator to succeed
Mode.ANY : A single sucessful authenticator is sufficient for this authenticator to succeed
|
UserPasswordAuthenticator |
Simple authenticator using user and password for basic authentication.
|
Enum | Description |
---|---|
MultiAuthenticator.Mode |
How to combine multiple authenticators
|
Copyright © 2019. All rights reserved.