|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for HTTP authentication methods.
| 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. |
| Method Detail |
public User authenticate(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException
request - response -
java.io.IOException
public void sendChallenge(HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException
request - response -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||