© 2005 BEA Systems, Inc.

com.bea.p13n.servlets
Class P13NAuthFilter

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byweblogic.servlet.security.AuthFilter
              extended bycom.bea.p13n.servlets.P13NAuthFilter
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

Deprecated. Configure com.bea.p13n.servlets.PortalServletFilter in web.xml

public class P13NAuthFilter
extends AuthFilter

On WLS recommendation, this use of this class has been deprecated. Its previous functionality has been replaced by the PortalServletFilter.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class weblogic.servlet.security.AuthFilter
TARGET_URL
 
Constructor Summary
P13NAuthFilter()
          Deprecated.  
 
Method Summary
 void doFailAuth(ServletRequest req, ServletResponse res)
          Deprecated. Called after a failed authentication in a webapp.
 void doPreAuth(ServletRequest req, ServletResponse res)
          Deprecated. Called just before Authentication and Authorization occur in a webapp.
 boolean doSuccessAuth(ServletRequest req, ServletResponse res)
          Deprecated. Called after a successfull authentication in a webapp.
protected  void initializeProfile(HttpServletRequest req)
          Deprecated. Initialize a ProfileWrapper in the session for the logged in user.
 
Methods inherited from class weblogic.servlet.security.AuthFilter
service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

P13NAuthFilter

public P13NAuthFilter()
Deprecated. 
Method Detail

doFailAuth

public void doFailAuth(ServletRequest req,
                       ServletResponse res)
Deprecated. 
Called after a failed authentication in a webapp.

This method here does nothing.


doPreAuth

public void doPreAuth(ServletRequest req,
                      ServletResponse res)
Deprecated. 
Called just before Authentication and Authorization occur in a webapp.

This does nothing here.


doSuccessAuth

public boolean doSuccessAuth(ServletRequest req,
                             ServletResponse res)
Deprecated. 
Called after a successfull authentication in a webapp. The PortalServletFilter is assumed to be comfigured in the web.xml, which will take care of firing events, swapping profiles if needed, etc.


initializeProfile

protected void initializeProfile(HttpServletRequest req)
Deprecated. 
Initialize a ProfileWrapper in the session for the logged in user.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved