Uses of Class
com.microsoft.tfs.core.clients.authorization.SearchFactor

Packages that use SearchFactor
com.microsoft.tfs.core.clients.authorization   
com.microsoft.tfs.core.clients.groupsecurity   
 

Uses of SearchFactor in com.microsoft.tfs.core.clients.authorization
 

Fields in com.microsoft.tfs.core.clients.authorization declared as SearchFactor
static SearchFactor SearchFactor.ACCOUNT_NAME
           
static SearchFactor SearchFactor.ADMINISTRATIVE_APPLICATION_GROUP
           
static SearchFactor SearchFactor.DISTINGUISHED_NAME
           
static SearchFactor SearchFactor.EVERYONE_APPLICATION_GROUP
           
static SearchFactor SearchFactor.NONE
           
static SearchFactor SearchFactor.SERVICE_APPLICATION_GROUP
           
static SearchFactor SearchFactor.SID
           
 

Methods in com.microsoft.tfs.core.clients.authorization that return SearchFactor
static SearchFactor SearchFactor.fromWebServiceObject(ms.tfs.services.authorization._03._SearchFactor webServiceObject)
          Gets the correct wrapper type for the given web service object.
 

Uses of SearchFactor in com.microsoft.tfs.core.clients.groupsecurity
 

Methods in com.microsoft.tfs.core.clients.groupsecurity with parameters of type SearchFactor
 Identity GroupSecurityClient.readIdentity(SearchFactor factor, java.lang.String factorValue, QueryMembership queryMembership)
           
 



© 2015 Microsoft. All rights reserved.