Provides the ability to grant or deny access to a panel, based on a security role in My webMethods Server.
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.panel.AccessControlGroup |
Handler Class | None |
Renderer Type | None |
Description | Access Control to a Panel |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
allowed-security-role | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The Security Role allowed to access this Control |
denied-security-role | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The Security Role denied access to this Control |
Output generated by Vdldoc View Declaration Language Documentation Generator.