Classes | |
class | AuthService |
class | EncryptService |
Typedefs | |
typedef boost::shared_ptr < AuthService > | AuthServicePtr |
typedef boost::shared_ptr < EncryptService > | EncryptServicePtr |
Enumerations | |
enum | AuthResult { auth_unsupported = -1, auth_error = 0, auth_success = 1, auth_delayed = 2, auth_unknown = 3 } |
enum | EncryptResult { enc_unsupported = -1, enc_error = 0, enc_success = 1, enc_unknown = 3 } |
typedef boost::shared_ptr<AuthService> castor::spica::security::AuthServicePtr |
Definition at line 16 of file Authentication.h.
typedef boost::shared_ptr<EncryptService> castor::spica::security::EncryptServicePtr |
Definition at line 15 of file Encryption.h.
Definition at line 8 of file Authentication.h.
Definition at line 8 of file Encryption.h.