Package com.ibm.security.auth.module

Class Summary
KeyStoreLoginModule Provides a JAAS login module that prompts for a key store alias and populates the subject with the alias's principal and credentials.
LinuxLoginModule This LoginModule imports a user's Linux Principal information (LinuxPrincipal, LinuxNumericUserPrincipal, and LinuxNumericGroupPrincipal) and associates them with the current Subject.
LinuxLoginModule2000 This LoginModule imports a user's Linux Principal information (UsernamePrincipal, UserIDPrincipal, and GroupIDPrincipal) and associates them with the current Subject.
LinuxSystem This class implementation retrieves and makes available Linux UID/GID/groups information for the current user.