|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILoginDialogFactory
This must be used when the application uses demand-based logins. It provides a function which returns the URL of the login page, and it has a function which defines the URL of the "access denied" page when a resource gets accessed which is not allowed by rights.
Method Summary | |
---|---|
java.lang.String |
getAccessDeniedURL()
Must return the RURL of the page/JSP to use as an "access denied" page. |
java.lang.String |
getLoginRURL(java.lang.String originalTarget)
Return the URL of a page/JSP to use as a login page. |
Method Detail |
---|
java.lang.String getLoginRURL(java.lang.String originalTarget)
originalTarget
-
java.lang.String getAccessDeniedURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |