projects
/
java-idp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AuthenticationManager class holder
[java-idp.git]
/
src
/
edu
/
internet2
/
middleware
/
shibboleth
/
idp
/
authn
/
AuthenticationManager.java
1
package edu.internet2.middleware.shibboleth.idp.authn;
2
3
import javax.servlet.http.HttpServlet;
4
5
/**
6
* Manager responsible for handling an authentication requests.
7
*/
8
public class AuthenticationManager extends HttpServlet {
9
10
}