|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpDigestAuthFilter
An interface to DIGEST authentication scheme as specified in RFC2617.
Based on Authenticator in the Apache Jakarta Tomcat
project.
| Field Summary | |
|---|---|
static String |
DIGEST_AUTH
Digest authentication. |
| Method Summary | |
|---|---|
int |
getDigestTimeout()
Gets the digest timeout. |
void |
setDigestTimeout(int timeout)
Sets the digest timeout. |
void |
setPrivateKey(String key)
Sets the private key. |
| Methods inherited from interface javax.servlet.Filter |
|---|
destroy, doFilter, init |
| Field Detail |
|---|
static final String DIGEST_AUTH
| Method Detail |
|---|
void setPrivateKey(String key)
key - the private key.int getDigestTimeout()
void setDigestTimeout(int timeout)
timeout - the digest timeout in secs, -1 = forever.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||