Package com.hs.mail.security.login

Interface Summary
PasswordEncoder Interface to provide a standard way to translate a plaintext password into a different representation of that password so that the password may be compared with the stored encrypted password without having to decode the encrypted password.
 

Class Summary
BasicCallbackHandler Basic JAAS username password CallbackHandler
BasicLoginModule Base class for custom LoginModule.
CryptPasswordEncoder Unix crypt(3C) utility
JdbcLoginModule A LoginModule that allows for authentication based on Legacy database.
JndiLoginModule A LoginModule that allows for authentication based on LDAP directory.
MD5PasswordEncoder Implementation of the password encoder that returns the MD5 hash of any plaintext password passed into the encoder.
PlaintextPasswordEncoder Default password encoder for the case where no password encoder is needed.
PropertiesLoginModule A LoginModule that allows for authentication based on properties file.
 



Copyright © 2011. All Rights Reserved.