ALES Tags
Tag isAccessAllowedQueryResources


The isAccessAllowedQueryResources tag will call the ALES runtime using the query resource extra attribute. This tag does not have a body associated with it. Instead, it returns a set of data that can be consumed by the jsp. The grantedVar attribute will set a variable to contain the granted response from the authorization and roll mapping engine (ARME). The deniedVar attribute will set a variable to contain the denied response from the ARME. If the ARME configuration file is not found, this tag will not set any data for the JSP to consume.


Tag Information
Tag Classcom.bea.ales.tags.IsAccessAllowedQueryResourcesTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
resourceyesfalsejava.lang.StringThe resource to pass into isAccessAllowed. If setSecurityContext has bee used then this resource will be pre-pended with the value from it.
actionnofalsejava.lang.StringThe action to pass into isAccessAllowed
queryAttributeNamenofalsejava.lang.StringThe name of the attribute to query these resources for. By default the value is empty string which will return the name of the resource as it's found within ALES.
responseVarnofalsejava.lang.StringThe name of the Map of strings that will contain responses from calling isAccessAllowed.
responseVarScopenofalsejava.lang.StringThe scope of the responseVar variable. It can be PAGE, REQUEST, SESSION or APPLICATION. The default scope will be PAGE.
grantedVarnofalsejava.lang.StringThe name of the collection of strings variable to create with the granted resources list.
grantedVarScopenofalsejava.lang.StringThe scope of the grantedVar variable. It can be PAGE, REQUEST, SESSION or APPLICATION. The default scope will be PAGE.
deniedVarnofalsejava.lang.StringThe name of the collection of strings variable to create with the denied resources list.
deniedVarScopenofalsejava.lang.StringThe scope of the deneidVar variable. It can be PAGE, REQUEST, SESSION or APPLICATION. The default scope will be PAGE.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.