Uses of Interface
com.atlassian.security.password.PasswordEncoder
-
Uses of PasswordEncoder in com.atlassian.security.password
Classes in com.atlassian.security.password that implement PasswordEncoderModifier and TypeClassDescriptionfinal classConverts salt and encoded password bytes into a standard base64 encoding for storage.Methods in com.atlassian.security.password that return PasswordEncoderModifier and TypeMethodDescriptionstatic PasswordEncoderDefaultPasswordEncoder.getDefaultInstance()Returns a new encoder with identifier "PKCS5S2" usingPKCS5S2PasswordHashGeneratoras the hash generator andRandomSaltGeneratoras the salt generator.static PasswordEncoderDefaultPasswordEncoder.newInstance(String identifier, PasswordHashGenerator hashGenerator) Returns a new encoder with specified identifier and hash generator, usingRandomSaltGeneratoras the salt generator.