See: Description
Interface | Description |
---|---|
Authentication |
Interface for different authentication modules.
|
Class | Description |
---|---|
AbstractAuthentication |
This class was designed with the simple assumption that ALL authentication
implementations will have a String
Name and a String
Password . |
BasicAuthentication |
Basic Authentication support.
|
FormAuthentication |
Form-based authentication implementation.
|
Contains classes that support using and testing various authentification schemes.
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.