andreparames
c305dc1307
keychain: add _get_password() method to backend
7 years ago
andreparames
ffd674ff79
[IMP] Cache account in keychain backend
This commit creates a computed field on the keychain backend, so
that repeated calls to _get_keychain_account() will return the
value from the ORM cache rather than repeating the query each time.
7 years ago
Laurent Mignon (ACSONE)
68c7116d49
[IMP] keychain: get_password must not be accessible from outside
7 years ago
Mourad Elhadj Mimoune
7686d2f950
[FIX] OCA reviews
7 years ago
Mourad Elhadj Mimoune
d29388342e
[FIX] split keychain backend model and test into 2 files
7 years ago
Mourad Elhadj Mimoune
2979b29faf
[FIX] add name to keychain.backend & add test
7 years ago
Sébastien BEAU
155622da36
[IMP] add a keychain backend abstract model, the aim is to simplify the integration of keychain when you already have /need the concept of backend
8 years ago
andreparames
0b2e136571
[IMP] Load key from server_environment
Checks whether server_environment is installed and if so, tries
to load the key from:
[keychain]
<env>=...
7 years ago
Hpar
4991c0691a
Keychain: account manager for external systems ( #644 )
* Add keychain module
8 years ago