Java In A Nutshell, 5th Edition
This package defines the "service provider interface" for JAAS: it defines a single LoginModule interface that must be implemented by developers of login modules. Interfaces
public interface LoginModule ;
|
This package defines the "service provider interface" for JAAS: it defines a single LoginModule interface that must be implemented by developers of login modules. Interfaces
public interface LoginModule ;
|