You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2006/09/21 23:46:44 UTC

[Db-derby Wiki] Update of "DeveloperGuideTenTwo" by LauraStewart

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by LauraStewart:
http://wiki.apache.org/db-derby/DeveloperGuideTenTwo

------------------------------------------------------------------------------
  
  [[Anchor(j2eerm)]]''' Using Derby as a J2EE resource manager:'''
  ||'''Sub Section''' || '''HTML Url''' or '''PDF Page''' || '''Reviewer'''|| '''Comment''' ||'''Resolution''' ||
- ||Getting a DataSource ||http://db.apache.org/derby/docs/dev/devguide/cdevresman89722.html ||Deepa ||"XADataSource.getXAConection() method" and "XADataSource.getXAConnection().getConnection() method" should be changed to more general "getConnection method of data source object." || ||
+ ||Getting a DataSource ||http://db.apache.org/derby/docs/dev/devguide/cdevresman89722.html ||Deepa ||"XADataSource.getXAConection() method" and "XADataSource.getXAConnection().getConnection() method" should be changed to more general "getConnection method of data source object." || Patch submitted (Laura) ||
  
  
  [[Anchor(security)]]''' Derby and Security:'''
  ||'''Sub Section''' || '''HTML Url''' or '''PDF Page''' || '''Reviewer'''|| '''Comment''' ||'''Resolution''' ||
- ||Built-in Derby users ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure21547.html ||Deepa ||To keep the terminology consistent, "These user names are case-sensitive for user authorization" should be changed to "These user names are case-sensitive for user authentication". ||  ||
+ ||Built-in Derby users ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure21547.html ||Deepa ||To keep the terminology consistent, "These user names are case-sensitive for user authorization" should be changed to "These user names are case-sensitive for user authentication". || Patch submitted (Laura) ||
- ||Notes on the Derby security features ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure10983.html ||Deepa ||This statement should be removed "Because Derby does not support traditional grant and revoke features, the security model has some basic limitations." as grant/revoke is supported now. I think the following two lines "For both embedded and client/server systems, it assumes that users are trusted. You must trust your full-access users not to perform undesirable actions." can also be removed. ||  ||
+ ||Notes on the Derby security features ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure10983.html ||Deepa ||This statement should be removed "Because Derby does not support traditional grant and revoke features, the security model has some basic limitations." as grant/revoke is supported now. I think the following two lines "For both embedded and client/server systems, it assumes that users are trusted. You must trust your full-access users not to perform undesirable actions." can also be removed. || Patch submitted (Laura) ||
- ||JNDI-specific properties for external directory services ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure864242.html || Deepa||"Java Naming and Direction" should be changed to "Java Naming and Directory". || ||
+ ||JNDI-specific properties for external directory services ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure864242.html || Deepa||"Java Naming and Direction" should be changed to "Java Naming and Directory". || Patch submitted (Laura) ||
- ||Example of setting a user-defined class  ||http://db.apache.org/derby/docs/dev/devguide/rdevexudclass.html || Deepa|| The interface specified in the following line "A very simple example of a class that implements the org.apache.derby.authentication interface." must be "org.apache.derby.authentication.UserAuthenticator interface". || ||
+ ||Example of setting a user-defined class  ||http://db.apache.org/derby/docs/dev/devguide/rdevexudclass.html || Deepa|| The interface specified in the following line "A very simple example of a class that implements the org.apache.derby.authentication interface." must be "org.apache.derby.authentication.UserAuthenticator interface". || Patch submitted (Laura) ||
- ||Example of setting a user-defined class ||http://db.apache.org/derby/docs/dev/devguide/rdevexudclass.html  || Deepa||In the first comment in the code example, "derby.connection.specificAuthentication" property is not the right name. It must be changed to "derby.authentication.provider". || ||
+ ||Example of setting a user-defined class ||http://db.apache.org/derby/docs/dev/devguide/rdevexudclass.html  || Deepa||In the first comment in the code example, "derby.connection.specificAuthentication" property is not the right name. It must be changed to "derby.authentication.provider". || Patch submitted (Laura) ||
- ||List of user-authentication properties ||http://db.apache.org/derby/docs/dev/devguide/rdevcsecure557.html  || Deepa||Formatting and case of property names is not consistent. || ||
+ ||List of user-authentication properties ||http://db.apache.org/derby/docs/dev/devguide/rdevcsecure557.html  || Deepa||Formatting and case of property names is not consistent. || Patch submitted (Laura) ||
- ||User authorizations ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure36595.html  || Deepa||Sub-section titled "Changes to connection authorization settings" can be changed to "Changes to user authorization settings" as it applies to both SQL and connection authorization. || ||
+ ||User authorizations ||http://db.apache.org/derby/docs/dev/devguide/cdevcsecure36595.html  || Deepa||Sub-section titled "Changes to connection authorization settings" can be changed to "Changes to user authorization settings" as it applies to both SQL and connection authorization. || Didn't change this since the section is about connection authorization  ||
- ||Encrypting an existing unencrypted database ||http://db.apache.org/derby/docs/dev/devguide/tdevcsecureunencrypteddb.html || Deepa||minor typos. Must be "encrypted" instead of "encryped".  "For encrypting an existing unencrypted database:" instead of "To encrypting an existing unencrypted database:"|| ||
+ ||Encrypting an existing unencrypted database ||http://db.apache.org/derby/docs/dev/devguide/tdevcsecureunencrypteddb.html || Deepa||minor typos. Must be "encrypted" instead of "encryped".  "For encrypting an existing unencrypted database:" instead of "To encrypting an existing unencrypted database:"|| Patch submitted (Laura) ||
  
  [[Anchor(developwithide)]]''' Developing tools and using Derby with an IDE:'''
  ||'''Sub Section''' || '''HTML Url''' or '''PDF Page''' || '''Reviewer'''|| '''Comment''' ||'''Resolution''' ||