org.tynamo.security.services.PageService 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.services;
public interface PageService
{
String getLoginPage();
String getSuccessPage();
String getUnauthorizedPage();
}