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

com.adobe.cq.social.enablement.api.Constants Maven / Gradle / Ivy

/*************************************************************************
 *
 * ADOBE CONFIDENTIAL
 * __________________
 *
 *  Copyright 2015 Adobe Systems Incorporated
 *  All Rights Reserved.
 *
 * NOTICE:  All information contained herein is, and remains
 * the property of Adobe Systems Incorporated and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Adobe Systems Incorporated and its
 * suppliers and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Adobe Systems Incorporated.
 *
 *************************************************************************/
package com.adobe.cq.social.enablement.api;

public class Constants {
    private Constants() {
    }

    public static final String RESOURCES_CONTAINER_RESOURCE_TYPE = "social_enablement_resources";
    public final static String JSON_CONTENT_TYPE = "application/json";
    public static final String RESPONSE_OK = "ok";
    public static final String ENABLEMENT_SOCIAL_TITLE = "SoCo";
    public static final String CRX_EVERYONE_GROUP_NAME = "everyone";
    public static final String USER_GIVEN_NAME_PROPERTY_PATH = "./profile/givenName";
    public static final String USER_FAMILY_NAME_PROPERTY_PATH = "./profile/familyName";
    public static final String USER_EMAIL_PROPERTY_PATH = "./profile/email";
    public static final String ENABLEMENT_CONTENTPATH_ATTRIBUTE = "enablement-content-path";
    public static final String HTTP_PREFIX = "http://";
    public static final String HTTPS_PREFIX = "https://";
    public static final String SE_CONTENTPATH_ATTRIBUTE = "social_enablement-content-path";
    public static final String USER_ID = "user-id";
    public static final String USER_NAME = "name";
    public static final String USER_IMAGE = "user-image";
    public static final String SITES_CONTAINER = "/content";
    public static final String ENABLEMENT_CONTENT_CONTAINER = "resources";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy