| Interface | Description |
|---|---|
| BackEndControl |
Service that can be used to load the user admin with contents from a back end
system, save the user admin's current contents to the back end system and get
the subscription for this service gateway from the back end system.
|
| Condition |
This interface represents a Condition that is managed by a
UserAdmin service. |
| ContextualAuthorization |
This subclass to Authorization adds authentication context to the
authorization information.
|
| PasswdAuthenticator |
Service for user name/password authentication.
|
| PasswdSession |
Interface for for a user name/password authentication session.
|
| Class | Description |
|---|---|
| PasswdUtil |
Utility class for one-way encryption of, for example, user passwords.
|
| Exception | Description |
|---|---|
| BackEndException |
BackEndException is the base class for exceptions thrown from BackEndControl.
|