|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.jsp.tagext.TagSupport | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTag | +--com.bea.p13n.usermgmt.servlets.jsp.taglib.LogoutTag
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.
com.bea.p13n.usermgmt.servlets.jsp.tags.LoginTag
,
SessionHelper
, Serialized FormFields 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 |
public LogoutTag()
Method Detail |
public int doStartTag() throws javax.servlet.jsp.JspException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |