com.atlassian.crowd.password.encoder
Interface LdapPasswordEncoder

All Superinterfaces:
PasswordEncoder
All Known Implementing Classes:
DESPasswordEncoder, LdapMd5PasswordEncoder, LdapShaPasswordEncoder, LdapSshaPasswordEncoder, PlaintextPasswordEncoder

public interface LdapPasswordEncoder
extends PasswordEncoder

A marker interface to show that a password encoder is supported by LDAP based directories.


Method Summary
 
Methods inherited from interface com.atlassian.crowd.password.encoder.PasswordEncoder
encodePassword, getKey, isPasswordValid
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.