Class NTLoginModule

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

public class NTLoginModule extends Object implements LoginModule
This LoginModule renders a user's NT security information as some number of Principals and associates them with a 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.

This LoginModule also recognizes the debugNative option. If set to true in the login Configuration, debug messages from the native component of the module will be output to the output stream, System.out.

See Also: