org.tynamo.security.services.impl
Class PageServiceImpl
java.lang.Object
org.tynamo.security.services.impl.PageServiceImpl
- All Implemented Interfaces:
- PageService
public class PageServiceImpl
- extends Object
- implements PageService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageServiceImpl
public PageServiceImpl(@Inject@Symbol(value="security.successurl")
String successUrl,
@Inject@Symbol(value="security.loginurl")
String loginUrl,
@Inject@Symbol(value="security.unauthorizedurl")
String unauthorizedUrl)
getLoginPage
public String getLoginPage()
- Specified by:
getLoginPage in interface PageService
getSuccessPage
public String getSuccessPage()
- Specified by:
getSuccessPage in interface PageService
getUnauthorizedPage
public String getUnauthorizedPage()
- Specified by:
getUnauthorizedPage in interface PageService
Copyright © 2004-2011. All Rights Reserved.