Uses of Interface
winstone.AuthenticationHandler

Packages that use AuthenticationHandler
winstone   
winstone.auth   
 

Uses of AuthenticationHandler in winstone
 

Methods in winstone with parameters of type AuthenticationHandler
 void RequestDispatcher.setForInitialDispatcher(java.lang.String servletPath, java.lang.String pathInfo, java.lang.String queryString, java.lang.String requestURIInsideWebapp, Mapping[] requestFilterPatterns, AuthenticationHandler authHandler)
           
 

Uses of AuthenticationHandler in winstone.auth
 

Classes in winstone.auth that implement AuthenticationHandler
 class BaseAuthenticationHandler
          Base class for managers of authentication within Winstone.
 class BasicAuthenticationHandler
          Handles HTTP basic authentication.
 class ClientcertAuthenticationHandler
           
 class DigestAuthenticationHandler
          Implements the MD5 digest version of authentication
 class FormAuthenticationHandler
          Handles FORM based authentication configurations.
 



Copyright © 2013. All Rights Reserved.