public class AuthenticationUser extends Object
Constructor and Description |
---|
AuthenticationUser(String username,
String password,
String groups) |
Modifier and Type | Method and Description |
---|---|
String |
getGroups() |
String |
getPassword() |
String |
getUsername() |
void |
setGroups(String groups) |
void |
setPassword(String password) |
void |
setUsername(String username) |
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.