- 
                Notifications
    You must be signed in to change notification settings 
- Fork 18
ReadOnlyInterceptor
        Markus Sabadello edited this page Jul 10, 2014 
        ·
        4 revisions
      
    This interceptor throws an exception when $set or $del operations are attempted on given contexts of the target graph.
- readOnlyAddresses: A list of XDI addresses of read-only context nodes in the graph.
<bean class="xdi2.messaging.target.interceptor.impl.ReadOnlyInterceptor">
	<property name="readOnlyAddresses">
		<util:list>
			<value>[=]:uuid:!1111<#email></value>
			<value>[=]:uuid:!1111<#name></value>
		</util:list>
	</property>
</bean>
This work is licensed under a Creative Commons Attribution 4.0 International License.

