Uses of Class
com.microsoft.tfs.core.clients.webservices.ReadIdentityOptions

Packages that use ReadIdentityOptions
com.microsoft.tfs.core.clients.webservices   
 

Uses of ReadIdentityOptions in com.microsoft.tfs.core.clients.webservices
 

Fields in com.microsoft.tfs.core.clients.webservices declared as ReadIdentityOptions
static ReadIdentityOptions ReadIdentityOptions.EXTENDED_PROPERTIES
          read extended identity properties.
static ReadIdentityOptions ReadIdentityOptions.INCLUDE_READ_FROM_SOURCE
          read from IMS store only, or also from external sources such as AD.
static ReadIdentityOptions ReadIdentityOptions.NONE
           
static ReadIdentityOptions ReadIdentityOptions.TRUE_SID
          whether to map back well known TFS Sids to their well known form, or expose their true value.
 

Methods in com.microsoft.tfs.core.clients.webservices that return ReadIdentityOptions
 ReadIdentityOptions ReadIdentityOptions.combine(ReadIdentityOptions other)
           
static ReadIdentityOptions ReadIdentityOptions.combine(ReadIdentityOptions[] ReadIdentityOptions)
           
 ReadIdentityOptions ReadIdentityOptions.remove(ReadIdentityOptions other)
           
 ReadIdentityOptions ReadIdentityOptions.retain(ReadIdentityOptions other)
           
 

Methods in com.microsoft.tfs.core.clients.webservices with parameters of type ReadIdentityOptions
 ReadIdentityOptions ReadIdentityOptions.combine(ReadIdentityOptions other)
           
static ReadIdentityOptions ReadIdentityOptions.combine(ReadIdentityOptions[] ReadIdentityOptions)
           
 boolean ReadIdentityOptions.contains(ReadIdentityOptions other)
           
 boolean ReadIdentityOptions.containsAll(ReadIdentityOptions other)
           
 boolean ReadIdentityOptions.containsAny(ReadIdentityOptions other)
           
 TeamFoundationIdentity[] IdentityManagementService.listApplicationGroups(java.lang.String projectUri, ReadIdentityOptions readOptions)
           
 TeamFoundationIdentity[] IIdentityManagementService.listApplicationGroups(java.lang.String projectUri, ReadIdentityOptions readOptions)
          Lists all TFS application groups within the specified scope
 TeamFoundationIdentity[] IdentityManagementService2.listApplicationGroups(java.lang.String scopeId, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[] IIdentityManagementService2.listApplicationGroups(java.lang.String scopeId, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Lists all TFS application groups within the specified scope
 TeamFoundationIdentity[] IdentityManagementService2.readIdentities(com.microsoft.tfs.util.GUID[] teamFoundationIds, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[] IIdentityManagementService2.readIdentities(com.microsoft.tfs.util.GUID[] teamFoundationIds, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Read identities by Team Foundation Id.
 TeamFoundationIdentity[] IdentityManagementService.readIdentities(IdentityDescriptor[] descriptors, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
           
 TeamFoundationIdentity[] IIdentityManagementService.readIdentities(IdentityDescriptor[] descriptors, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
          Read identities for given descriptors.
 TeamFoundationIdentity[] IdentityManagementService2.readIdentities(IdentityDescriptor[] descriptors, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[] IIdentityManagementService2.readIdentities(IdentityDescriptor[] descriptors, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Read identities for given descriptors.
 TeamFoundationIdentity[][] IdentityManagementService.readIdentities(IdentitySearchFactor searchFactor, java.lang.String[] factorValues, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
           
 TeamFoundationIdentity[][] IIdentityManagementService.readIdentities(IdentitySearchFactor searchFactor, java.lang.String[] searchFactorValues, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
          Read identities based on search factor.
 TeamFoundationIdentity[][] IdentityManagementService2.readIdentities(IdentitySearchFactor searchFactor, java.lang.String[] searchFactorValues, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity[][] IIdentityManagementService2.readIdentities(IdentitySearchFactor searchFactor, java.lang.String[] searchFactorValues, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Read identities based on search factor.
 TeamFoundationIdentity IdentityManagementService.readIdentity(IdentityDescriptor descriptor, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
           
 TeamFoundationIdentity IIdentityManagementService.readIdentity(IdentityDescriptor descriptor, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
          Overload that takes a single descriptor.
 TeamFoundationIdentity IdentityManagementService2.readIdentity(IdentityDescriptor descriptor, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity IIdentityManagementService2.readIdentity(IdentityDescriptor descriptor, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Overload that takes a single descriptor.
 TeamFoundationIdentity IdentityManagementService.readIdentity(IdentitySearchFactor searchFactor, java.lang.String factorValue, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
           
 TeamFoundationIdentity IIdentityManagementService.readIdentity(IdentitySearchFactor searchFactor, java.lang.String searchFactorValue, MembershipQuery queryMembership, ReadIdentityOptions readOptions)
          Overload that takes a single search factor and returns match following this order.
 TeamFoundationIdentity IdentityManagementService2.readIdentity(IdentitySearchFactor searchFactor, java.lang.String searchFactorValue, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
           
 TeamFoundationIdentity IIdentityManagementService2.readIdentity(IdentitySearchFactor searchFactor, java.lang.String searchFactorValue, MembershipQuery queryMembership, ReadIdentityOptions readOptions, java.lang.String[] propertyNameFilters, IdentityPropertyScope propertyScope)
          Overload that takes a single search factor and returns match following this order.
 ReadIdentityOptions ReadIdentityOptions.remove(ReadIdentityOptions other)
           
 ReadIdentityOptions ReadIdentityOptions.retain(ReadIdentityOptions other)
           
 



© 2015 Microsoft. All rights reserved.