Uses of Interface
org.flowable.idm.api.PasswordSalt
Packages that use PasswordSalt
Package
Description
-
Uses of PasswordSalt in org.flowable.idm.api
Methods in org.flowable.idm.api with parameters of type PasswordSaltModifier and TypeMethodDescriptionPasswordEncoder.encode(CharSequence rawPassword, PasswordSalt passwordSalt) booleanPasswordEncoder.isMatches(CharSequence rawPassword, String encodedPassword, PasswordSalt salt) -
Uses of PasswordSalt in org.flowable.idm.engine
Fields in org.flowable.idm.engine declared as PasswordSaltMethods in org.flowable.idm.engine that return PasswordSaltMethods in org.flowable.idm.engine with parameters of type PasswordSaltModifier and TypeMethodDescriptionIdmEngineConfiguration.setPasswordSalt(PasswordSalt passwordSalt) -
Uses of PasswordSalt in org.flowable.idm.engine.impl.authentication
Classes in org.flowable.idm.engine.impl.authentication that implement PasswordSaltMethods in org.flowable.idm.engine.impl.authentication with parameters of type PasswordSaltModifier and TypeMethodDescriptionApacheDigester.encode(CharSequence rawPassword, PasswordSalt passwordSalt) ClearTextPasswordEncoder.encode(CharSequence rawPassword, PasswordSalt passwordSalt) booleanApacheDigester.isMatches(CharSequence rawPassword, String encodedPassword, PasswordSalt salt) booleanClearTextPasswordEncoder.isMatches(CharSequence rawPassword, String encodedPassword, PasswordSalt salt) -
Uses of PasswordSalt in org.flowable.idm.engine.impl.persistence.entity
Methods in org.flowable.idm.engine.impl.persistence.entity with parameters of type PasswordSaltModifier and TypeMethodDescriptionUserEntityManager.checkPassword(String userId, String password, PasswordEncoder passwordEncoder, PasswordSalt passwordSalt) UserEntityManagerImpl.checkPassword(String userId, String password, PasswordEncoder passwordEncoder, PasswordSalt salt)