org.sonatype.tests.http.server.jetty.impl
Class FixedDigestAuthenticator
java.lang.Object
org.eclipse.jetty.security.authentication.LoginAuthenticator
org.sonatype.tests.http.server.jetty.impl.FixedDigestAuthenticator
- All Implemented Interfaces:
- org.eclipse.jetty.security.Authenticator
public class FixedDigestAuthenticator
- extends org.eclipse.jetty.security.authentication.LoginAuthenticator
- Version:
- $Rev: 4793 $ $Date: 2009-03-19 00:00:01 +0100 (Thu, 19 Mar 2009) $
Nested classes/interfaces inherited from interface org.eclipse.jetty.security.Authenticator |
org.eclipse.jetty.security.Authenticator.AuthConfiguration, org.eclipse.jetty.security.Authenticator.Factory |
Fields inherited from class org.eclipse.jetty.security.authentication.LoginAuthenticator |
_deferred, _identityService, _loginService, SESSION_SECURED |
Method Summary |
String |
getAuthMethod()
|
String |
newNonce(org.eclipse.jetty.server.Request request)
|
boolean |
secureResponse(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
boolean mandatory,
org.eclipse.jetty.server.Authentication.User validatedUser)
|
org.eclipse.jetty.server.Authentication |
validateRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
boolean mandatory)
|
Methods inherited from class org.eclipse.jetty.security.authentication.LoginAuthenticator |
getLoginService, renewSessionOnAuthentication, setConfiguration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_maxNonceAge
protected long _maxNonceAge
_nonceSecret
protected long _nonceSecret
_useStale
protected boolean _useStale
FixedDigestAuthenticator
public FixedDigestAuthenticator()
getAuthMethod
public String getAuthMethod()
secureResponse
public boolean secureResponse(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
boolean mandatory,
org.eclipse.jetty.server.Authentication.User validatedUser)
throws org.eclipse.jetty.security.ServerAuthException
- Throws:
org.eclipse.jetty.security.ServerAuthException
validateRequest
public org.eclipse.jetty.server.Authentication validateRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
boolean mandatory)
throws org.eclipse.jetty.security.ServerAuthException
- Throws:
org.eclipse.jetty.security.ServerAuthException
newNonce
public String newNonce(org.eclipse.jetty.server.Request request)
Copyright © 2010-2013 Sonatype, Inc.. All Rights Reserved.