org.apache.activemq.security
Class AuthenticationUser
java.lang.Object
org.apache.activemq.security.AuthenticationUser
public class AuthenticationUser
- extends Object
A helper object used to configure simple authentiaction plugin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationUser
public AuthenticationUser(String username,
String password,
String groups)
getGroups
public String getGroups()
setGroups
public void setGroups(String groups)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getUsername
public String getUsername()
setUsername
public void setUsername(String username)
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.