Class UnixLoginModule

java.lang.Object
com.sun.security.auth.module.UnixLoginModule
All Implemented Interfaces:
LoginModule

public class UnixLoginModule extends Object implements LoginModule
This LoginModule imports a user's Unix Principal information (UnixPrincipal, UnixNumericUserPrincipal, and UnixNumericGroupPrincipal) and associates them with the current Subject.

This LoginModule recognizes the debug option. If set to true in the login Configuration, debug messages will be output to the output stream, System.out.