The ApolloServerSettingsMandatory.propertiesfile
SchemaResource
The file that contains the schema for the Chart Store or the Information Store. This setting can be removed if the deployment includes neither store. When specified, this XML file needs to be on the classpath.
By default, the value is law-enforcement-schema.xml
ChartingSchemesResource
The file that contains charting schemes for the Chart Store or the Information Store. This setting can be removed if the deployment includes neither store. When specified, this XML file needs to be on the classpath.
By default, the value is law-enforcement-schema-charting-schemes.xml
Gateway.External.SchemaResource
A file that contains a gateway schema for this deployment of i2 Analyze. This setting can be removed if the deployment does not require a gateway schema. When specified, this XML file needs to be on the classpath.
Gateway.External.ChartingSchemesResource
A file that contains gateway charting schemes for this deployment of i2 Analyze. This setting can be removed if the deployment does not include a gateway schema. When specified, this XML file needs to be on the classpath.
UserGroupsProvider
The full class name of the user group provider. To retrieve user groups from the Open Liberty user registry, specify com.i2group.disco.user.WebSphereUserGroupsProvider
To retrieve user groups from a claims-based mechanism, for example OpenID Connect (OIDC), specify com.i2group.disco.user.ClaimsBasedUserGroupsProvider
By default, the value is com.i2group.disco.user.WebSphereUserGroupsProvider
DynamicSecuritySchemaResource
The security schema file, which defines the security dimensions and values that are available in the system, and the mapping of user groups to dimension values. This (XML) file needs to be on the classpath.
By default, the value is example-dynamic-security-schema.xml
AuditLogger
The full class name of the audit logger. If no auditing is required, specify com.i2group.disco.audit.NoOpAuditLogger
By default, the value is com.i2group.disco.audit.NoOpAuditLogger
DefaultSecurityDimensionValuesProvider
The full class name of the default security dimension values provider. Use com.i2group.disco.user.PropertyBasedDefaultSecurityDimensionValuesProvider to set the default security dimension values on a record to the list from the DefaultSecurityDimensionValues element in your security schema. This is only applicable to the Information Store with Opal Services.
By default, the value is com.i2group.disco.user.PropertyBasedDefaultSecurityDimensionValuesProvider