Interface GraphSecurityConfig.Properties
- All Superinterfaces:
AccessControlConfig.Properties,com.lucidworks.fusion.schema.Model,SecurityFilteringProperties
- Enclosing interface:
- GraphSecurityConfig
public static interface GraphSecurityConfig.Properties
extends SecurityFilteringProperties, AccessControlConfig.Properties
-
Method Summary
Modifier and TypeMethodDescriptionCustom ACL collection name to be used by the plugin config.Methods inherited from interface com.lucidworks.fusion.schema.Model
_data, _put, _typeMethods inherited from interface com.lucidworks.fusion.connector.plugin.api.config.security.SecurityFilteringProperties
enabled
-
Method Details
-
collectionId
String collectionId()Custom ACL collection name to be used by the plugin config. If not set, ACL records will be stored in the content collection (same-collection mode).- Specified by:
collectionIdin interfaceAccessControlConfig.Properties- Returns:
- Name of ACL collection
-