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
- Version:
- $Revision
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-2011 Apache Software Foundation. All Rights Reserved.