I am working on my own simple store. This sore would use custom API having
certain similarities with JDBC Connection.
Therefore, I am considering implementation similar to StandardRDBMSAdapter
and AbstractRDBMSStore. With the difference that my implementation will not
care about any permissions, in since that the user should be granted all
permissions. Additionally, there will be no directory browsing (the files
will be read, modified, saved, locked
from pre-defined URLs). Actually, the different API will take care about
creation of folders and files, renaming etc.

For such a case, how should I implement
public Enumeration enumeratePermissions(Connection connection, Uri uri)
method?
Are there something else I should consider?
What I can simplify by the assumption that do not take care about directory
browsing, creating or renaming files, or creating new folders.


Thanks in advance!

Arnis Ziedins
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.706 / Virus Database: 462 - Release Date: 14.06.2004




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to