Uses of Interface
com.composum.ai.backend.slingbase.AIConfigurationPlugin
-
Packages that use AIConfigurationPlugin Package Description com.composum.ai.aem.core.impl com.composum.ai.backend.slingbase.impl com.composum.ai.composum.bundle.service -
-
Uses of AIConfigurationPlugin in com.composum.ai.aem.core.impl
Classes in com.composum.ai.aem.core.impl that implement AIConfigurationPlugin Modifier and Type Class Description class
AemAIConfigurationPlugin
Implements AEM specific methods ofAIConfigurationPlugin
. -
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
-
Uses of AIConfigurationPlugin in com.composum.ai.composum.bundle.service
Classes in com.composum.ai.composum.bundle.service that implement AIConfigurationPlugin Modifier and Type Class Description class
ComposumAIConfigurationPlugin
Implements Composum specific methods of AIConfigurationPlugin.
-