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 REDIRECT_TO_SAVED_URL = "security.redirecttosavedurl";
public static final String REMEMBERME_CIPHERKERY = "security.remembermecipherkey";
}