com\citrix\sharefile\api\AbstractSFApiQuery.java:     * The username and password are used only for connectors auth. These can be set during auth errors or explicitly set during
com\citrix\sharefile\api\AbstractSFApiQuery.java:     * The username and password are used only for connectors auth. These can be set during auth errors or explicitly set during
com\citrix\sharefile\api\authentication\SFOAuthService.java:	 * Authenticate via username/password
com\citrix\sharefile\api\authentication\SFOAuthService.java:	 *            - hostname like "yourcompanyname"
com\citrix\sharefile\api\authentication\SFOAuthService.java:     *            - hostname like "sharefile.com"
com\citrix\sharefile\api\authentication\SFOAuthService.java:	 * @param username
com\citrix\sharefile\api\authentication\SFOAuthService.java:	 *            - my@user.name
com\citrix\sharefile\api\authentication\SFOAuthService.java:	protected SFOAuth2Token authenticate(String subDomain, String apiControlPlane, String clientId,String clientSecret, String username, String password)
com\citrix\sharefile\api\authentication\SFOAuthService.java:            nvPairs.add(new BasicNameValuePair(SFKeywords.USERNAME,username));
com\citrix\sharefile\api\authentication\SFOAuthService.java:     *            - hostname like "yourcompanyname"
com\citrix\sharefile\api\authentication\SFOAuthService.java:     *            - hostname like "sharefile.com"
com\citrix\sharefile\api\authentication\SFOAuthService.java:                                      String username,
com\citrix\sharefile\api\authentication\SFOAuthService.java:                SFSdk.getClientSecret(),username,password);
com\citrix\sharefile\api\authentication\SFOAuthService.java:                                   final String username,
com\citrix\sharefile\api\authentication\SFOAuthService.java:                    SFOAuth2Token token = authenticate(subDomain,apiControlPlane,username,password);
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:					String[]namevalue=splitparams[i].split("=");
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:					if(namevalue.length>1)
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:						String name = namevalue[0];
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:						String value = namevalue[1];
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:						if(name.equalsIgnoreCase(CODE))
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:						else if(name.equalsIgnoreCase(STATE))
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:						else if(name.equalsIgnoreCase(SUBDOMAIN))
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:						else if(name.equalsIgnoreCase(APPCP))
com\citrix\sharefile\api\authentication\SFWebAuthCode.java:						else if(name.equalsIgnoreCase(APICP))
com\citrix\sharefile\api\constants\SFKeywords.java:	public static final String USERNAME = "username";
com\citrix\sharefile\api\constants\SFSdkGlobals.java:	public static final String getApiServer(String hostname)
com\citrix\sharefile\api\constants\SFSdkGlobals.java:		return mApiServer[getHostIndex(hostname)];
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* Employees are named users in the Account.
com\citrix\sharefile\api\entities\SFAccountsEntity.java:    * "SPInitatedAuthMethod":"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
com\citrix\sharefile\api\entities\SFAccountsEntity.java:    * "SPInitatedAuthMethod":"urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport"
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username 	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @return The list of Accounts associated with this username/password.
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFODataFeed<SFAccount>> getByUser(SFODataObject parameters, String username, Boolean employeesonly, Boolean requirehomefolders, Boolean singleplane) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		parameters.addProperty("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username 	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @return The list of Accounts associated with this username/password.
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFODataFeed<SFAccount>> getByUser(SFODataObject parameters, String username, Boolean employeesonly, Boolean requirehomefolders) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		parameters.addProperty("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username 	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @return The list of Accounts associated with this username/password.
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFODataFeed<SFAccount>> getByUser(SFODataObject parameters, String username, Boolean employeesonly) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		parameters.addProperty("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username 	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @return The list of Accounts associated with this username/password.
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFODataFeed<SFAccount>> getByUser(SFODataObject parameters, String username) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		parameters.addProperty("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* is configured by the AccessControlType property. The domain names are checked against the domains of all the
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* The domain names are checked against the domains of all the email addresses of the user.
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username  (default: null)	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFRequireWebPopResult> requireWebPop(String subdomain, String username, Boolean singlePlane) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		sfApiQuery.addQueryString("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username  (default: null)	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFRequireWebPopResult> requireWebPop(String subdomain, String username) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		sfApiQuery.addQueryString("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username 	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFRequireSubdomainResult> requireSubdomain(String username, Boolean singlePlane) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		sfApiQuery.addQueryString("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* @param username 	 	
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	public ISFQuery<SFRequireSubdomainResult> requireSubdomain(String username) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		if (username == null) {
com\citrix\sharefile\api\entities\SFAccountsEntity.java:			throw new InvalidOrMissingParameterException("username");
com\citrix\sharefile\api\entities\SFAccountsEntity.java:		sfApiQuery.addQueryString("username", username);
com\citrix\sharefile\api\entities\SFAccountsEntity.java:    * "UsernameShort":"usernameShort",
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* Find the user account information based on the short username
com\citrix\sharefile\api\entities\SFAccountsEntity.java:    * "UsernameShort":"usernameShort",
com\citrix\sharefile\api\entities\SFAccountsEntity.java:	* Find the user account information based on the short username
com\citrix\sharefile\api\entities\SFFolderTemplatesEntity.java:    * "Name": "An existing folder with a different name"
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Retrieves an item from its path. The path is of format /foldername/foldername/filename
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* The path is of format /foldername/foldername/filename
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Items/ByPath=name, retriving the resulting URL, and calling this method with the
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Items/ByPath=name, retriving the resulting URL, and calling this method with the
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* If a new Name is provided, the FileName will also be updated with the new name, and viceversa.
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* If a new Name is provided, the FileName will also be updated with the new name, and viceversa.
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* If a new Name is provided, the FileName will also be updated with the new name, and viceversa.
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* If a new Name is provided, the FileName will also be updated with the new name, and viceversa.
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* If a new Name is provided, the FileName will also be updated with the new name, and viceversa.
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* If a new Name is provided, the FileName will also be updated with the new name, and viceversa.
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* If a new Name is provided, the FileName will also be updated with the new name, and viceversa.
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFItemsEntity.java:	* Multi-part form encoding requires passing the file as a Form parameter named "Filedata".
com\citrix\sharefile\api\entities\SFMetadataEntity.java:	* So for now we support only the same syntax as for AccessControls, i.e. .../Metadata(name=name,itemid=itemid)
com\citrix\sharefile\api\entities\SFMetadataEntity.java:    * "Name":"metadata name",
com\citrix\sharefile\api\entities\SFMetadataEntity.java:	* Creates a single Metadata entry that has a specified Name for a given Item. Fails if an entry with the given name already exists for this Item.
com\citrix\sharefile\api\entities\SFMetadataEntity.java:	* Updates a single Metadata entry that has a specified Name for a given Item. Fails if an entry with the given name doesn't exist for this Item.
com\citrix\sharefile\api\entities\SFMetadataEntity.java:	* Updates a single Metadata entry that has a specified Name for a given Item. Fails if an entry with the given name doesn't exist for this Item.
com\citrix\sharefile\api\entities\SFMetadataEntity.java:	* Deletes a single Metadata entry that has a specified Name for a given Item. Fails if an entry with the given name doesn't exist for this Item.
com\citrix\sharefile\api\entities\SFMetadataEntity.java:	* Deletes a single Metadata entry that has a specified Name for a given Item. Fails if an entry with the given name doesn't exist for this Item.
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require authentication, make sure this request is authenticated. To download
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require authentication, make sure this request is authenticated. To download
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require authentication, make sure this request is authenticated. To download
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require authentication, make sure this request is authenticated. To download
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require authentication, make sure this request is authenticated. To download
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require authentication, make sure this request is authenticated. To download
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require user informaion ( Email, First Name, Last Name and Company), make sure
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require user informaion ( Email, First Name, Last Name and Company), make sure
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* If a Share has a single item, the download attachment name
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* will use the item name. Otherwise, the download will contain a ZIP archive containing all
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require user informaion ( Email, First Name, Last Name and Company), make sure
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require user informaion ( Email, First Name, Last Name and Company), make sure
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* files and folders in the share, named Files.zip.To download Shares that require user informaion ( Email, First Name, Last Name and Company), make sure
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFSharesEntity.java:	* form encoding has to pass the File as a Form parameter named "File1".
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:    * "HostName":"hostname" }
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:    * "HostName":"hostname"
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:    * "HostName":"hostname"
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:	* @param name 	 	
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:	public ISFQuery deleteMetadata(URI zUrl, String scid, String name) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:		if (name == null) {
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:			throw new InvalidOrMissingParameterException("name");
com\citrix\sharefile\api\entities\SFStorageCentersEntity.java:		sfApiQuery.addQueryString("name", name);
com\citrix\sharefile\api\entities\SFZonesEntity.java:	* @param name 	 	
com\citrix\sharefile\api\entities\SFZonesEntity.java:	public ISFQuery deleteMetadata(URI url, String name) throws InvalidOrMissingParameterException 	{
com\citrix\sharefile\api\entities\SFZonesEntity.java:		if (name == null) {
com\citrix\sharefile\api\entities\SFZonesEntity.java:			throw new InvalidOrMissingParameterException("name");
com\citrix\sharefile\api\entities\SFZonesEntity.java:		sfApiQuery.addQueryString("name", name);
com\citrix\sharefile\api\gson\SFGsonHelper.java:	 * This function will get the base bones class name from odata.type or odata.metadata string.
com\citrix\sharefile\api\https\SFCookieManager.java:        // the specification dictates that the first name/value pair
com\citrix\sharefile\api\https\SFCookieManager.java:        // in the string is the cookie name and value, so let's handle
com\citrix\sharefile\api\https\SFCookieManager.java:            String name = token.substring(0, index).toLowerCase(Locale.US);
com\citrix\sharefile\api\https\SFCookieManager.java:                domainStore.put(name, cookie);
com\citrix\sharefile\api\https\SFCookieManager.java:            if ( EXPIRES.equals(name) ) {
com\citrix\sharefile\api\https\SFCookieManager.java:            } else if ( PATH.equals(name) ) {
com\citrix\sharefile\api\https\SFDownloadRunnable.java:			SFHttpsCaller.addAuthenticationHeader(connection,mApiClient.getOAuthToken(),mUsername,mPassword,mCookieManager);
com\citrix\sharefile\api\https\SFHttpsCaller.java:	public static void setBasicAuth(URLConnection conn,String username,String password)
com\citrix\sharefile\api\https\SFHttpsCaller.java:		String combinepass = username +SFKeywords.COLON + password;
com\citrix\sharefile\api\https\SFHttpsCaller.java:	private static String addQueryParams(String url, String name, String value) throws URISyntaxException {
com\citrix\sharefile\api\https\SFHttpsCaller.java:		String appendQuery = name + "=" + value;
com\citrix\sharefile\api\https\SFUploadRunnable.java:            uploadQuery.setCredentials(mUsername,mPassword);
com\citrix\sharefile\api\https\SFUploadRunnable.java:	private String getAppendParams(String filename, long fileSize,int finish,boolean isbatchLast,String hash)
com\citrix\sharefile\api\https\SFUploadRunnable.java:			SFHttpsCaller.addAuthenticationHeader(conn, mApiClient.getOAuthToken(), mUsername,mPassword,mCookieManager);										
com\citrix\sharefile\api\https\TransferRunnable.java:    protected final String mUsername;
com\citrix\sharefile\api\https\TransferRunnable.java:        mUsername = userName;
com\citrix\sharefile\api\interfaces\ISFOAuthService.java:    public SFOAuth2Token authenticate(String subDomain, String apiControlPlane, String username, String password)
com\citrix\sharefile\api\interfaces\ISFOAuthService.java:    public void authenticateAsync(String subDomain, String apiControlPlane, String username, String password, IOAuthTokenCallback callback);
com\citrix\sharefile\api\interfaces\ISFQuery.java:    ISFQuery<T> select(String name);
com\citrix\sharefile\api\models\SFAccessControlDomains.java:		* A list of domain names
com\citrix\sharefile\api\models\SFAccessControlDomains.java:		* A list of domain names
com\citrix\sharefile\api\models\SFAccount.java:	public void setCompanyName(String companyname) {
com\citrix\sharefile\api\models\SFAccount.java:		this.CompanyName = companyname;
com\citrix\sharefile\api\models\SFAccount.java:	public void setPlanName(String planname) {
com\citrix\sharefile\api\models\SFAccount.java:		this.PlanName = planname;
com\citrix\sharefile\api\models\SFAccount.java:	public void setCreditCardFirstName(String creditcardfirstname) {
com\citrix\sharefile\api\models\SFAccount.java:		this.CreditCardFirstName = creditcardfirstname;
com\citrix\sharefile\api\models\SFAccount.java:	public void setCreditCardLastName(String creditcardlastname) {
com\citrix\sharefile\api\models\SFAccount.java:		this.CreditCardLastName = creditcardlastname;
com\citrix\sharefile\api\models\SFAccount.java:	public void setAdvancedCustomBrandingFolderName(String advancedcustombrandingfoldername) {
com\citrix\sharefile\api\models\SFAccount.java:		this.AdvancedCustomBrandingFolderName = advancedcustombrandingfoldername;
com\citrix\sharefile\api\models\SFAccountPreferences.java:	public void setSystemName(String systemname) {
com\citrix\sharefile\api\models\SFAccountPreferences.java:		this.SystemName = systemname;
com\citrix\sharefile\api\models\SFAccountPreferences.java:	public void setHomeScreenName(String homescreenname) {
com\citrix\sharefile\api\models\SFAccountPreferences.java:		this.HomeScreenName = homescreenname;
com\citrix\sharefile\api\models\SFAccountPreferences.java:	public void setRequireCompanyNameWithUserInfo(Boolean requirecompanynamewithuserinfo) {
com\citrix\sharefile\api\models\SFAccountPreferences.java:		this.RequireCompanyNameWithUserInfo = requirecompanynamewithuserinfo;
com\citrix\sharefile\api\models\SFAccountPreferences.java:	public void setWebDAVServerName(String webdavservername) {
com\citrix\sharefile\api\models\SFAccountPreferences.java:		this.WebDAVServerName = webdavservername;
com\citrix\sharefile\api\models\SFAccountPreferences.java:	public void setFtpServerName(String ftpservername) {
com\citrix\sharefile\api\models\SFAccountPreferences.java:		this.FtpServerName = ftpservername;
com\citrix\sharefile\api\models\SFBillingInfo.java:	public void setCreditCardFirstName(String creditcardfirstname) {
com\citrix\sharefile\api\models\SFBillingInfo.java:		this.CreditCardFirstName = creditcardfirstname;
com\citrix\sharefile\api\models\SFBillingInfo.java:	public void setCreditCardLastName(String creditcardlastname) {
com\citrix\sharefile\api\models\SFBillingInfo.java:		this.CreditCardLastName = creditcardlastname;
com\citrix\sharefile\api\models\SFCapability.java:	public void setName(SFSafeEnum<SFCapabilityName> name) {
com\citrix\sharefile\api\models\SFCapability.java:		this.Name = name;
com\citrix\sharefile\api\models\SFContact.java:	public void setFirstName(String firstname) {
com\citrix\sharefile\api\models\SFContact.java:		this.FirstName = firstname;
com\citrix\sharefile\api\models\SFContact.java:	public void setLastName(String lastname) {
com\citrix\sharefile\api\models\SFContact.java:		this.LastName = lastname;
com\citrix\sharefile\api\models\SFDeviceLogEntry.java:		* File name
com\citrix\sharefile\api\models\SFDeviceLogEntry.java:		* File name
com\citrix\sharefile\api\models\SFDeviceLogEntry.java:	public void setFileName(String filename) {
com\citrix\sharefile\api\models\SFDeviceLogEntry.java:		this.FileName = filename;
com\citrix\sharefile\api\models\SFDeviceUser.java:	public void setFriendlyName(String friendlyname) {
com\citrix\sharefile\api\models\SFDeviceUser.java:		this.FriendlyName = friendlyname;
com\citrix\sharefile\api\models\SFFavoriteFolder.java:	public void setFolderName(String foldername) {
com\citrix\sharefile\api\models\SFFavoriteFolder.java:		this.FolderName = foldername;
com\citrix\sharefile\api\models\SFFavoriteFolder.java:	public void setCreatorFirstName(String creatorfirstname) {
com\citrix\sharefile\api\models\SFFavoriteFolder.java:		this.CreatorFirstName = creatorfirstname;
com\citrix\sharefile\api\models\SFFavoriteFolder.java:	public void setCreatorLastName(String creatorlastname) {
com\citrix\sharefile\api\models\SFFavoriteFolder.java:		this.CreatorLastName = creatorlastname;
com\citrix\sharefile\api\models\SFFindSubdomainParams.java:	@SerializedName("UsernameShort")
com\citrix\sharefile\api\models\SFFindSubdomainParams.java:	private String UsernameShort;
com\citrix\sharefile\api\models\SFFindSubdomainParams.java:	public String getUsernameShort() {
com\citrix\sharefile\api\models\SFFindSubdomainParams.java:		return this.UsernameShort;
com\citrix\sharefile\api\models\SFFindSubdomainParams.java:	public void setUsernameShort(String usernameshort) {
com\citrix\sharefile\api\models\SFFindSubdomainParams.java:		this.UsernameShort = usernameshort;
com\citrix\sharefile\api\models\SFFindSubdomainResult.java:	public void setCompanyName(String companyname) {
com\citrix\sharefile\api\models\SFFindSubdomainResult.java:		this.CompanyName = companyname;
com\citrix\sharefile\api\models\SFFolderTemplate.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFFolderTemplate.java:		this.Name = name;
com\citrix\sharefile\api\models\SFFolderTemplateItem.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFFolderTemplateItem.java:		this.Name = name;
com\citrix\sharefile\api\models\SFGenericConfig.java:	public void setConfigName(String configname) {
com\citrix\sharefile\api\models\SFGenericConfig.java:		this.ConfigName = configname;
com\citrix\sharefile\api\models\SFIndustry.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFIndustry.java:		this.Name = name;
com\citrix\sharefile\api\models\SFIrmClassification.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFIrmClassification.java:		this.Name = name;
com\citrix\sharefile\api\models\SFItem.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFItem.java:		this.Name = name;
com\citrix\sharefile\api\models\SFItem.java:	public void setFileName(String filename) {
com\citrix\sharefile\api\models\SFItem.java:		this.FileName = filename;
com\citrix\sharefile\api\models\SFItem.java:	public void setCreatorFirstName(String creatorfirstname) {
com\citrix\sharefile\api\models\SFItem.java:		this.CreatorFirstName = creatorfirstname;
com\citrix\sharefile\api\models\SFItem.java:	public void setCreatorLastName(String creatorlastname) {
com\citrix\sharefile\api\models\SFItem.java:		this.CreatorLastName = creatorlastname;
com\citrix\sharefile\api\models\SFItem.java:	public void setCreatorNameShort(String creatornameshort) {
com\citrix\sharefile\api\models\SFItem.java:		this.CreatorNameShort = creatornameshort;
com\citrix\sharefile\api\models\SFMetadata.java:		* The name of a custom metadata entry
com\citrix\sharefile\api\models\SFMetadata.java:		* The name of a custom metadata entry
com\citrix\sharefile\api\models\SFMetadata.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFMetadata.java:		this.Name = name;
com\citrix\sharefile\api\models\SFNotification.java:	public void setFromName(String fromname) {
com\citrix\sharefile\api\models\SFNotification.java:		this.FromName = fromname;
com\citrix\sharefile\api\models\SFNotification.java:	public void setMergeNames(ArrayList<String> mergenames) {
com\citrix\sharefile\api\models\SFNotification.java:		this.MergeNames = mergenames;
com\citrix\sharefile\api\models\SFPlanFeatures.java:	public void setSystemName(String systemname) {
com\citrix\sharefile\api\models\SFPlanFeatures.java:		this.SystemName = systemname;
com\citrix\sharefile\api\models\SFPrincipal.java:	@SerializedName("Username")
com\citrix\sharefile\api\models\SFPrincipal.java:	private String Username;
com\citrix\sharefile\api\models\SFPrincipal.java:		* User name
com\citrix\sharefile\api\models\SFPrincipal.java:		* User name
com\citrix\sharefile\api\models\SFPrincipal.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFPrincipal.java:		this.Name = name;
com\citrix\sharefile\api\models\SFPrincipal.java:		* Username for the account - the value used for login. This is the same as Email for ShareFile accounts, but
com\citrix\sharefile\api\models\SFPrincipal.java:	public String getUsername() {
com\citrix\sharefile\api\models\SFPrincipal.java:		return this.Username;
com\citrix\sharefile\api\models\SFPrincipal.java:		* Username for the account - the value used for login. This is the same as Email for ShareFile accounts, but
com\citrix\sharefile\api\models\SFPrincipal.java:	public void setUsername(String username) {
com\citrix\sharefile\api\models\SFPrincipal.java:		this.Username = username;
com\citrix\sharefile\api\models\SFProductDefaults.java:	public void setProductName(String productname) {
com\citrix\sharefile\api\models\SFProductDefaults.java:		this.ProductName = productname;
com\citrix\sharefile\api\models\SFProductDefaults.java:	public void setNoReplyUserName(String noreplyusername) {
com\citrix\sharefile\api\models\SFProductDefaults.java:		this.NoReplyUserName = noreplyusername;
com\citrix\sharefile\api\models\SFProductDefaults.java:	public void setSupportUserName(String supportusername) {
com\citrix\sharefile\api\models\SFProductDefaults.java:		this.SupportUserName = supportusername;
com\citrix\sharefile\api\models\SFQuery.java:	public void setItemNameOnly(Boolean itemnameonly) {
com\citrix\sharefile\api\models\SFQuery.java:		this.ItemNameOnly = itemnameonly;
com\citrix\sharefile\api\models\SFRemoteUpload.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFRemoteUpload.java:		this.Name = name;
com\citrix\sharefile\api\models\SFRemoteUpload.java:		* Indicates whether the Remote Upload requires user information ( first name, last name, email , company).
com\citrix\sharefile\api\models\SFRemoteUpload.java:		* Indicates whether the Remote Upload requires user information ( first name, last name, email , company).
com\citrix\sharefile\api\models\SFSearchResult.java:	public void setParentName(String parentname) {
com\citrix\sharefile\api\models\SFSearchResult.java:		this.ParentName = parentname;
com\citrix\sharefile\api\models\SFSearchResult.java:	public void setFileName(String filename) {
com\citrix\sharefile\api\models\SFSearchResult.java:		this.FileName = filename;
com\citrix\sharefile\api\models\SFSearchResult.java:	public void setDisplayName(String displayname) {
com\citrix\sharefile\api\models\SFSearchResult.java:		this.DisplayName = displayname;
com\citrix\sharefile\api\models\SFSearchResult.java:	public void setCreatorName(String creatorname) {
com\citrix\sharefile\api\models\SFSearchResult.java:		this.CreatorName = creatorname;
com\citrix\sharefile\api\models\SFSearchResult.java:	public void setCreatorFirstName(String creatorfirstname) {
com\citrix\sharefile\api\models\SFSearchResult.java:		this.CreatorFirstName = creatorfirstname;
com\citrix\sharefile\api\models\SFSearchResult.java:	public void setCreatorLastName(String creatorlastname) {
com\citrix\sharefile\api\models\SFSearchResult.java:		this.CreatorLastName = creatorlastname;
com\citrix\sharefile\api\models\SFSession.java:	public void setOAuth2ClientName(String oauth2clientname) {
com\citrix\sharefile\api\models\SFSession.java:		this.OAuth2ClientName = oauth2clientname;
com\citrix\sharefile\api\models\SFSession.java:	public void setName(String name) {
com\citrix\sharefile\api\models\SFSession.java:		this.Name = name;
com\citrix\sharefile\api\models\SFShareSendParams.java:		* If true, a recipient will need to provide their full name and email to access the Share. Cannot be true if RequireLogin is true
com\citrix\sharefile\api\models\SFShareSendParams.java:		* If true, a recipient will need to provide their full name and email to access the Share. Cannot be true if RequireLogin is true
com\citrix\sharefile\api\models\SFSimpleQuery.java:	public void setItemNameOnly(Boolean itemnameonly) {
com\citrix\sharefile\api\models\SFSimpleQuery.java:		this.ItemNameOnly = itemnameonly;
com\citrix\sharefile\api\models\SFStorageCenter.java:	public void setHostName(String hostname) {
com\citrix\sharefile\api\models\SFStorageCenter.java:		this.HostName = hostname;
com\citrix\sharefile\api\models\SFToolInformation.java:	public void setToolName(String toolname) {
com\citrix\sharefile\api\models\SFToolInformation.java:		this.ToolName = toolname;
com\citrix\sharefile\api\models\SFUploadRequestParams.java:	public void setFileName(String filename) {
com\citrix\sharefile\api\models\SFUploadRequestParams.java:		this.FileName = filename;
com\citrix\sharefile\api\models\SFUser.java:	public void setFullName(String fullname) {
com\citrix\sharefile\api\models\SFUser.java:		this.FullName = fullname;
com\citrix\sharefile\api\models\SFUser.java:	public void setFirstName(String firstname) {
com\citrix\sharefile\api\models\SFUser.java:		this.FirstName = firstname;
com\citrix\sharefile\api\models\SFUser.java:	public void setLastName(String lastname) {
com\citrix\sharefile\api\models\SFUser.java:		this.LastName = lastname;
com\citrix\sharefile\api\models\SFUser.java:	public void setFullNameShort(String fullnameshort) {
com\citrix\sharefile\api\models\SFUser.java:		this.FullNameShort = fullnameshort;
com\citrix\sharefile\api\models\SFUserConfirmationSettings.java:	public void setFirstName(String firstname) {
com\citrix\sharefile\api\models\SFUserConfirmationSettings.java:		this.FirstName = firstname;
com\citrix\sharefile\api\models\SFUserConfirmationSettings.java:	public void setLastName(String lastname) {
com\citrix\sharefile\api\models\SFUserConfirmationSettings.java:		this.LastName = lastname;
com\citrix\sharefile\api\models\SFUserConfirmationSettings.java:	public void setDayLightName(String daylightname) {
com\citrix\sharefile\api\models\SFUserConfirmationSettings.java:		this.DayLightName = daylightname;
com\citrix\sharefile\api\models\SFUserConfirmRequirement.java:	public void setADUserName(String adusername) {
com\citrix\sharefile\api\models\SFUserConfirmRequirement.java:		this.ADUserName = adusername;
com\citrix\sharefile\api\models\SFUserInfo.java:	public void setCompanyName(String companyname) {
com\citrix\sharefile\api\models\SFUserInfo.java:		this.CompanyName = companyname;
com\citrix\sharefile\api\models\SFUserInfo.java:	public void setPlanName(String planname) {
com\citrix\sharefile\api\models\SFUserInfo.java:		this.PlanName = planname;
com\citrix\sharefile\api\models\SFUserSecurity.java:	@SerializedName("UsernameShort")
com\citrix\sharefile\api\models\SFUserSecurity.java:	private String UsernameShort;
com\citrix\sharefile\api\models\SFUserSecurity.java:	public String getUsernameShort() {
com\citrix\sharefile\api\models\SFUserSecurity.java:		return this.UsernameShort;
com\citrix\sharefile\api\models\SFUserSecurity.java:	public void setUsernameShort(String usernameshort) {
com\citrix\sharefile\api\models\SFUserSecurity.java:		this.UsernameShort = usernameshort;
com\citrix\sharefile\api\SFConfiguration.java:	public void addHeader(String name,String value)
com\citrix\sharefile\api\SFConfiguration.java:		mAdditionalHttpHeaders.put(name, value);
com\citrix\sharefile\api\SFConfiguration.java:	public void removeHeader(String name)
com\citrix\sharefile\api\SFConfiguration.java:		mAdditionalHttpHeaders.remove(name);
com\citrix\sharefile\api\SFConfiguration.java:	private void appendToPrevious(String name,String newvalue)
com\citrix\sharefile\api\SFConfiguration.java:		String previousValue = mAdditionalHttpHeaders.get(name);
com\citrix\sharefile\api\SFConfiguration.java:		mAdditionalHttpHeaders.put(name, previousValue + newvalue);
com\citrix\sharefile\api\SFCredential.java:    public SFCredential(String username, String password)
com\citrix\sharefile\api\SFCredential.java:        mUserName = username;
com\citrix\sharefile\api\utils\SafeEnumHelpers.java:	 The way this parsing works relies on the class name sent by the server.
com\citrix\sharefile\api\utils\SafeEnumHelpers.java:      Sample name sent by the server :
com\citrix\sharefile\api\utils\Utils.java:    public static final URI getDefaultURL(final String subdomain,String hostname,final String folderID) throws URISyntaxException
com\citrix\sharefile\api\utils\Utils.java:        String urlSpec = String.format(FORMAT_GET_TOP_FOLDER, subdomain, SFSdkGlobals.getApiServer(hostname),folderID);
com\citrix\sharefile\api\utils\Utils.java:    public static final URI getDeviceURL(final String subdomain, String hostname, final String deviceID) throws URISyntaxException
com\citrix\sharefile\api\utils\Utils.java:        String urlSpec = String.format(FORMAT_GET_DEVICES, subdomain, SFSdkGlobals.getApiServer(hostname),deviceID);
