Class JiraEncryptionSettings
java.lang.Object
com.atlassian.jira.crowd.embedded.JiraEncryptionSettings
- All Implemented Interfaces:
com.atlassian.crowd.manager.property.EncryptionSettings
public class JiraEncryptionSettings
extends Object
implements com.atlassian.crowd.manager.property.EncryptionSettings
- Since:
- 8.14.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJiraEncryptionSettings
(FileStores fileStores, ApplicationProperties applicationProperties) -
Method Summary
Modifier and TypeMethodDescriptiongetEncryptionKeyPath
(String encryptor) void
setDefaultEncryptor
(String name) void
setEncryptionKeyPath
(String encryptor, String keyPath)
-
Field Details
-
CROWD_ENCRYPTION_ENCRYPTOR_DEFAULT
- See Also:
-
CROWD_ENCRYPTION_ENCRYPTOR_KEY_PATH
- See Also:
-
CROWD_ENCRYPTION_DISABLED_KEY
- See Also:
-
-
Constructor Details
-
JiraEncryptionSettings
-
-
Method Details
-
getDefaultEncryptor
- Specified by:
getDefaultEncryptor
in interfacecom.atlassian.crowd.manager.property.EncryptionSettings
-
setDefaultEncryptor
- Specified by:
setDefaultEncryptor
in interfacecom.atlassian.crowd.manager.property.EncryptionSettings
-
setEncryptionKeyPath
- Specified by:
setEncryptionKeyPath
in interfacecom.atlassian.crowd.manager.property.EncryptionSettings
-
getEncryptionKeyPath
- Specified by:
getEncryptionKeyPath
in interfacecom.atlassian.crowd.manager.property.EncryptionSettings
-
getKeyFilesDirectoryPath
- Specified by:
getKeyFilesDirectoryPath
in interfacecom.atlassian.crowd.manager.property.EncryptionSettings
-