Apama 10.7.2 | Building and Using Apama Dashboards | Dashboard Deployment | Administering Dashboard Security | Authentication for local and WebSphere deployments | Dashboard Login Modules Provided by Apama
 
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.
*UserFileLoginModule: Loads user and role definitions from an XML file. See Installing UserFileLoginModule for more information.
*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.