Uses of Interface
org.apache.activemq.console.command.PasswordFactory
-
Packages that use PasswordFactory Package Description org.apache.activemq.console.command -
-
Uses of PasswordFactory in org.apache.activemq.console.command
Classes in org.apache.activemq.console.command that implement PasswordFactory Modifier and Type Class Description classDefaultPasswordFactoryThis is a simple dummy implementation that can be used for people who aren't in need of a keystore.Fields in org.apache.activemq.console.command declared as PasswordFactory Modifier and Type Field Description static PasswordFactoryDefaultPasswordFactory. factoryMethods in org.apache.activemq.console.command that return PasswordFactory Modifier and Type Method Description PasswordFactoryAbstractAmqCommand. getPasswordFactory()Methods in org.apache.activemq.console.command with parameters of type PasswordFactory Modifier and Type Method Description voidAbstractAmqCommand. setPasswordFactory(PasswordFactory passwordFactory)
-