Uses of Interface
com.atlassian.crowd.password.encoder.InternalPasswordEncoder

Packages that use InternalPasswordEncoder
com.atlassian.crowd.password.encoder   
 

Uses of InternalPasswordEncoder in com.atlassian.crowd.password.encoder
 

Classes in com.atlassian.crowd.password.encoder that implement InternalPasswordEncoder
 class AtlassianSecurityPasswordEncoder
          This class is responsible for encoding and validating passwords using Atlassian Password Encoder from Atlassian Security project, while also validating passwords encoded in Atlassian SHA1 format in order to be backwards compatible.
 class AtlassianSHA1PasswordEncoder
          The Atlassian implementation of the SHA-1 password encoder, based on the OSUser implementation.
 class DESPasswordEncoder
          This encoder implements the DES algorithm
 class LdapMd5PasswordEncoder
          A version of Md5PasswordEncoder which supports an Ldap version via having a label of "{MD5}" preappended to the encoded hash.
 class LdapShaPasswordEncoder
          An LDAP based SHA encoder that extends org.acegisecurity.providers.ldap.authenticator.LdapShaPasswordEncoder
 class LdapSshaPasswordEncoder
          This class overrides the LdapShaPasswordEncoder to specifically add salt to the SSHA if it has not been provided
 class PlaintextPasswordEncoder
          A plaintext password encoder
 



Copyright © 2010 Atlassian. All Rights Reserved.