"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "hsqldb/src/org/hsqldb/auth/LdapAuthBeanTester.java" between
hsqldb-2.6.0.zip and hsqldb-2.6.1.zip

About: HSQLDB (HyperSQL DataBase) is a SQL relational database engine written in Java. It supports nearly full ANSI-92 SQL (BNF format) and full core SQL:2008.

LdapAuthBeanTester.java  (hsqldb-2.6.0):LdapAuthBeanTester.java  (hsqldb-2.6.1)
skipping to change at line 39 skipping to change at line 39
*/ */
package org.hsqldb.auth; package org.hsqldb.auth;
import java.io.File; import java.io.File;
import java.io.FileInputStream; import java.io.FileInputStream;
import java.io.IOException; import java.io.IOException;
import java.util.Arrays; import java.util.Arrays;
import java.util.Properties; import java.util.Properties;
/**
* Tests the settings for LdapAuthBean.
*/
public class LdapAuthBeanTester { public class LdapAuthBeanTester {
/** /**
* Run this method to try and test configuration settings for LdapAuthBeans, * Run this method to try and test configuration settings for LdapAuthBeans,
* or to troubleshoot. * or to troubleshoot.
* It purposefully does not test the Java Function or the JDBC layer at all. * It purposefully does not test the Java Function or the JDBC layer at all.
* This program will attempt to retrieve and display the schema/roles list * This program will attempt to retrieve and display the schema/roles list
* for the specified user and with the specified password from the LDAP * for the specified user and with the specified password from the LDAP
* server according to the specified properties. * server according to the specified properties.
* <P> * <P>
 End of changes. 1 change blocks. 
0 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)