com.microsoft.tfs.core.clients.authorization
Class Identity

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

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
Identity(ms.tfs.services.authorization._03._Identity webServiceObject)
           
 
Method Summary
 java.lang.String getAccountName()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getDistinguishedName()
           
 java.lang.String getDomain()
           
 java.lang.String getMailAddress()
           
 java.lang.String[] getMemberOf()
           
 java.lang.String[] getMembers()
           
 java.lang.String getSID()
           
 ApplicationGroupSpecialType getSpecialType()
           
 IdentityType getType()
           
 ms.tfs.services.authorization._03._Identity getWebServiceObject()
          Gets the web service object this class wraps.
 boolean isDeleted()
           
 boolean isSecurityGroup()
           
 
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

Identity

public Identity(ms.tfs.services.authorization._03._Identity webServiceObject)
Method Detail

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.