All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liferay.sync.constants.PortletPropsKeys Maven / Gradle / Ivy

There is a newer version: 9.1.0
Show newest version
/**
 * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
 *
 * This library is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Lesser General Public License as published by the Free
 * Software Foundation; either version 2.1 of the License, or (at your option)
 * any later version.
 *
 * This library is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 * details.
 */

package com.liferay.sync.constants;

/**
 * @author Shinn Lok
 */
public class PortletPropsKeys {

	public static final String SYNC_ALLOW_USER_PERSONAL_SITES =
		"sync.allow.user.personal.sites";

	public static final String SYNC_CLIENT_MAX_CONNECTIONS =
		"sync.client.max.connections";

	public static final String SYNC_CLIENT_MIN_BUILD_ANDROID =
		"sync.client.min.build.android";

	public static final String SYNC_CLIENT_MIN_BUILD_DESKTOP =
		"sync.client.min.build.desktop";

	public static final String SYNC_CLIENT_MIN_BUILD_IOS =
		"sync.client.min.build.ios";

	public static final String SYNC_CLIENT_POLL_INTERVAL =
		"sync.client.poll.interval";

	public static final String SYNC_OAUTH_APPLICATION_ID =
		"sync.oauth.application.id";

	public static final String SYNC_OAUTH_CONSUMER_KEY =
		"sync.oauth.consumer.key";

	public static final String SYNC_OAUTH_CONSUMER_SECRET =
		"sync.oauth.consumer.secret";

	public static final String SYNC_OAUTH_ENABLED = "sync.oauth.enabled";

	public static final String SYNC_PAGINATION_DELTA = "sync.pagination.delta";

	public static final String SYNC_SERVICES_ENABLED = "sync.services.enabled";

	public static final String SYNC_VERIFY = "sync.verify";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy