|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlListDetails | |
---|---|
com.microsoft.tfs.core.clients.security |
Uses of AccessControlListDetails in com.microsoft.tfs.core.clients.security |
---|
Methods in com.microsoft.tfs.core.clients.security that return AccessControlListDetails | |
---|---|
abstract AccessControlListDetails |
SecurityNamespace.queryAccessControlList(java.lang.String token,
IdentityDescriptor[] descriptors,
boolean includeExtendedInfo)
In all cases: This method will query the AccessControlListDetails for the token specified. |
AccessControlListDetails |
FrameworkSecurityNamespace.queryAccessControlList(java.lang.String token,
IdentityDescriptor[] descriptors,
boolean includeExtendedInfo)
|
abstract AccessControlListDetails[] |
SecurityNamespace.queryAccessControlLists(java.lang.String token,
IdentityDescriptor[] descriptors,
boolean includeExtendedInfo,
boolean recurse)
In all cases: This method will query the AccessControlListDetails for the token specified. |
AccessControlListDetails[] |
FrameworkSecurityNamespace.queryAccessControlLists(java.lang.String token,
IdentityDescriptor[] descriptors,
boolean includeExtendedInfo,
boolean recurse)
|
Methods in com.microsoft.tfs.core.clients.security with parameters of type AccessControlListDetails | |
---|---|
abstract void |
SecurityNamespace.setAccessControlList(AccessControlListDetails AccessControlListDetails)
Sets the AccessControlListDetails specified in the SecurityNamespace. |
void |
FrameworkSecurityNamespace.setAccessControlList(AccessControlListDetails accessControlList)
|
abstract void |
SecurityNamespace.setAccessControlLists(AccessControlListDetails[] AccessControlListDetailss)
Sets the AccessControlListDetailss specified in the SecurityNamespace. |
void |
FrameworkSecurityNamespace.setAccessControlLists(AccessControlListDetails[] accessControlLists)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |