Team LiB
Previous Section Next Section

Package javax.security.auth.spi

Java 1.4

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;

    Team LiB
    Previous Section Next Section