AuthenticationManager class holder
authorlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 9 Nov 2006 18:51:36 +0000 (18:51 +0000)
committerlajoie <lajoie@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Thu, 9 Nov 2006 18:51:36 +0000 (18:51 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2065 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/idp/authn/AuthenticationManager.java [new file with mode: 0644]

diff --git a/src/edu/internet2/middleware/shibboleth/idp/authn/AuthenticationManager.java b/src/edu/internet2/middleware/shibboleth/idp/authn/AuthenticationManager.java
new file mode 100644 (file)
index 0000000..404f99c
--- /dev/null
@@ -0,0 +1,10 @@
+package edu.internet2.middleware.shibboleth.idp.authn;
+
+import javax.servlet.http.HttpServlet;
+
+/**
+ * Manager responsible for handling an authentication requests.
+ */
+public class AuthenticationManager extends HttpServlet {
+
+}
\ No newline at end of file