|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Authenticator
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 |
---|
User authenticate(HttpServletRequest request, HttpServletResponse response) throws IOException
request
- response
-
IOException
void sendChallenge(HttpServletRequest request, HttpServletResponse response) throws IOException
request
- response
-
IOException
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |