Merge pull request #6977 from Fiech/master

Added additional methods for removal of sensitive info
This commit is contained in:
Joas Schilling 2017-10-27 11:46:31 +02:00 committed by GitHub
commit 7a4c0c668b
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,8 @@ class Log implements ILogger {
'loginWithPassword', 'loginWithPassword',
'updatePrivateKeyPassword', 'updatePrivateKeyPassword',
'validateUserPass', 'validateUserPass',
'loginWithToken',
'\{closure\}',
// TokenProvider // TokenProvider
'getToken', 'getToken',
@ -96,6 +98,10 @@ class Log implements ILogger {
'bind', 'bind',
'areCredentialsValid', 'areCredentialsValid',
'invokeLDAPMethod', 'invokeLDAPMethod',
// Encryption
'storeKeyPair',
'setupUser',
]; ];
/** /**