public class AuthenticationUser extends Object
| Constructor and Description |
|---|
AuthenticationUser() |
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-2014 The Apache Software Foundation. All Rights Reserved.