org.mortbay.jetty.servlet

Class DigestAuthenticator

Implemented Interfaces:
Authenticator, Serializable

public class DigestAuthenticator
extends DigestAuthenticator

DigestAuthenticator.
Author:
gregw

Field Summary

Fields inherited from class org.mortbay.http.DigestAuthenticator

maxNonceAge, nonceSecret, useStale

Method Summary

void
sendChallenge(UserRealm realm, HttpRequest request, HttpResponse response, boolean stale)

Methods inherited from class org.mortbay.http.DigestAuthenticator

authenticate, checkNonce, getAuthMethod, getMaxNonceAge, getNonceSecret, getUseStale, newNonce, sendChallenge, setMaxNonceAge, setNonceSecret, setUseStale

Method Details

sendChallenge

public void sendChallenge(UserRealm realm,
                          HttpRequest request,
                          HttpResponse response,
                          boolean stale)
            throws IOException
Overrides:
sendChallenge in interface DigestAuthenticator

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.