Package | Description |
---|---|
org.alfresco.jlan.client.admin | |
org.alfresco.jlan.smb.dcerpc | |
org.alfresco.jlan.smb.dcerpc.info |
Modifier and Type | Class and Description |
---|---|
class |
EventlogHandle
Eventlog Handle Class
|
class |
LSAPolicyHandle
LSA Policy Handle Class
|
class |
SamrPolicyHandle
SAM Database Policy Handle Class
|
class |
ServiceHandle
Service Handle Class
|
class |
ServiceManagerHandle
Service Manager Handle Class
|
Modifier and Type | Method and Description |
---|---|
PolicyHandle |
SamrPipeFile.openBuiltinDomain()
Open the built in domain
|
PolicyHandle |
SamrPipeFile.openDomain(SID domainSID)
Open a domain and return the policy handle required to perform other functions on the domain
|
PolicyHandle |
SamrPipeFile.openDomain(String domain)
Open a domain and return the policy handle required to perform other functions on the domain
|
PolicyHandle |
SamrPipeFile.openUser(PolicyHandle domHandle,
int rid)
Open a user and return the policy handle required to perform other functions on the user
|
PolicyHandle |
SamrPipeFile.openUser(PolicyHandle domHandle,
RID rid)
Open a user and return the policy handle required to perform other functions on the user
|
PolicyHandle |
SamrPipeFile.openUser(String domain,
String userName)
Open a user and return the policy handle required to perform other functions on the user
|
Modifier and Type | Method and Description |
---|---|
void |
SamrPipeFile.closeHandle(PolicyHandle handle)
Close the remote SAM service
|
RIDList |
SamrPipeFile.getAliasesForUser(PolicyHandle domHandle,
SID userSID)
Return the list of aliases that the user has membership of
|
RIDList |
SamrPipeFile.getGroupsForUser(PolicyHandle usrHandle)
Return the list of groups that the user has membership of
|
RIDList |
SamrPipeFile.lookupIds(PolicyHandle domHandle,
int[] ids)
Lookup resource ids within a domain and return the resource names and types
|
RIDList |
SamrPipeFile.lookupIds(PolicyHandle domHandle,
int[] ids,
int count)
Lookup resource ids within a domain and return the resource names and types
|
RIDList |
SamrPipeFile.lookupIds(PolicyHandle domHandle,
RIDList rids)
Lookup resource ids within a domain and fill in the resource names and types.
|
RIDList |
SamrPipeFile.lookupName(PolicyHandle domHandle,
String name)
Lookup an object name within a domain and return the resource ids and types
|
PolicyHandle |
SamrPipeFile.openUser(PolicyHandle domHandle,
int rid)
Open a user and return the policy handle required to perform other functions on the user
|
PolicyHandle |
SamrPipeFile.openUser(PolicyHandle domHandle,
RID rid)
Open a user and return the policy handle required to perform other functions on the user
|
UserInfo |
SamrPipeFile.queryUserInformation(PolicyHandle usrHandle,
int infoLevel)
Return information for the specified user
|
Modifier and Type | Method and Description |
---|---|
PolicyHandle |
PolicyHandleCache.findHandle(String index)
Return the handle for the specified index
|
PolicyHandle |
PolicyHandleCache.removeHandle(String index)
Delete a handle from the cache
|
Modifier and Type | Method and Description |
---|---|
Enumeration<PolicyHandle> |
PolicyHandleCache.enumerateHandles()
Enumerate the handles in the cache
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyHandleCache.addHandle(String name,
PolicyHandle handle)
Add a handle to the cache
|
void |
DCEBuffer.getHandle(PolicyHandle handle)
Get a handle from the buffer
|
void |
DCEBuffer.putHandle(PolicyHandle handle)
Append a policy handle to the buffer
|
Modifier and Type | Class and Description |
---|---|
class |
RegistryKey
Registry Key Class
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.