Uses of Interface
org.pac4j.core.credentials.password.PasswordEncoder
Packages that use PasswordEncoder
-
Uses of PasswordEncoder in org.pac4j.core.credentials.password
Classes in org.pac4j.core.credentials.password that implement PasswordEncoderModifier and TypeClassDescriptionclassA password encoder for bcrypt and using a salt.classA password encoder based onPasswordServicefrom Apache Shiro Add theshiro-coredependency to use this class.classA password encoder based onPasswordEncoderfrom the Spring Security Crypto package. -
Uses of PasswordEncoder in org.pac4j.core.profile.service
Methods in org.pac4j.core.profile.service that return PasswordEncoderMethods in org.pac4j.core.profile.service with parameters of type PasswordEncoderModifier and TypeMethodDescriptionvoidAbstractProfileService.setPasswordEncoder(PasswordEncoder passwordEncoder)