public class LoginInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Set<String> | 
groups  | 
protected boolean | 
isAdministrator  | 
protected String | 
username  | 
| Constructor and Description | 
|---|
LoginInfo(String username,
         Set<String> groups,
         boolean isAdministrator)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
getGroups()  | 
String | 
getUsername()  | 
boolean | 
isAdministrator()  | 
protected boolean isAdministrator
public boolean isAdministrator()
public String getUsername()
Copyright © 2019 Nuxeo. All rights reserved.