org.acegisecurity.taglibs.authz
Class AuthorizeTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.acegisecurity.taglibs.authz.AuthorizeTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class AuthorizeTag
- extends javax.servlet.jsp.tagext.TagSupport
An implementation of Tag that allows it's body through if some authorizations
are granted to the request's principal.
- Version:
- $Id: AuthorizeTag.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Francois Beausoleil
- See Also:
- Serialized Form
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthorizeTag
public AuthorizeTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
getIfAllGranted
public java.lang.String getIfAllGranted()
getIfAnyGranted
public java.lang.String getIfAnyGranted()
getIfNotGranted
public java.lang.String getIfNotGranted()
setIfAllGranted
public void setIfAllGranted(java.lang.String ifAllGranted)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
setIfAnyGranted
public void setIfAnyGranted(java.lang.String ifAnyGranted)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
setIfNotGranted
public void setIfNotGranted(java.lang.String ifNotGranted)
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
Copyright © 2004-2006 Acegi Technology Pty Limited. All Rights Reserved.