![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| ModelAndView | handleRequest (HttpServletRequest request, HttpServletResponse response) |
| void | doPost (HttpServletRequest request, HttpServletResponse response) |
| ISecurityManager | getSecurityManager () |
| void | setSecurityManager (ISecurityManager securityManager) |
| JsonCommandParser | getJsonAdministratorCommandParser () |
| void | setJsonAdministratorCommandParser (JsonCommandParser commandParser) |
| Administrator | getAdministrator () |
| void | setAdministrator (Administrator administrator) |
| JsonGenerator | getJsonGenerator () |
| void | setJsonGenerator (JsonGenerator jsonGenerator) |
| IUserManager | getUserManager () |
| void | setUserManager (IUserManager userManager) |
| PasswordValidator | getValidator () |
| void | setValidator (PasswordValidator validator) |
| boolean | isEnabled () |
| void | setEnabled (boolean enabled) |
| void | setConfigManager (ConfigurationManager configManager) |
| void | setRegistryManager (RegistryManager registryManager) |
Protected Member Functions | |
| User | beastUserFromDexUser (eu.baltrad.dex.user.model.User dUser) |
| String | getNodeName (HttpServletRequest request) |
| String | getMessageDate (HttpServletRequest request) |
| String | getSignature (HttpServletRequest request) |
| String | readInputStreamFromRequest (HttpServletRequest request) throws IOException |
| boolean | validateRegistryConfiguration (RegistryConfiguration conf, SettingCommandResponse settingResponse) |
| boolean | validateMessagesConfiguration (LogConfiguration conf, SettingCommandResponse settingResponse) |
| boolean | isAuthorizedIP (HttpServletRequest request) |
|
inlineprotected |
Translates a dex user into a beast user
| dUser | the dex user |
|
inline |
Handles the actual request and produces the response.
| request | the http request |
| response | the http response |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Gets the message date (Date) from the servlet request header
| request | the request |
|
inlineprotected |
Gets the node name (Node-Name) from the servlet request header
| request | the request |
|
inline |
|
inlineprotected |
Gets the signature (Signature) from the servlet request header
| request | the request |
|
inline |
|
inline |
|
inline |
Mapping function for supporting the administrator.htm JSON API.
| request | the http request |
| response | the http response |
|
inlineprotected |
Tests if the request comes from a known source
| request | the servlet request |
|
inline |
|
inlineprotected |
Reads data from the input stream
| is | the input stream |
|
inline |
| administrator | the administrator to set |
|
inline |
| configManager | the configManager to set |
|
inline |
| enabled | the enabled to set |
|
inline |
| commandParser | the json parser |
|
inline |
| jsonGenerator | the jsonGenerator to set |
|
inline |
| registryManager | the registryManager to set |
|
inline |
| securityManager | the security manager |
|
inline |
| userManager | the userManager to set |
|
inline |
| validator | the validator to set |
|
inlineprotected |
Validates the messages configuration
| conf | |
| settingResponse |
|
inlineprotected |
Validates the registry configuration
| conf | |
| settingResponse |