|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--weblogic.servlet.security.AuthFilter | +--com.bea.p13n.servlets.P13NAuthFilter
On WLS recommendation, this use of this class has been deprecated. Its previous functionality has been replaced by the PortalServletFilter.
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 |
public P13NAuthFilter()
Method Detail |
public void doPreAuth(ServletRequest req, ServletResponse res)
This does nothing here.
doPreAuth
in class AuthFilter
public boolean doSuccessAuth(ServletRequest req, ServletResponse res)
doSuccessAuth
in class AuthFilter
protected void initializeProfile(HttpServletRequest req)
public void doFailAuth(ServletRequest req, ServletResponse res)
This method here does nothing.
doFailAuth
in class AuthFilter
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |