1 21 22 package org.apache.derby.iapi.jdbc; 23 24 import java.util.Properties ; 25 import java.sql.SQLException ; 26 27 37 public interface AuthenticationService 38 { 39 40 public static final String MODULE = 41 "org.apache.derby.iapi.jdbc.AuthenticationService"; 42 48 public boolean authenticate(String databaseName, Properties info) 49 throws SQLException ; 50 } 51 | Popular Tags |