User Authentication Properties summarizes the various properties related to user authentication.
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 |