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

com.xcase.msgraph.constant.MSGraphConstant Maven / Gradle / Ivy

/**
 * Copyright 2017 Xcase All rights reserved.
 */

package com.xcase.msgraph.constant;

/**
 *
 * @author martin
 */
public class MSGraphConstant {
    // config
    public static String CONFIG_API_AUTHENTICATION_HEADER = "msgraph.config.api.authenticationheader";
    
    /**
     * default config file name.
     */
    public static final String CONFIG_API_OAUTH_TOKEN_PREFIX = "msgraph.config.api.oauth2_token_prefix";

    public static final String CONFIG_API_OAUTH_TOKEN_PATH = "msgraph.config.api.oauth2_token_path";

    public static final String CONFIG_API_OAUTH_DEFAULT_SCOPE = "msgraph.config.api.oauth2_default_scope";

    /**
     * default config file name.
     */
    public static final String CONFIG_API_OAUTH_AUTHORIZE_PREFIX = "msgraph-config-default.properties";

    /**
     * default config file name.
     */
    public static final String CONFIG_API_OAUTH_REVOKE_PREFIX = "msgraph-config-default.properties";

    /**
     * default config file name.
     */
    public static final String CONFIG_API_URL_PREFIX = "msgraph.config.api.url_prefix";

    /**
     * default config file name.
     */
    public static final String CONFIG_API_UPLOAD_URL_PREFIX = "msgraph-config-default.properties";

    /**
     * default config file name.
     */
    public static final String CONFIG_API_VERSION = "msgraph.config.api.version";

    /**
     * default config file name.
     */
    public static final String CONFIG_API_REQUEST_FORMAT = "msgraph.config.api.requestformat";

    /**
     * default config file name.
     */
    public static final String CONFIG_API_REQUEST_FORMAT_REST = "msgraph-config-default.properties";
    
    /**
     * config file name.
     */
    public static final String CONFIG_FILE_NAME = "msgraph-config.properties";

    /**
     * default config file name.
     */
    public static final String CONFIG_FILE_DEFAULT_NAME = "msgraph-config-default.properties";
    
    /**
     * local config file name.
     */
    public static final String LOCAL_CONFIG_FILE_NAME = "msgraph-local-config.properties";

    public static final String LOCAL_OAUTH2_CLIENT_ID = "msgraph.config.api.oauth2_client_id";

    public static final String LOCAL_OAUTH2_CLIENT_SECRET = "msgraph.config.api.oauth2_client_secret";
    
    public static final String LOCAL_OAUTH2_PASSWORD = "msgraph.config.api.oauth2_password";

    public static final String LOCAL_OAUTH2_TENANT_ID = "msgraph.config.api.oauth2_tenant_id";

    public static final String LOCAL_OAUTH2_USERNAME = "msgraph.config.api.oauth2_userid";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy