| Interface | Description |
|---|---|
| AuthService |
An Auth Service to validate Users
|
| AuthStrategy |
Strategy for validate user supplied passords with user stored passwords
|
| Class | Description |
|---|---|
| AuthFilter |
Servlet 2.3 Filter for simple session auth
|
| AuthHashMD5 |
An AuthStrategy that use HashMD5
|
| AuthManager |
An Auth Manager that uses AuthStrategy to authorize users
|
| AuthPlain |
An Auth Strategy that use plain passwords.
|
Copyright © 2014 JDAL. All Rights Reserved.