Uses of Interface
com.caucho.security.SecurityContextProvider

Packages that use SecurityContextProvider
com.caucho.protocols.flash   
com.caucho.security   
com.caucho.server.connection   
com.caucho.server.hmux   
com.caucho.server.http   
 

Uses of SecurityContextProvider in com.caucho.protocols.flash
 

Classes in com.caucho.protocols.flash that implement SecurityContextProvider
 class SocketPolicyRequest
           
 

Uses of SecurityContextProvider in com.caucho.security
 

Methods in com.caucho.security that return SecurityContextProvider
static SecurityContextProvider SecurityContext.getProvider()
          Gets the provider for the current thread.
static SecurityContextProvider SecurityContext.setProvider(SecurityContextProvider provider)
          Sets the provider for the current thread.
 

Methods in com.caucho.security with parameters of type SecurityContextProvider
static SecurityContextProvider SecurityContext.setProvider(SecurityContextProvider provider)
          Sets the provider for the current thread.
 

Uses of SecurityContextProvider in com.caucho.server.connection
 

Classes in com.caucho.server.connection that implement SecurityContextProvider
 class AbstractHttpRequest
          Abstract request implementing methods common to the different request implementations.
 class StubServletRequest
          Used when there isn't any actual request object, e.g.
 

Uses of SecurityContextProvider in com.caucho.server.hmux
 

Classes in com.caucho.server.hmux that implement SecurityContextProvider
 class HmuxRequest
          Handles requests from a remote dispatcher.
 

Uses of SecurityContextProvider in com.caucho.server.http
 

Classes in com.caucho.server.http that implement SecurityContextProvider
 class CompileRequest
          Handles a compiling request.
 class HttpRequest
          Handles a new request from an HTTP connection.