Class JiraEncryptionManager

java.lang.Object
com.atlassian.crowd.manager.crypto.DefaultEncryptionManager
com.atlassian.jira.crowd.embedded.JiraEncryptionManager
All Implemented Interfaces:
com.atlassian.crowd.manager.crypto.EncryptionManager

public class JiraEncryptionManager extends com.atlassian.crowd.manager.crypto.DefaultEncryptionManager
Since:
8.14.0
  • Field Summary

    Fields inherited from class com.atlassian.crowd.manager.crypto.DefaultEncryptionManager

    LOCK_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    JiraEncryptionManager(com.atlassian.crowd.embedded.api.SwitchableEncryptor switchableEncryptor, JiraEncryptingDirectoryDAO jiraEncryptingDirectoryDAO, com.atlassian.beehive.ClusterLockService clusterLockService)
     
  • Method Summary

    Methods inherited from class com.atlassian.crowd.manager.crypto.DefaultEncryptionManager

    changeEncryptionKey, changeEncryptor, disableEncryption, getAvailableEncryptorNames, getDefaultEncryptorName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JiraEncryptionManager

      public JiraEncryptionManager(com.atlassian.crowd.embedded.api.SwitchableEncryptor switchableEncryptor, JiraEncryptingDirectoryDAO jiraEncryptingDirectoryDAO, com.atlassian.beehive.ClusterLockService clusterLockService)