Package com.inet.authentication


package com.inet.authentication
Provides interfaces and implementations for authentication mechanisms in the system. This package includes the Authentication Provider interface which allows customization of authentication methods, and various implementations for different authentication scenarios like form-based login, token authentication, and system authentication. The package also contains supporting classes for login processing, authentication descriptions, and related utilities.