Package | Description |
---|---|
com.communote.common.encryption | |
com.communote.server.api.core.config | |
com.communote.server.core.config |
Modifier and Type | Method and Description |
---|---|
static String |
EncryptionUtils.decrypt(String encryptedText,
String password)
Decrypts text and returns the readable clear text.
|
static String |
EncryptionUtils.encrypt(String clearText,
String password)
Encrypt the clear text and adds a random salt.
|
static String |
EncryptionUtils.encrypt(String clearText,
String password,
byte[] salt)
Encrypt the clear text with a defined salt.
|
Modifier and Type | Method and Description |
---|---|
String |
ApplicationConfigurationProperties.getPropertyDecrypted(ApplicationConfigurationPropertyConstant key)
Get the decrypted value of an encrypted property.
|
void |
ConfigurationManager.updateConfluenceConfig(ConfluenceConfiguration confluenceAuthConfig)
Update the Confluence authentication and reload the cache.
|
void |
ConfigurationManager.updateLdapConfiguration(LdapConfiguration ldapConfig)
Update the LDAP authentication and reload the cache.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPropertiesManager.updateConfluenceConfig(ConfluenceConfiguration confluenceAuthConfig) |
void |
ConfigurationPropertiesManager.updateLdapConfiguration(LdapConfiguration ldapConfig) |
Copyright © 2019 Communote team. All rights reserved.