Uses of Interface
com.composum.ai.backend.slingbase.AIConfigurationPlugin
-
Packages that use AIConfigurationPlugin Package Description com.composum.ai.backend.slingbase.impl -
-
Uses of AIConfigurationPlugin in com.composum.ai.backend.slingbase.impl
Classes in com.composum.ai.backend.slingbase.impl that implement AIConfigurationPlugin Modifier and Type Class Description class
OsgiAIConfigurationPluginImpl
This implementation sources its configurations from the OSGI environment, specifically from instances ofGPTPermissionConfiguration
.class
OsgiAIPromptlibConfigurationPluginImpl
This implementation sources the global GPTPromptLibrary configuration from the OSGI environment.class
SlingCaConfigPluginImpl
Reads configurations using Sling context aware configuration.Fields in com.composum.ai.backend.slingbase.impl with type parameters of type AIConfigurationPlugin Modifier and Type Field Description protected List<AIConfigurationPlugin>
AIConfigurationServiceImpl. plugins
-