com.microsoft.tfs.core.clients.authorization
Class Identity
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.clients.authorization.Identity
public class Identity
- extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
An Identity
structure represents a user, group, or Team Foundation
Server application group, along with some of their attributes.
- Since:
- TEE-SDK-10.1
- Thread-safety:
- thread-compatible
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Constructor Summary |
Identity(ms.tfs.services.authorization._03._Identity 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 |
Identity
public Identity(ms.tfs.services.authorization._03._Identity webServiceObject)
getWebServiceObject
public ms.tfs.services.authorization._03._Identity getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
getType
public IdentityType getType()
getSID
public java.lang.String getSID()
getDisplayName
public java.lang.String getDisplayName()
getDescription
public java.lang.String getDescription()
getDomain
public java.lang.String getDomain()
getAccountName
public java.lang.String getAccountName()
getDistinguishedName
public java.lang.String getDistinguishedName()
getMailAddress
public java.lang.String getMailAddress()
getSpecialType
public ApplicationGroupSpecialType getSpecialType()
isDeleted
public boolean isDeleted()
getMembers
public java.lang.String[] getMembers()
getMemberOf
public java.lang.String[] getMemberOf()
isSecurityGroup
public boolean isSecurityGroup()
© 2015 Microsoft. All rights reserved.