Added additional methods for removal of sensitive info
Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
This commit is contained in:
parent
9ed0f50c25
commit
a7e67a6ce2
|
@ -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',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue