© 2002 BEA Systems, Inc.


com.bea.p13n.usermgmt.servlets.jsp.taglib
Class LogoutTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag
              |
              +--com.bea.p13n.usermgmt.servlets.jsp.taglib.LogoutTag

public class LogoutTag
extends UserManagementTag

Corresponds to <um:logout>.

The <um:logout> tag ends the current user's WLS session. It will also clear a cached user profile. This is independent of the webflow user session tracking, and should be used in combination with the <um:login> tag.

Note: LogoutTag has no tag attributes.

See Also:
com.bea.p13n.usermgmt.servlets.jsp.tags.LoginTag, SessionHelper, Serialized Form

Fields inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag
GROUP_MGR_REF, USER_MGR_REF
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
LogoutTag()
           
 
Method Summary
 int doStartTag()
          End a user's session by removing it from the HttpSession
 
Methods inherited from class com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag
getGroupManager, getUserManager, release
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutTag

public LogoutTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
End a user's session by removing it from the HttpSession

Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved