Interface | Description |
---|---|
UserAuthenticator |
Interface to provide various username/password based implementations for authentication.
|
Class | Description |
---|---|
HtpasswdFileUserAuthenticator |
Implementation of UserAuthenticator that reads passwords from an htpasswd
formatted file.
|
Pam4jUserAuthenticator |
Implement
UserAuthenticator based on Pluggable Authentication
Module (PAM) configuration. |
PamUserAuthenticator |
Implement
UserAuthenticator based on Pluggable Authentication
Module (PAM) configuration. |
UserAuthenticatorFactory |
Factory class which provides
UserAuthenticator implementation based on the BOOT options. |
VaultUserAuthenticator |
Implement
UserAuthenticator
based on HashiCorp Vault. |
Enum | Description |
---|---|
VaultUserAuthenticator.VaultAuthMethod |
Exception | Description |
---|---|
UserAuthenticationException |
Annotation Type | Description |
---|---|
UserAuthenticatorTemplate |
Annotation for
UserAuthenticator implementation to identify the
implementation type. |
Copyright © 1970 The Apache Software Foundation. All rights reserved.