[Yanel-commits] rev 29974 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/security

michi at wyona.com michi at wyona.com
Tue Dec 18 14:13:23 CET 2007


Author: michi
Date: 2007-12-18 14:13:22 +0100 (Tue, 18 Dec 2007)
New Revision: 29974

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/security/WebAuthenticator.java
Log:
get authentication screen interface added

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/security/WebAuthenticator.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/security/WebAuthenticator.java	2007-12-18 13:12:57 UTC (rev 29973)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/security/WebAuthenticator.java	2007-12-18 13:13:22 UTC (rev 29974)
@@ -1,6 +1,7 @@
 package org.wyona.yanel.core.api.security;
 
 import org.wyona.yanel.core.map.Map;
+import org.wyona.yanel.core.map.Realm;
 
 import javax.servlet.ServletException;
 import javax.servlet.http.HttpServletRequest;
@@ -22,4 +23,9 @@
      *
      */
     public HttpServletResponse doAuthenticate(HttpServletRequest request, HttpServletResponse response, Map map, String reservedPrefix, String xsltLoginScreenDefault, String servletContextRealPath, String sslPort) throws ServletException, IOException;
+
+    /**
+     *
+     */
+     public void getXHTMLAuthenticationForm(HttpServletRequest request, HttpServletResponse response, Realm realm, String message, String reservedPrefix, String xsltLoginScreenDefault, String servletContextRealPath, String sslPort, Map map) throws ServletException, IOException;
 }



More information about the Yanel-commits mailing list