com.microsoft.tfs.core.clients.authorization
Class SearchFactor
java.lang.Object
com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
com.microsoft.tfs.core.clients.authorization.SearchFactor
public class SearchFactor
- extends com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper
Specifies an attribute of an identity to be used in a search.
- Since:
- TEE-SDK-10.1
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
webServiceObject |
Method Summary |
boolean |
equals(java.lang.Object o)
|
static SearchFactor |
fromWebServiceObject(ms.tfs.services.authorization._03._SearchFactor webServiceObject)
Gets the correct wrapper type for the given web service object. |
ms.tfs.services.authorization._03._SearchFactor |
getWebServiceObject()
Gets the web service object this class wraps. |
int |
hashCode()
|
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.EnumerationWrapper |
fromWebServiceObject |
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper |
toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NONE
public static final SearchFactor NONE
SID
public static final SearchFactor SID
ACCOUNT_NAME
public static final SearchFactor ACCOUNT_NAME
DISTINGUISHED_NAME
public static final SearchFactor DISTINGUISHED_NAME
ADMINISTRATIVE_APPLICATION_GROUP
public static final SearchFactor ADMINISTRATIVE_APPLICATION_GROUP
SERVICE_APPLICATION_GROUP
public static final SearchFactor SERVICE_APPLICATION_GROUP
EVERYONE_APPLICATION_GROUP
public static final SearchFactor EVERYONE_APPLICATION_GROUP
fromWebServiceObject
public static SearchFactor fromWebServiceObject(ms.tfs.services.authorization._03._SearchFactor webServiceObject)
- Gets the correct wrapper type for the given web service object.
- Parameters:
webServiceObject
- the web service object (must not be null
)
- Returns:
- the correct wrapper type for the given web service object
- Throws:
java.lang.RuntimeException
- if no wrapper type is known for the given web service object
getWebServiceObject
public ms.tfs.services.authorization._03._SearchFactor getWebServiceObject()
- Gets the web service object this class wraps. The returned object should
not be modified.
- Returns:
- the web service object this class wraps.
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
hashCode
public int hashCode()
- Overrides:
hashCode
in class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
© 2015 Microsoft. All rights reserved.