public class LdapUser extends Object implements FessUser
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable<String,String> |
env |
protected String |
name |
protected String[] |
permissions |
| Constructor and Description |
|---|
LdapUser(Hashtable<String,String> env,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Hashtable<String,String> |
getEnvironment() |
String[] |
getGroupNames() |
String |
getName() |
String[] |
getPermissions() |
String[] |
getRoleNames() |
boolean |
isEditable() |
public String[] getPermissions()
getPermissions in interface FessUserpublic String[] getRoleNames()
getRoleNames in interface FessUserpublic String[] getGroupNames()
getGroupNames in interface FessUserpublic boolean isEditable()
isEditable in interface FessUserCopyright © 2009–2017 CodeLibs. All rights reserved.