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
Method Summary |
java.lang.String |
getPassword(java.lang.String password)
|
getPassword
java.lang.String getPassword(java.lang.String password)
Copyright © 2005-2015. All Rights Reserved.