org.apache.activemq.console.command
Interface PasswordFactory
- All Known Implementing Classes:
- DefaultPasswordFactory
public interface PasswordFactory
This interface is used to allow people to provide a mechanism to override where the password comes from.
Implementors of this interface will typically use the specified password to look up the real password in a
keystore of some sort.
- Author:
- areese@yahoo-inc.com
getPassword
String getPassword(String password)
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.