fr.paris.lutece.portal.service.security
Class LoginRedirectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.paris.lutece.portal.service.security.LoginRedirectException
All Implemented Interfaces:
java.io.Serializable

public class LoginRedirectException
extends java.lang.Exception

This Exception should be thrown when the Authentication service wants to redirect the login on a specific URL

See Also:
Serialized Form

Constructor Summary
LoginRedirectException(java.lang.String strRedirectUrl)
          Creates a new instance of LoginRedirectException
 
Method Summary
 java.lang.String getRedirectUrl()
          Return the redirect url
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoginRedirectException

public LoginRedirectException(java.lang.String strRedirectUrl)
Creates a new instance of LoginRedirectException

Parameters:
strRedirectUrl - The Url wished for the redirection
Method Detail

getRedirectUrl

public java.lang.String getRedirectUrl()
Return the redirect url

Returns:
The redirect url


Copyright © 2010 Mairie de Paris. All Rights Reserved.