Uses of Interface
org.camunda.bpm.engine.impl.digest.PasswordEncryptor
-
Packages that use PasswordEncryptor Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.digest -
-
Uses of PasswordEncryptor in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as PasswordEncryptor Modifier and Type Field Description protected PasswordEncryptorProcessEngineConfigurationImpl. passwordEncryptorFields in org.camunda.bpm.engine.impl.cfg with type parameters of type PasswordEncryptor Modifier and Type Field Description protected List<PasswordEncryptor>ProcessEngineConfigurationImpl. customPasswordCheckerMethods in org.camunda.bpm.engine.impl.cfg that return PasswordEncryptor Modifier and Type Method Description PasswordEncryptorProcessEngineConfigurationImpl. getPasswordEncryptor()Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type PasswordEncryptor Modifier and Type Method Description List<PasswordEncryptor>ProcessEngineConfigurationImpl. getCustomPasswordChecker()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type PasswordEncryptor Modifier and Type Method Description voidProcessEngineConfigurationImpl. setPasswordEncryptor(PasswordEncryptor passwordEncryptor)Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type PasswordEncryptor Modifier and Type Method Description voidProcessEngineConfigurationImpl. setCustomPasswordChecker(List<PasswordEncryptor> customPasswordChecker) -
Uses of PasswordEncryptor in org.camunda.bpm.engine.impl.digest
Classes in org.camunda.bpm.engine.impl.digest that implement PasswordEncryptor Modifier and Type Class Description classSha512HashDigestPasswordEncryptorimplementation using base64 encoded SHA-512 password hashesclassShaHashDigestPasswordEncryptorimplementation using base64 encoded SHA password hashesFields in org.camunda.bpm.engine.impl.digest declared as PasswordEncryptor Modifier and Type Field Description protected PasswordEncryptorPasswordManager. defaultPasswordEncryptorFields in org.camunda.bpm.engine.impl.digest with type parameters of type PasswordEncryptor Modifier and Type Field Description protected Map<String,PasswordEncryptor>PasswordManager. passwordCheckerMethods in org.camunda.bpm.engine.impl.digest that return PasswordEncryptor Modifier and Type Method Description protected PasswordEncryptorPasswordManager. getCorrectEncryptorForPassword(String encryptedPassword)Methods in org.camunda.bpm.engine.impl.digest with parameters of type PasswordEncryptor Modifier and Type Method Description protected voidPasswordManager. addDefaultEncryptor(PasswordEncryptor defaultPasswordEncryptor)protected voidPasswordManager. addPasswordCheckerAndThrowErrorIfAlreadyAvailable(PasswordEncryptor encryptor)Method parameters in org.camunda.bpm.engine.impl.digest with type arguments of type PasswordEncryptor Modifier and Type Method Description protected voidPasswordManager. addAllPasswordChecker(List<PasswordEncryptor> list)Constructors in org.camunda.bpm.engine.impl.digest with parameters of type PasswordEncryptor Constructor Description PasswordManager(PasswordEncryptor defaultPasswordEncryptor, List<PasswordEncryptor> customPasswordChecker)Constructor parameters in org.camunda.bpm.engine.impl.digest with type arguments of type PasswordEncryptor Constructor Description PasswordManager(PasswordEncryptor defaultPasswordEncryptor, List<PasswordEncryptor> customPasswordChecker)
-