List of user-authentication properties

User Authentication Properties summarizes the various properties related to user authentication.

Table 1. User Authentication Properties
Property Name Use
derby.connection.requireAuthentication Turns on user authentication.
derby.authentication.provider Specifies the kind of user authentication to use.
derby.authentication.server For LDAP user authentication, specifies the location of the server.
derby.authentication.ldap.searchAuthDN, derby.authentication.ldap.searchAuthPW, Derby.authentication.ldap.searchFilter, and Derby.authentication. ldap.searchBase Configures the way DN searches are performed.
derby.user.UserName Creates a user name and password for Derby's built-in user repository.
javax.naming.* JNDI properties
Related concepts
Enabling user authentication
Defining users
External directory service
Built-in Derby users
Programming applications for Derby user authentication