Package | Description |
---|---|
org.alfresco.jlan.client.admin | |
org.alfresco.jlan.smb.dcerpc.client | |
org.alfresco.jlan.smb.nt |
Modifier and Type | Method and Description |
---|---|
SID |
SamrPipeFile.lookupDomain(String domain)
Find a domain and return the SID
|
Modifier and Type | Method and Description |
---|---|
RIDList |
SamrPipeFile.getAliasesForUser(PolicyHandle domHandle,
SID userSID)
Return the list of aliases that the user has membership of
|
String |
SamrPipeFile.lookupDomainName(SID sid)
Lookup the domain name for the specified security id
|
RIDList |
SamrPipeFile.lookupName(SID sid)
Lookup the object name for the specified security id
|
PolicyHandle |
SamrPipeFile.openDomain(SID domainSID)
Open a domain and return the policy handle required to perform other functions on the domain
|
Modifier and Type | Method and Description |
---|---|
SID |
SIDCache.findSID(String name)
Return the SID for the specified name
|
SID |
SIDCache.removeSID(String index)
Delete a SID from the cache
|
Modifier and Type | Method and Description |
---|---|
Enumeration<SID> |
SIDCache.enumerateSIDs()
Enumerate the SIDs in the cache
|
Modifier and Type | Method and Description |
---|---|
void |
SIDCache.addSID(String name,
SID sid)
Add a SID to the cache
|
String |
SIDCache.findName(SID sid)
Find the name of the matching SID
|
Modifier and Type | Field and Description |
---|---|
static SID |
WellKnownSID.SIDBuiltinDomain |
static SID |
WellKnownSID.SIDEveryone |
static SID |
WellKnownSID.SIDLocalSystem |
Modifier and Type | Method and Description |
---|---|
SID |
SIDList.findSID(SID sid)
Find the SID that matches the specified SID
|
SID |
SIDList.findSID(String name)
Find the SID with the specified name
|
SID |
SecurityDescriptor.getGroup()
Return the group SID
|
SID |
SecurityDescriptor.getOwner()
Return the owner SID
|
SID |
ACE.getSID()
Return the security id that the access control entry applies to
|
SID |
SIDList.getSIDAt(int idx)
Return a SID from the list
|
SID |
SIDList.removeSID(SID sid)
Remove a SID from the list
|
Modifier and Type | Method and Description |
---|---|
void |
SIDList.addSID(SID sid)
Add a SRID to the list
|
boolean |
SID.equalsSID(SID sid)
Check if the SID matches this SID
|
SID |
SIDList.findSID(SID sid)
Find the SID that matches the specified SID
|
static String |
WellKnownSID.getSIDName(SID sid)
Return a well known SID name, return null if the SID is not a well known SID
|
SID |
SIDList.removeSID(SID sid)
Remove a SID from the list
|
void |
SecurityDescriptor.setGroup(SID sid)
Set the group SID
|
void |
SecurityDescriptor.setOwner(SID sid)
Set the owner SID
|
Constructor and Description |
---|
ACE(int type,
int flags,
int mask,
SID sid)
Class constructor
|
SecurityDescriptor(String name,
int type,
SID owner,
SID group,
ACL dacl,
ACL sacl)
Class constructor
|
SID(SID sid)
Copy constructor
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.