Uses of Interface
com.atlassian.security.password.PasswordEncoder

Uses of PasswordEncoder in com.atlassian.security.password
 

Classes in com.atlassian.security.password that implement PasswordEncoder
 class DefaultPasswordEncoder
          Converts salt and encoded password bytes into a standard base64 encoding for storage.
 

Methods in com.atlassian.security.password that return PasswordEncoder
static PasswordEncoder DefaultPasswordEncoder.getDefaultInstance()
          Returns a new encoder with identifier "PKCS5S2" using PKCS5S2PasswordHashGenerator as the hash generator and RandomSaltGenerator as the salt generator.
static PasswordEncoder DefaultPasswordEncoder.newInstance(String identifier, PasswordHashGenerator hashGenerator)
          Returns a new encoder with specified identifier and hash generator, usingRandomSaltGenerator as the salt generator.
 



Copyright © 2014 Atlassian. All rights reserved.