com.uwyn.rife.authentication
Interface PasswordEncrypting
- All Known Implementing Classes:
- DatabaseUsers, MemoryUsers
public interface PasswordEncrypting
Credentials managers that can encrypt passwords implement this interface.
The authentication element deployer will pass them a password encryptor
based on the element configuration.
- Since:
- 1.6
- Version:
- $Revision: $
- Author:
- Steven Grimm (koreth[remove] at midwinter dot com), Geert Bevin (gbevin[remove] at uwyn dot com)
setPasswordEncryptor
void setPasswordEncryptor(StringEncryptor passwordEncryptor)
- Sets the password encryptor to use to encrypt this credentials
manager's passwords.
- Parameters:
passwordEncryptor - the password ecryptor that will be used- Since:
- 1.6
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.