net.sf.jguard.jee.authentication.http
Class HttpServletHookFormSchemeHandler

java.lang.Object
  extended by net.sf.jguard.core.authentication.schemes.HookFormSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>
      extended by net.sf.jguard.jee.authentication.http.HttpServletHookFormSchemeHandler
All Implemented Interfaces:
AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

public class HttpServletHookFormSchemeHandler
extends HookFormSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

Author:
Charles Gay

Field Summary
 
Fields inherited from interface net.sf.jguard.core.authentication.schemes.AuthenticationSchemeHandler
REDIRECT
 
Constructor Summary
HttpServletHookFormSchemeHandler(Collection<Callback> callbacks)
           
 
Method Summary
 
Methods inherited from class net.sf.jguard.core.authentication.schemes.HookFormSchemeHandler
answerToChallenge, authenticationFailed, authenticationSucceed, buildChallenge, challengeNeeded, getCallbackTypes, getGrantedPermissions, getName, handleSchemeCallbacks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletHookFormSchemeHandler

@Inject
public HttpServletHookFormSchemeHandler(Collection<Callback> callbacks)


Copyright © 2004-2011. All Rights Reserved.