Package 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 authentication plugin
-
-
Constructor Summary
Constructors Constructor Description AuthenticationUser()
AuthenticationUser(String username, String password, String groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroups()
String
getPassword()
String
getUsername()
void
setGroups(String groups)
void
setPassword(String password)
void
setUsername(String username)
-