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.
-
ClassDescriptionThe description of a authentication method.Support types for Basic authenticationInterface for an authentication provider.Handle the login handshake for a single user.A WebUserInfo which requests authorization data from an external source (outside of the Java VM).