Package com.lucidworks.fusion.connector.plugin.api.config.security
package com.lucidworks.fusion.connector.plugin.api.config.security
-
InterfacesClassDescriptionOnly connectors that produce access control documents and NOT require security filtering should use this type.If a plugin supports graph security trimming its properties must extend from this interface.Do not use this type directly, instead, extend from either one of these: * #
GraphSecurityConfig* #StaticSecurityConfig* #DynamicSecurityConfigIf a plugin supports security trimming its properties must extend from this interface or #DynamicSecurityConfig.