com.microsoft.tfs.core.clients.security
Class AccessControlEntryDetails
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.security.AccessControlEntry
com.microsoft.tfs.core.clients.security.AccessControlEntryDetails
- All Implemented Interfaces:
- java.lang.Cloneable
public class AccessControlEntryDetails
- extends AccessControlEntry
- implements java.lang.Cloneable
Extends AccessControlEntry
with more details.
- Thread-safety:
- thread-compatible
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 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
AccessControlEntryDetails
public AccessControlEntryDetails(ms.ws._AccessControlEntryDetails webServiceObject)
AccessControlEntryDetails
public AccessControlEntryDetails(IdentityDescriptor descriptor,
java.lang.String token,
int allow,
int deny,
ACEExtendedInformation extendedInfo)
AccessControlEntryDetails
public AccessControlEntryDetails(IdentityDescriptor descriptor,
int allow,
int deny)
getWebServiceObject
public ms.ws._AccessControlEntryDetails getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Overrides:
getWebServiceObject
in class AccessControlEntry
- Returns:
- the web service object this class wraps.
clone
public java.lang.Object clone()
-
- Overrides:
clone
in class java.lang.Object
getToken
public java.lang.String getToken()
setToken
public void setToken(java.lang.String value)
getExtendedInformation
public ACEExtendedInformation getExtendedInformation()
setExtendedInformation
public void setExtendedInformation(ACEExtendedInformation value)
getSerializableDescriptor
public IdentityDescriptor getSerializableDescriptor()
setSerializableDescriptor
public void setSerializableDescriptor(IdentityDescriptor value)
© 2015 Microsoft. All rights reserved.