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

java.lang.Object
  extended by net.sf.jguard.core.authentication.AbstractAuthenticationServicePoint<Req,Res>
      extended by net.sf.jguard.core.authentication.StatefulAuthenticationServicePoint<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>
          extended by net.sf.jguard.jee.authentication.http.HttpServletAuthenticationServicePoint
All Implemented Interfaces:
AuthenticationServicePoint<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

public class HttpServletAuthenticationServicePoint
extends StatefulAuthenticationServicePoint<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

Author:
Charles Gay

Field Summary
 
Fields inherited from class net.sf.jguard.core.authentication.StatefulAuthenticationServicePoint
LOGIN_CONTEXT_WRAPPER, scopes
 
Constructor Summary
HttpServletAuthenticationServicePoint(Configuration configuration, Configuration guestConfiguration, Collection<AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>> authenticationSchemeHandlers, String applicationName, StatefulScopes scopes, JGuardCallbackHandler guestCallbackHandler)
           
 
Method Summary
 
Methods inherited from class net.sf.jguard.core.authentication.StatefulAuthenticationServicePoint
authenticationSucceed, getCurrentSubject, getLoginContextWrapper, logout, userTriesToLogout
 
Methods inherited from class net.sf.jguard.core.authentication.AbstractAuthenticationServicePoint
answerToChallenge, authenticate, authenticationSucceededDuringThisRequest, getAuthenticationSchemeHandlers, getGuestSubject, getSubjectInAccessControlContext, impersonateAsGuest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletAuthenticationServicePoint

@Inject
public HttpServletAuthenticationServicePoint(Configuration configuration,
                                                    Configuration guestConfiguration,
                                                    Collection<AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>> authenticationSchemeHandlers,
                                                    String applicationName,
                                                    StatefulScopes scopes,
                                                    JGuardCallbackHandler guestCallbackHandler)


Copyright © 2004-2011. All Rights Reserved.