Name

Class com.sun.security.auth.module.NTLoginModule

Synopsis

This class allows you to authenticate users via their Windows NT login. It takes all its information from the user’s environment to produce a set of NT principals.

Class Definition

public interface com.sun.security.auth.module.NTLoginModule {

    // Constructors
    public NTLoginModule(  )
    
    // Instance Methods
    public abstract boolean abort(  );
    public abstract boolean commit(  );
    public abstract void initialize(Subject, CallbackHandler,
                                    Map, Map);
    public abstract boolean login(  );
    public abstract boolean logout(  );
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.