Uses of Class
com.agentforge4j.llm.LlmSecretReference
Packages that use LlmSecretReference
Package
Description
Public bootstrap entry point — framework-agnostic defaults for AgentForge4j.
LLM implementation support: client resolution, service discovery, and provider wiring.
-
Uses of LlmSecretReference in com.agentforge4j.bootstrap
Methods in com.agentforge4j.bootstrap that return LlmSecretReferenceModifier and TypeMethodDescriptionLlmProviderConfig.apiKeyReference()Returns the value of theapiKeyReferencerecord component.Methods in com.agentforge4j.bootstrap with parameters of type LlmSecretReferenceModifier and TypeMethodDescriptionLlmProviderConfig.ProviderBuilder.apiKeyReference(LlmSecretReference apiKeyReference) Sets the credential as a reference (literal orenv:/sysprop:indirect).EnvSystemPropertyLlmSecretResolver.resolve(LlmSecretReference reference) Constructors in com.agentforge4j.bootstrap with parameters of type LlmSecretReferenceModifierConstructorDescriptionLlmProviderConfig(String provider, LlmSecretReference apiKeyReference, String baseUrl, String defaultModel, Duration connectTimeout, Map<String, String> options) Validatesprovideris non-blank and defensively copiesoptions. -
Uses of LlmSecretReference in com.agentforge4j.llm
Methods in com.agentforge4j.llm that return LlmSecretReferenceModifier and TypeMethodDescriptionStandardNeutralConfiguration.apiKeyReference()Returns the value of theapiKeyReferencerecord component.static LlmSecretReferenceCreates a literal reference wrapping a direct credential value.static LlmSecretReferenceParses a raw configuration value into a reference.static LlmSecretReferenceCreates an indirect reference pointing at a credential held in an external source.Methods in com.agentforge4j.llm that return types with arguments of type LlmSecretReferenceModifier and TypeMethodDescriptiondefault Optional<LlmSecretReference>LlmClientConfiguration.getApiKeyReference()The provider credential, carried as a reference so a raw value never travels through the wiring layer.StandardNeutralConfiguration.getApiKeyReference()Returns the value forkeyas a credential reference (seeparse(java.lang.String)).Methods in com.agentforge4j.llm with parameters of type LlmSecretReferenceModifier and TypeMethodDescriptionLlmSecretResolver.resolve(LlmSecretReference reference) Resolves a credential reference to its live value.Constructors in com.agentforge4j.llm with parameters of type LlmSecretReferenceModifierConstructorDescriptionStandardNeutralConfiguration(String providerId, String defaultModel, Duration connectTimeout, String baseUrl, LlmSecretReference apiKeyReference, Map<String, String> options) Validates the required components and defensively copiesoptions.