org.tynamo.security.internal.services
Interface LoginContextService

All Known Implementing Classes:
LoginContextServiceImpl

public interface LoginContextService


Method Summary
 String getLocaleFromPath(String path)
           
 String getLocalelessPathWithinApplication()
           
 String getLoginPage()
           
 String getSuccessPage()
           
 String getUnauthorizedPage()
           
 void redirectToSavedRequest(String fallbackUrl)
           
 void saveRequest()
           
 

Method Detail

getLoginPage

String getLoginPage()

getSuccessPage

String getSuccessPage()

getUnauthorizedPage

String getUnauthorizedPage()

getLocalelessPathWithinApplication

String getLocalelessPathWithinApplication()

getLocaleFromPath

String getLocaleFromPath(String path)

saveRequest

void saveRequest()

redirectToSavedRequest

void redirectToSavedRequest(String fallbackUrl)
                            throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.