|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.paris.lutece.portal.service.security.LoginRedirectException
public class LoginRedirectException
This Exception should be thrown when the Authentication service wants to redirect the login on a specific URL
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 |
---|
public LoginRedirectException(java.lang.String strRedirectUrl)
strRedirectUrl
- The Url wished for the redirectionMethod Detail |
---|
public java.lang.String getRedirectUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |