| Package | Description |
|---|---|
| com.sptci.auth |
Package for authentication and authorisation components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseLoginModule
JAAS login module for user authentication through user information
stored in a database table.
|
class |
FileLoginModule
A login module that uses a simple properties file as the user database.
|
class |
TomcatLoginModule
A login module that uses the Tomcat
tomcat-users.xml as the password
data store. |