com.microsoft.tfs.core.clients.webservices
Class ACEExtendedInformation

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by 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

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
ACEExtendedInformation(ms.ws._AceExtendedInformation extendedInfo)
           
ACEExtendedInformation(int inheritedAllow, int inheritedDeny, int effectiveAllow, int effectiveDeny)
           
 
Method Summary
 int getEffectiveAllow()
           
 int getEffectiveDeny()
           
 int getInheritedAllow()
           
 int getInheritedDeny()
           
 ms.ws._AceExtendedInformation getWebServiceObject()
          Gets the web service object this class wraps.
 
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
 

Constructor Detail

ACEExtendedInformation

public ACEExtendedInformation(ms.ws._AceExtendedInformation extendedInfo)

ACEExtendedInformation

public ACEExtendedInformation(int inheritedAllow,
                              int inheritedDeny,
                              int effectiveAllow,
                              int effectiveDeny)
Method Detail

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.