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) |
public AuthenticationUser()
public AuthenticationUser(String username, String password, String groups)
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.