2 * Copyright © LOGICA and the Conseil Régional d'Île-de-France, 2009
\r
4 * This file is part of L'Interface Libre et Interactive de l'Enseignement (Lilie).
\r
6 * Lilie is free software. You can redistribute it and/or modify since
\r
7 * you respect the terms of either (at least one of the both license) :
\r
8 * - under the terms of the GNU Affero General Public License as
\r
9 * published by the Free Software Foundation, either version 3 of the
\r
10 * License, or (at your option) any later version.
\r
11 * - the CeCILL-C as published by CeCILL-C; either version 1 of the
\r
12 * License, or any later version
\r
14 * There are special exceptions to the terms and conditions of the
\r
15 * licenses as they are applied to this software. View the full text of
\r
16 * the exception in file LICENSE.txt in the directory of this software
\r
19 * Lilie is distributed in the hope that it will be useful,
\r
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
22 * Licenses for more details.
\r
24 * You should have received a copy of the GNU General Public License
\r
25 * and the CeCILL-C along with Lilie. If not, see :
\r
26 * <http://www.gnu.org/licenses/> and
\r
27 * <http://www.cecill.info/licences.fr.html>.
\r
29 package org.jasig.cas.services;
\r
32 * Classe de constantes contenant les hosts des services connus
\r
37 public final class RegisteredServiceHost {
\r
39 /** hote du service actuel-cidj */
\r
40 public static final String ACTUEL_CIDJ = "www.actuel-cidj.info";
\r
42 /** hote du service cns */
\r
43 public static final String CNS = "www.e-interforum.com";
\r
45 /** hote du service euler */
\r
46 public static final String EULER = "euler.ac-versailles.fr";
\r
48 /** hote du service esidoc */
\r
49 public static final String ESIDOC = ".esidoc.fr";
\r
51 /** hote du service kne */
\r
52 public static final String KNE = "www.kiosque-edu.com";
\r
54 /** hote du service le site tv */
\r
55 public static final String LESITETV = "www.lesite.tv";
\r
57 /** hote du service omt vie scolaire */
\r
58 public static final String OMT_VIESCOLAIRE = "www.viescolaire.net";
\r
60 /** hote du service omt vie scolaire */
\r
61 public static final String PARASCHOOL = "system.paraschool.com";
\r
63 /** hote du service laureat / scolarite.net / campus ent */
\r
64 public static final String SCOLARITE = "scolarite.net";
\r
66 /** hote du service universalis */
\r
67 public static final String UNIVERSALIS = "www.universalis-edu.com";
\r
69 /** hote du service webclasseur - académie de paris */
\r
70 public static final String WC_PARIS = "passeport-paris.onisep.fr";
\r
72 /** hote du service webclasseur - académie de creteil */
\r
73 public static final String WC_CRETEIL = "passeport-creteil.onisep.fr";
\r
75 /** hote du service webclasseur - académie de versailles */
\r
76 public static final String WC_VERSAILLES = "webclasseur.ac-versailles.fr";
\r
78 /** hote du service webclasseur - demo */
\r
79 public static final String WC_DEMO = "webclasseur-demo.kosmos.fr";
\r