com.microsoft.tfs.core.clients.groupsecurity
Class GroupSecurityClient

java.lang.Object
  extended by com.microsoft.tfs.core.clients.groupsecurity.GroupSecurityClient

public class GroupSecurityClient
extends java.lang.Object

Accesses TFS groups security services.

Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

Constructor Summary
GroupSecurityClient(TFSTeamProjectCollection connection, ms.tfs.services.groupsecurity._03._GroupSecurityServiceSoap webService)
           
 
Method Summary
 TeamFoundationIdentity convert(Identity identity)
          Convert method for backward compat scenarios that involve a Rosario client connecting to an Orcas or Whidbey server.
 Identity readIdentity(SearchFactor factor, java.lang.String factorValue, QueryMembership queryMembership)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSecurityClient

public GroupSecurityClient(TFSTeamProjectCollection connection,
                           ms.tfs.services.groupsecurity._03._GroupSecurityServiceSoap webService)
Method Detail

readIdentity

public Identity readIdentity(SearchFactor factor,
                             java.lang.String factorValue,
                             QueryMembership queryMembership)

convert

public TeamFoundationIdentity convert(Identity identity)
Convert method for backward compat scenarios that involve a Rosario client connecting to an Orcas or Whidbey server.



© 2015 Microsoft. All rights reserved.