![]() |
![]()
| ![]() |
![]()
_init_backendBuilder that creates an instance of OpenXPKI::Client and cares about switching/creating the backend session __load_classExpect the page/action string and a reference to the cgi object Extracts the expected class and method name and extra params encoded in the given parameter and tries to instantiate the class. On success, the class instance and the extracted method name is returned (two element array). On error, both elements in the array are set to undef. __get_actionExpect a reference to the cgi object. Returns the value of cgi->param('action') if set and the XSRFtoken is valid. If the token is invalid, returns undef and sets the global status to error. If parameter is empty or not set returns an empty string. logout_sessionDelete and flush the current session and recreate a new one using the remaining class object. If the internal session handler is used, the session is cleared but not destreoyed. If you pass a reference to the CGI handler, the session cookie is updated.
|