Class DefaultPasswordFactory
- java.lang.Object
-
- org.apache.activemq.console.command.DefaultPasswordFactory
-
- All Implemented Interfaces:
PasswordFactory
public class DefaultPasswordFactory extends Object implements PasswordFactory
This is a simple dummy implementation that can be used for people who aren't in need of a keystore.
-
-
Field Summary
Fields Modifier and Type Field Description static PasswordFactory
factory
-
Constructor Summary
Constructors Constructor Description DefaultPasswordFactory()
-
-
-
Field Detail
-
factory
public static PasswordFactory factory
-
-
Method Detail
-
getPassword
public String getPassword(String password)
- Specified by:
getPassword
in interfacePasswordFactory
-
-