public interface SendFileAuthorizor
SendFileAuthorizor provides methods to judge if a user has right
to access a file only by using SendFileServlet.| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(java.lang.String userID,
java.lang.String _path,
HttpRptServer httpRptServer)
Deprecated.
Checks if a user has right to access a specific file only by using SendFileServlet.
|
boolean isAuthorized(java.lang.String userID,
java.lang.String _path,
HttpRptServer httpRptServer)
userID - the user ID._path - the full path of the file.httpRptServer - the server instance.