com.microsoft.tfs.core.clients.webservices
Class ACEExtendedInformation
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.webservices.ACEExtendedInformation
public class ACEExtendedInformation
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Holds the inherited and effective permission information for a given
AccessControlEntry
.
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ACEExtendedInformation
public ACEExtendedInformation(ms.ws._AceExtendedInformation extendedInfo)
ACEExtendedInformation
public ACEExtendedInformation(int inheritedAllow,
int inheritedDeny,
int effectiveAllow,
int effectiveDeny)
getWebServiceObject
public ms.ws._AceExtendedInformation getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getEffectiveAllow
public int getEffectiveAllow()
getEffectiveDeny
public int getEffectiveDeny()
getInheritedAllow
public int getInheritedAllow()
getInheritedDeny
public int getInheritedDeny()
© 2015 Microsoft. All rights reserved.