jcifs.dcerpc.msrpc
Class samr

java.lang.Object
  extended by jcifs.dcerpc.msrpc.samr

public class samr
extends java.lang.Object


Nested Class Summary
static class samr.SamrCloseHandle
           
static class samr.SamrConnect2
           
static class samr.SamrConnect4
           
static class samr.SamrEnumerateAliasesInDomain
           
static class samr.SamrGetMembersInAlias
           
static class samr.SamrOpenAlias
           
static class samr.SamrOpenDomain
           
static class samr.SamrRidWithAttribute
           
static class samr.SamrRidWithAttributeArray
           
static class samr.SamrSamArray
           
static class samr.SamrSamEntry
           
 
Field Summary
static int ACB_AUTOLOCK
           
static int ACB_DISABLED
           
static int ACB_DOMTRUST
           
static int ACB_DONT_REQUIRE_PREAUTH
           
static int ACB_ENC_TXT_PWD_ALLOWED
           
static int ACB_HOMDIRREQ
           
static int ACB_MNS
           
static int ACB_NORMAL
           
static int ACB_NOT_DELEGATED
           
static int ACB_PWNOEXP
           
static int ACB_PWNOTREQ
           
static int ACB_SMARTCARD_REQUIRED
           
static int ACB_SVRTRUST
           
static int ACB_TEMPDUP
           
static int ACB_TRUSTED_FOR_DELEGATION
           
static int ACB_USE_DES_KEY_ONLY
           
static int ACB_WSTRUST
           
static int SE_GROUP_ENABLED
           
static int SE_GROUP_ENABLED_BY_DEFAULT
           
static int SE_GROUP_LOGON_ID
           
static int SE_GROUP_MANDATORY
           
static int SE_GROUP_OWNER
           
static int SE_GROUP_RESOURCE
           
static int SE_GROUP_USE_FOR_DENY_ONLY
           
 
Constructor Summary
samr()
           
 
Method Summary
static java.lang.String getSyntax()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACB_DISABLED

public static final int ACB_DISABLED
See Also:
Constant Field Values

ACB_HOMDIRREQ

public static final int ACB_HOMDIRREQ
See Also:
Constant Field Values

ACB_PWNOTREQ

public static final int ACB_PWNOTREQ
See Also:
Constant Field Values

ACB_TEMPDUP

public static final int ACB_TEMPDUP
See Also:
Constant Field Values

ACB_NORMAL

public static final int ACB_NORMAL
See Also:
Constant Field Values

ACB_MNS

public static final int ACB_MNS
See Also:
Constant Field Values

ACB_DOMTRUST

public static final int ACB_DOMTRUST
See Also:
Constant Field Values

ACB_WSTRUST

public static final int ACB_WSTRUST
See Also:
Constant Field Values

ACB_SVRTRUST

public static final int ACB_SVRTRUST
See Also:
Constant Field Values

ACB_PWNOEXP

public static final int ACB_PWNOEXP
See Also:
Constant Field Values

ACB_AUTOLOCK

public static final int ACB_AUTOLOCK
See Also:
Constant Field Values

ACB_ENC_TXT_PWD_ALLOWED

public static final int ACB_ENC_TXT_PWD_ALLOWED
See Also:
Constant Field Values

ACB_SMARTCARD_REQUIRED

public static final int ACB_SMARTCARD_REQUIRED
See Also:
Constant Field Values

ACB_TRUSTED_FOR_DELEGATION

public static final int ACB_TRUSTED_FOR_DELEGATION
See Also:
Constant Field Values

ACB_NOT_DELEGATED

public static final int ACB_NOT_DELEGATED
See Also:
Constant Field Values

ACB_USE_DES_KEY_ONLY

public static final int ACB_USE_DES_KEY_ONLY
See Also:
Constant Field Values

ACB_DONT_REQUIRE_PREAUTH

public static final int ACB_DONT_REQUIRE_PREAUTH
See Also:
Constant Field Values

SE_GROUP_MANDATORY

public static final int SE_GROUP_MANDATORY
See Also:
Constant Field Values

SE_GROUP_ENABLED_BY_DEFAULT

public static final int SE_GROUP_ENABLED_BY_DEFAULT
See Also:
Constant Field Values

SE_GROUP_ENABLED

public static final int SE_GROUP_ENABLED
See Also:
Constant Field Values

SE_GROUP_OWNER

public static final int SE_GROUP_OWNER
See Also:
Constant Field Values

SE_GROUP_USE_FOR_DENY_ONLY

public static final int SE_GROUP_USE_FOR_DENY_ONLY
See Also:
Constant Field Values

SE_GROUP_RESOURCE

public static final int SE_GROUP_RESOURCE
See Also:
Constant Field Values

SE_GROUP_LOGON_ID

public static final int SE_GROUP_LOGON_ID
See Also:
Constant Field Values
Constructor Detail

samr

public samr()
Method Detail

getSyntax

public static java.lang.String getSyntax()