|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.security.SimpleAuthenticationPlugin
public class SimpleAuthenticationPlugin
A simple authentication plugin
| Constructor Summary | |
|---|---|
SimpleAuthenticationPlugin()
|
|
| Method Summary | |
|---|---|
java.util.Map |
getUserGroups()
|
java.util.Map |
getUserPasswords()
|
Broker |
installPlugin(Broker broker)
Installs the plugin into the interceptor chain of the broker, returning the new intercepted broker to use. |
void |
setUserGroups(java.util.Map userGroups)
Sets the groups a user is in. |
void |
setUserPasswords(java.util.Map userPasswords)
Sets the map indexed by user name with the value the password |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleAuthenticationPlugin()
| Method Detail |
|---|
public Broker installPlugin(Broker broker)
BrokerPlugin
installPlugin in interface BrokerPluginpublic java.util.Map getUserGroups()
public void setUserGroups(java.util.Map userGroups)
public java.util.Map getUserPasswords()
public void setUserPasswords(java.util.Map userPasswords)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||