org.tynamo.security.SecuritySymbols Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tapestry-security Show documentation
Show all versions of tapestry-security Show documentation
Tynamo Security package for Tapestry 5 based on Shiro Security
package org.tynamo.security;
public class SecuritySymbols
{
public static final String LOGIN_URL = "security.loginurl";
public static final String SUCCESS_URL = "security.successurl";
public static final String UNAUTHORIZED_URL = "security.unauthorizedurl";
public static final String DEFAULTSIGNINPAGE = "security.defaultsigninpage";
public static final String CONFIG_PATH = "security.configpath";
public static final String SHOULD_LOAD_INI_FROM_CONFIG_PATH = "security.loadinifrompath";
}