public class SambaHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SID_TYPE_ALIAS |
static int |
SID_TYPE_DELETED |
static int |
SID_TYPE_DOM_GRP |
static int |
SID_TYPE_DOMAIN |
static int |
SID_TYPE_INVALID |
static int |
SID_TYPE_UNKNOWN |
static int |
SID_TYPE_USE_NONE |
static int |
SID_TYPE_USER |
static int |
SID_TYPE_WKN_GRP |
| Constructor and Description |
|---|
SambaHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createSearchRole(int type,
String name) |
String |
getAccountId(jcifs.smb.SID sid) |
void |
init() |
public static final int SID_TYPE_ALIAS
public static final int SID_TYPE_DELETED
public static final int SID_TYPE_DOM_GRP
public static final int SID_TYPE_DOMAIN
public static final int SID_TYPE_INVALID
public static final int SID_TYPE_UNKNOWN
public static final int SID_TYPE_USE_NONE
public static final int SID_TYPE_USER
public static final int SID_TYPE_WKN_GRP
@PostConstruct public void init()
public String getAccountId(jcifs.smb.SID sid)
Copyright © 2009–2017 CodeLibs. All rights reserved.