Interface | Description |
---|---|
ModifyableUserStore |
An interface that adds to the basic UserBase interface methods which
allow users to be modified.
|
UserAuthenticator |
The base interface for authenticators.
|
UserStore |
The base interface for a UserStore.
|
Class | Description |
---|---|
AbstractControlledContext | |
BasicUserAuthenticator |
A simple user authenticator that performs standard HTTP authentication
using the BASIC scheme.
|
ChangeUserAction |
An action that changes something about a user.
|
ChangeUserRolesAction | Deprecated |
DatabaseUserStore |
A user store which stores users in a relational database.
|
DatabaseUserStore.DBUser | |
FileUserStore |
A user store that reads users from a json file.
|
FrequencyRestrictedContext | |
GetUserAuthenticator |
A simple user authenticator that takes the user name and password from
the HTTP request parameters.
|
GetUserLogAction | |
PasswordResendAction | |
RoleRestrictedContext | |
SimpleUser |
A basic user implementation.
|
SourceRestrictedContext |
A context which restricts access to the source IP address.
|
StaticUserStore |
A very simple user store which reads user names and passwords and roles
straight from the initialisation parameters.
|
User |
A basis for users.
|
UserAuthenticator.AuthenticationResult |
A class containing information about the authentication.
|
UserLoggerAction | |
UserManagerAction | |
UserStoreCopyTool |
This is a module you might include in the modules config to move users
from one user store to another.
|
Enum | Description |
---|---|
FrequencyRestrictedContext.Keys |
Exception | Description |
---|---|
AuthenticationException | |
UserStoreException |
Copyright 2004-2015 Wandora Team