Package com.inductiveautomation.ignition.gateway.tags.managed
package com.inductiveautomation.ignition.gateway.tags.managed
-
ClassDescriptionAllows the Managed Tag Provider to manage how tag deletion requests are processed.A Managed Tag Provider is one that is managed by outside code- in other words, not one created by the user.A more secure
WriteHandler
sinceSecureWriteHandler.write(TagPath, Object)
delegates toSecureWriteHandler.write(TagPath, Object, SecurityContext)
with aSecurityContext.emptyContext()
by default.Note: it is recommended to extend theSecureWriteHandler
instead of theWriteHandler
directly.