<c:list-property name="securityConfig" min="2" max="4" displayName="Security Configurations" description="This element specifies a XML fragment which describes the access control list to be used by the SecurityManager to authorize client operations against the destination. The content model is the same as for the SecurityManager SecurityConf attribute."> <c:map-property name="role" displayName="Security Configuration Attributes" description="These are the attributes that define the role name, and if the role is allowed to read, write or create Messages on this Queue."> <c:simple-property name="name" description="Name of the Security Role. e.g. Guest" summary="true" required="true"/> <c:simple-property name="read" description="Is this role allowed to read messages?" summary="true" required="false" type="boolean"/> <c:simple-property name="write" description="Is this role allowed to write messages?" summary="true" required="false" type="boolean"/> <c:simple-property name="create" description="Is this role allowed to create messages?" summary="true" required="false" type="boolean"/> </c:map-property> </c:list-property>
@author Ian Springer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|