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 class
DefaultPasswordFactory
This 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 PasswordFactory
DefaultPasswordFactory. factory
Methods in org.apache.activemq.console.command that return PasswordFactory Modifier and Type Method Description PasswordFactory
AbstractAmqCommand. getPasswordFactory()
Methods in org.apache.activemq.console.command with parameters of type PasswordFactory Modifier and Type Method Description void
AbstractAmqCommand. setPasswordFactory(PasswordFactory passwordFactory)
-