See: Description
| Class | Description |
|---|---|
| ClientCertificateLoginModule |
This LoginModule authenticates users with X509 certificates.
|
| ClientPasswordLoginModule |
This client LoginModule obtains username/password credentials from TLS, a static variable, system properties or by asking the user for it
interactively.
|
| DigestCredentials | |
| DistinguishedPrincipalCredential | |
| FileLoginModule |
File realm login module.
|
| LDAPLoginModule |
Payara JAAS LoginModule for an LDAP Realm.
|
| LoginCallbackHandler |
This is the default callback handler provided by the application client container.
|
| LoginContextDriver |
This class is invoked implicitly by the server to log in the user information that was sent on
the wire by the client.
|
| SolarisLoginModule |
Solaris realm login module.
|
LoginModules in Payara have to be paired with Realms, which are in the
com.sun.enterprise.security.auth.realm package.
A LoginModule is the facade to a realm that only exposes credential validation.
Copyright © 2019. All rights reserved.