com.evasion.plugin.common.Constante Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.common;
/**
*
* @author sebastien.glon
*/
public class Constante {
public static final String PERSISTENCE_UNIT ="EvasionPUExt";
public static final String PREFIX_EMAIL_TEMPLATE_BODY ="EMAIL_BODY_";
public static final String PREFIX_EMAIL_TEMPLATE_SUBJECT = "EMAIL_SUBJECT_";
public static final String SEND_EMAIL_ACCOUNT_CREATION="SEND_EMAIL_ACCOUNT_CREATION";
// security
public static final String DEFAULT_AUTH_NAME = "ROLE_USER";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy