Interface SchemaServiceAuthenticatedMutator

All Superinterfaces:
AutoCloseable, NamedImplementation, SchemaService
All Known Implementing Classes:
SchemaServiceEtcdImpl, SchemaServiceKvImpl

public interface SchemaServiceAuthenticatedMutator
extends SchemaService
Extend SchemaService with mutating methods that accept UserContext. These methods are to be used only in contexts where the user is authenticated by the caller.
Deephaven internal use only.