|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for objects that can validate a URL and/or a user's access to a URL.
| Method Summary | |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
boolean |
validateURL(ILoginInfo user,
java.lang.String theURL)
returns true if the URL represented by the URL parameter exists and either no user is passed or the user has access to the URL. |
| Method Detail |
public boolean validateURL(ILoginInfo user,
java.lang.String theURL)
user - ILoginInfo object representing user credentials or null
if no user authentication is required.theURL - The URL to validate.
public void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||