
org.frameworkset.web.auth.TicketConsts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-ticket Show documentation
Show all versions of bboss-ticket Show documentation
support session share between application cluster nodes and cross domain application nodes.support good application session monitor and session data statitic module.demo site http://session.bbossgroups.com/
/**
*
*/
package org.frameworkset.web.auth;
/**
* @author yinbp
*
* @Date:2016-11-20 23:19:56
*/
public class TicketConsts {
public static final String ticket_authenticatecode_parameter_name = "_tt_authc_pname";
public static final String ticket_session_token_key = "_ticket_session_token_key_";
public static final String ticket_session_authenticatecode_key = "_ticket_session_authenticatecode_key_";
public static final String ticket_validate_failedmessage = "_ticket_validate_failedmessage_";
/**
*
*/
public TicketConsts() {
// TODO Auto-generated constructor stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy