Uses of Interface
com.atlassian.crowd.manager.property.EncryptionSettings
Packages that use EncryptionSettings
Package
Description
-
Uses of EncryptionSettings in com.atlassian.crowd.crypto
Methods in com.atlassian.crowd.crypto with parameters of type EncryptionSettingsModifier and TypeMethodDescriptionDbConfigPasswordCipherEncryptorsFactory.createEncryptorsMap(EncryptionSettings encryptionSettings) EncryptorsFactory.createEncryptorsMap(EncryptionSettings encryptionSettings) Constructors in com.atlassian.crowd.crypto with parameters of type EncryptionSettingsModifierConstructorDescriptionDbConfigPasswordCipherEncryptor(String algorithm, String algorithmKey, EncryptionSettings encryptionSettings, com.atlassian.db.config.password.CipherProvider cipherProvider) PrefixBasedSwitchableEncryptor(EncryptionSettings encryptionSettings, Map<String, Encryptor> encryptors) -
Uses of EncryptionSettings in com.atlassian.crowd.manager.property
Classes in com.atlassian.crowd.manager.property that implement EncryptionSettings -
Uses of EncryptionSettings in com.atlassian.crowd.plugins.testkit.rest
Constructors in com.atlassian.crowd.plugins.testkit.rest with parameters of type EncryptionSettingsModifierConstructorDescriptionTestkitDirectoryResource(DirectoryManager directoryManager, SynchronisationStatusManager synchronisationStatusManager, EncryptionSettings encryptionSettings) -
Uses of EncryptionSettings in com.atlassian.crowd.upgrade.tasks
Constructors in com.atlassian.crowd.upgrade.tasks with parameters of type EncryptionSettingsModifierConstructorDescriptionUpgradeTask1578UpdateEncryptionSettings(EncryptionManager encryptionManager, EncryptionSettings encryptionSettings, EncryptionKeyFilePermissionChanger encryptionKeyFilePermissionChanger)