AbstractLoginModule class

Provides common base implementations for most common LoginModule functions.

Syntax

public class AbstractLoginModule

Derived classes

Remarks

The only method that needs to be implemented under most circumstances is the login() method.