public class LogoutTag extends TagSupport
Logout tag for use with the Yale Central Authentication Service. Clears the indicated attribute and, if 'scope' is 'session', also invalidates the session. Finally, redirects to CAS's logout URL.
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
LogoutTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setLogoutUrl(String logoutUrl) |
void |
setScope(String scope) |
void |
setVar(String var) |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
public int doEndTag()
doEndTag
in interface Tag
doEndTag
in class TagSupport
public void setVar(String var)
public void setScope(String scope)
public void setLogoutUrl(String logoutUrl)
public void release()
release
in interface Tag
release
in class TagSupport
Copyright © 2011 Nuxeo SA. All Rights Reserved.