See: Description
| Interface | Description |
|---|---|
| ManagedDBAttribute | |
| WGAConfigurationUpdateListener |
A listener for updates of the WGA configuration
|
| WGACore.OptionFetcher | |
| WGACoreEventListener |
A listener for WGA core events, that reacts on WGA startup, shutdown and database
connection and disconnection
|
| WGACoreListener |
Abstract super interface for all WGACore listeners.
|
| Enum | Description |
|---|---|
| DBLoginInfo.AuthType |
| Exception | Description |
|---|---|
| AccessException |
thrown if an access to an resource was denied
|
| AdminLoginNeededException |
Thrown when access to an administrative resource is denied
because no admin is logged in.
|
| AjaxFailureException |
Thrown when an AJAX request should be canceled and the user urged to reload the page
|
| AuthenticationException |
thrown if an access attemp could not be authenticated successfully
|
| ClientAccessException |
thrown if a client have been denied to access a resource e.g. a contentdb
e.g. invalid ip-address
|
| DeployerException | |
| IllegalDirectAccessException | |
| InvalidEncryptionException |
Thrown whenever a request fails because something could not be decrypted (maybe because of key or cipher change)
|
| LoginException |
Thrown on login errors because of the authentication backend
|
| MissingDesignResourceException |
An operation cannot be completed because the addressed design resource is missing
|
| WGAServerException |
Base exception for problems occuring in the OpenWGA server classes
|