Dashboard Login Modules Provided by Apama
Apama provides the following JAAS login modules in the package com.apama.dashboard.security:
NoOpLoginModule: Does no username or password validation. This is used by default for the Dashboard Builder, Viewer, data server, and display server.
LdapLoginModule: Authenticates against an LDAP service.
In addition, the Java Runtime Environment (JRE) includes several JAAS login modules:
JndiLoginModule: The module prompts for a username and password and then verifies the password against the password stored in a directory service configured under JNDI.
KeyStoreLoginModule: Provides a JAAS login module that prompts for a key store alias and populates the subject with the alias's principal and credentials.
Krb5LoginModule: This login module authenticates users based on Kerberos protocols.