|
NAMEOpenXPKI::Server::Session::DriverRole - Moose role that every session driver implementation has to consumeREQUIRED METHODSThe following methods are implemented in driver classes that consume this Moose role.saveWrites the session data to the backend storage.Parameters
loadLoads session data from the backend storage.Returns a OpenXPKI::Server::Session::Data object or undef if the requested session was not found.. Parameters
deleteDeletes the session data from the backend storage.Parameters
delete_all_beforeDeletes all sessions from the backend storage which were created before the given timestamp.Parameters
Visit the GSP FreeBSD Man Page Interface. |