Package org.codelibs.fess.helper
Class SambaHelper
- java.lang.Object
-
- org.codelibs.fess.helper.SambaHelper
-
public class SambaHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected FessConfigfessConfigstatic intSID_TYPE_ALIASstatic intSID_TYPE_DELETEDstatic intSID_TYPE_DOM_GRPstatic intSID_TYPE_DOMAINstatic intSID_TYPE_INVALIDstatic intSID_TYPE_UNKNOWNstatic intSID_TYPE_USE_NONEstatic intSID_TYPE_USERstatic intSID_TYPE_WKN_GRP
-
Constructor Summary
Constructors Constructor Description SambaHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcreateSearchRole(int type, java.lang.String name)java.lang.StringgetAccountId(jcifs.SID sid)java.lang.StringgetAccountId(jcifs.smb1.smb1.SID sid)voidinit()
-
-
-
Field Detail
-
SID_TYPE_ALIAS
public static final int SID_TYPE_ALIAS
- See Also:
- Constant Field Values
-
SID_TYPE_DELETED
public static final int SID_TYPE_DELETED
- See Also:
- Constant Field Values
-
SID_TYPE_DOM_GRP
public static final int SID_TYPE_DOM_GRP
- See Also:
- Constant Field Values
-
SID_TYPE_DOMAIN
public static final int SID_TYPE_DOMAIN
- See Also:
- Constant Field Values
-
SID_TYPE_INVALID
public static final int SID_TYPE_INVALID
- See Also:
- Constant Field Values
-
SID_TYPE_UNKNOWN
public static final int SID_TYPE_UNKNOWN
- See Also:
- Constant Field Values
-
SID_TYPE_USE_NONE
public static final int SID_TYPE_USE_NONE
- See Also:
- Constant Field Values
-
SID_TYPE_USER
public static final int SID_TYPE_USER
- See Also:
- Constant Field Values
-
SID_TYPE_WKN_GRP
public static final int SID_TYPE_WKN_GRP
- See Also:
- Constant Field Values
-
fessConfig
protected FessConfig fessConfig
-
-