/* * * Copyright 2013 Entando S.r.l. (http://www.entando.com) All rights reserved. * * This file is part of Entando software. * Entando is a free software; * You can redistribute it and/or modify it * under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; version 2. * * See the file License for the specific language governing permissions * and limitations under the License * * * * Copyright 2013 Entando S.r.l. (http://www.entando.com) All rights reserved. * */ package com.agiletec.plugins.jpcasclient; /** * Interface with principal constants for jpcasclient plugin. * * @author zuanni */ public interface CasClientPluginSystemCostants { public static final String JPCASCLIENT_CONST_CAS_ASSERTION = "_const_cas_assertion_"; public static final String JPCASCLIENT_LOGOUT_URL = "jpcasclient_casLogoutURL"; public static final String JPCASCLIENT_LOGIN_URL = "jpcasclient_casLoginURL"; public final static String JPCASCLIENT_EXTENDED_ISACTIVE = "jpcasclient_isactive"; public static final String JPCASCLIENT_VALIDATE_URL = "jpcasclient_casValidateURL"; public static final String JPCASCLIENT_SERVER_BASE_URL = "jpcasclient_serverBaseURL"; public static final String JPCASCLIENT_NO_AUTH_PAGE = "jpcasclient_notAuthPage"; public static final String JPCASCLIENT_CONFIG_ITEM = "jpcasclient_config"; public static final String JPCASCLIENT_CONFIG_MANAGER= "jpcasclient_CasClientConfigManager"; public static final String JPCAS_RUNTIME_USER = "jpasclient_password"; }