Generalizes and distinguishes - pz2 and sp. Adds auth.
[mkjsf-moved-to-github.git] / src / main / java / com / indexdata / pz2utils4jsf / pazpar2 / SearchClient.java
index ea83a12..cc45e76 100644 (file)
@@ -12,5 +12,5 @@ public interface SearchClient extends Configurable, Serializable {
   public void setSearchCommand(Pazpar2Command command);\r
   public CommandResponse executeCommand(Pazpar2Command command, ByteArrayOutputStream baos) throws Pazpar2ErrorException, IOException;\r
   public SearchClient cloneMe();\r
-  \r
+  public boolean isAuthenticatingClient();  \r
 }\r