|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.http.servlets.DigestAuthenticator
An Authenticator that uses MD5 Digest Authentication.
| Constructor Summary | |
DigestAuthenticator(BrokerPool pool)
|
|
| Method Summary | |
User |
authenticate(HttpServletRequest request,
HttpServletResponse response)
Try to authenticate the user specified in the HTTP request. |
void |
sendChallenge(HttpServletRequest request,
HttpServletResponse response)
Send an WWW-Authenticate header back to client. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DigestAuthenticator(BrokerPool pool)
| Method Detail |
public User authenticate(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException
Authenticator
authenticate in interface Authenticatorrequest - response -
java.io.IOException
public void sendChallenge(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException
Authenticator
sendChallenge in interface Authenticatorrequest - response -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||