org.sonatype.tests.http.server.jetty.impl
Class JettyProxyProvider.ProxyAuthHandler

java.lang.Object
  extended by org.eclipse.jetty.util.component.AbstractLifeCycle
      extended by org.eclipse.jetty.util.component.AggregateLifeCycle
          extended by org.eclipse.jetty.server.handler.AbstractHandler
              extended by org.eclipse.jetty.server.handler.AbstractHandlerContainer
                  extended by org.eclipse.jetty.server.handler.HandlerWrapper
                      extended by org.eclipse.jetty.security.SecurityHandler
                          extended by org.eclipse.jetty.security.ConstraintSecurityHandler
                              extended by org.sonatype.tests.http.server.jetty.impl.JettyProxyProvider.ProxyAuthHandler
All Implemented Interfaces:
org.eclipse.jetty.security.Authenticator.AuthConfiguration, org.eclipse.jetty.security.ConstraintAware, org.eclipse.jetty.server.Handler, org.eclipse.jetty.server.HandlerContainer, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle
Enclosing class:
JettyProxyProvider

public class JettyProxyProvider.ProxyAuthHandler
extends org.eclipse.jetty.security.ConstraintSecurityHandler

Author:
Benjamin Hanzelmann

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.jetty.security.SecurityHandler
org.eclipse.jetty.security.SecurityHandler.NotChecked
 
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
 
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
org.eclipse.jetty.util.component.LifeCycle.Listener
 
Field Summary
 
Fields inherited from class org.eclipse.jetty.security.SecurityHandler
__NO_USER, __NOBODY
 
Fields inherited from class org.eclipse.jetty.server.handler.HandlerWrapper
_handler
 
Fields inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING
 
Constructor Summary
JettyProxyProvider.ProxyAuthHandler()
           
 
Method Summary
 void handle(String target, org.eclipse.jetty.server.Request baseRequest, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.eclipse.jetty.security.ConstraintSecurityHandler
addConstraintMapping, addRole, checkUserDataPermissions, checkWebResourcePermissions, doStart, doStop, dump, getConstraintMappings, getRoles, isAuthMandatory, isStrict, prepareConstraintInfo, processConstraintMapping, setConstraintMappings, setConstraintMappings, setConstraintMappings, setRoles, setStrict
 
Methods inherited from class org.eclipse.jetty.security.SecurityHandler
checkSecurity, findIdentityService, findLoginService, getAuthenticator, getAuthenticatorFactory, getAuthMethod, getCurrentSecurityHandler, getIdentityService, getInitParameter, getInitParameterNames, getLoginService, getRealmName, isCheckWelcomeFiles, isSessionRenewedOnAuthentication, logout, setAuthenticator, setAuthenticatorFactory, setAuthMethod, setCheckWelcomeFiles, setIdentityService, setInitParameter, setLoginService, setRealmName, setSessionRenewedOnAuthentication
 
Methods inherited from class org.eclipse.jetty.server.handler.HandlerWrapper
destroy, expandChildren, getHandler, getHandlers, getNestedHandlerByClass, setHandler, setServer
 
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandlerContainer
expandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClass
 
Methods inherited from class org.eclipse.jetty.server.handler.AbstractHandler
dumpThis, getServer
 
Methods inherited from class org.eclipse.jetty.util.component.AggregateLifeCycle
addBean, addBean, contains, dump, dump, dump, dump, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, unmanage
 
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
 

Constructor Detail

JettyProxyProvider.ProxyAuthHandler

public JettyProxyProvider.ProxyAuthHandler()
Method Detail

handle

public void handle(String target,
                   org.eclipse.jetty.server.Request baseRequest,
                   javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws IOException,
                   javax.servlet.ServletException
Specified by:
handle in interface org.eclipse.jetty.server.Handler
Overrides:
handle in class org.eclipse.jetty.security.SecurityHandler
Throws:
IOException
javax.servlet.ServletException


Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.