com.atlassian.crowd.password.encoder
Class LdapShaPasswordEncoder

java.lang.Object
  extended by org.springframework.security.authentication.encoding.LdapShaPasswordEncoder
      extended by com.atlassian.crowd.password.encoder.LdapShaPasswordEncoder
All Implemented Interfaces:
InternalPasswordEncoder, LdapPasswordEncoder, org.springframework.security.authentication.encoding.PasswordEncoder

public class LdapShaPasswordEncoder
extends org.springframework.security.authentication.encoding.LdapShaPasswordEncoder
implements LdapPasswordEncoder, InternalPasswordEncoder

An LDAP based SHA encoder that extends org.acegisecurity.providers.ldap.authenticator.LdapShaPasswordEncoder


Constructor Summary
LdapShaPasswordEncoder()
           
 
Method Summary
 String getKey()
          The key to define this password encoder
 
Methods inherited from class org.springframework.security.authentication.encoding.LdapShaPasswordEncoder
encodePassword, isPasswordValid, setForceLowerCasePrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.crowd.password.encoder.PasswordEncoder
encodePassword, isPasswordValid
 

Constructor Detail

LdapShaPasswordEncoder

public LdapShaPasswordEncoder()
Method Detail

getKey

public String getKey()
Description copied from interface: PasswordEncoder
The key to define this password encoder

Returns:


Copyright © 2013 Atlassian. All Rights Reserved.