Package org.acegisecurity.providers.encoding

Password encoding implementations.

See:
          Description

Interface Summary
PasswordEncoder Interface for performing authentication operations on a password.
 

Class Summary
BaseDigestPasswordEncoder Convenience base for digest password encoders.
BasePasswordEncoder Convenience base for all password encoders.
Md5PasswordEncoder MD5 implementation of PasswordEncoder.
MessageDigestPasswordEncoder Base for digest password encoders.
PlaintextPasswordEncoder Plaintext implementation of PasswordEncoder.
ShaPasswordEncoder SHA implementation of PasswordEncoder.
 

Package org.acegisecurity.providers.encoding Description

Password encoding implementations.



Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.