You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Jean T. Anderson (JIRA)" <de...@db.apache.org> on 2005/05/11 20:15:27 UTC

[jira] Resolved: (DERBY-87) org.apache.derby.database.UserUtility.add does not exist but is documented

     [ http://issues.apache.org/jira/browse/DERBY-87?page=all ]
     
Jean T. Anderson resolved DERBY-87:
-----------------------------------

    Resolution: Fixed

Patch committed revision 169667.

> org.apache.derby.database.UserUtility.add does not exist but is documented
> --------------------------------------------------------------------------
>
>          Key: DERBY-87
>          URL: http://issues.apache.org/jira/browse/DERBY-87
>      Project: Derby
>         Type: Bug
>   Components: Documentation
>     Reporter: Jean T. Anderson
>     Priority: Minor
>  Attachments: derby87.diff
>
> http://incubator.apache.org/derby/manuals/develop/develop109.html shows how to call org.apache.derby.database.UserUtility.add, but Derby doesn't support static method calls. The text below should be removed from src/documentation/content/xdocs/manuals/develop/develop109.ihtml:
> Note:
>     Derby provides a utility to make it easier to create and maintain the lists of read-only and full-access users. This utility is org.apache.derby.database.UserUtility. The following example shows how to use the utility to add a full access user:
> CALL org.apache.derby.database.UserUtility.add("mary",
>         UserUtility.FULL_ACCESS_PERMISSION);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira