com.microsoft.tfs.core.clients.security
Class AccessControlEntry
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.security.AccessControlEntry
- Direct Known Subclasses:
- AccessControlEntryDetails
public abstract class AccessControlEntry
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
Describes the levels of access allowed for a given identity (described by an
IdentityDescriptor
.
- See Also:
AccessControlEntryDetails}
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-compatible
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
protected |
AccessControlEntry(ms.ws._AccessControlEntry 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 |
AccessControlEntry
protected AccessControlEntry(ms.ws._AccessControlEntry webServiceObject)
getWebServiceObject
public ms.ws._AccessControlEntry getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getAllow
public int getAllow()
setAllow
public void setAllow(int value)
getDeny
public int getDeny()
setDeny
public void setDeny(int value)
© 2015 Microsoft. All rights reserved.