Uses of Interface
io.a2a.spec.SecurityScheme
Packages that use SecurityScheme
-
Uses of SecurityScheme in io.a2a.spec
Classes in io.a2a.spec that implement SecuritySchemeModifier and TypeClassDescriptionfinal classRepresents an API Key security scheme.final classRepresents an HTTP authentication security scheme.final classRepresents an OAuth2 security scheme.final classRepresents an OpenID Connect security scheme.Methods in io.a2a.spec that return types with arguments of type SecuritySchemeModifier and TypeMethodDescriptionAgentCard.securitySchemes()Returns the value of thesecuritySchemesrecord component.Method parameters in io.a2a.spec with type arguments of type SecuritySchemeModifier and TypeMethodDescriptionAgentCard.Builder.securitySchemes(Map<String, SecurityScheme> securitySchemes) Constructor parameters in io.a2a.spec with type arguments of type SecuritySchemeModifierConstructorDescriptionAgentCard(String name, String description, String url, AgentProvider provider, String version, String documentationUrl, AgentCapabilities capabilities, List<String> defaultInputModes, List<String> defaultOutputModes, List<AgentSkill> skills, boolean supportsAuthenticatedExtendedCard, Map<String, SecurityScheme> securitySchemes, List<Map<String, List<String>>> security, String iconUrl, List<AgentInterface> additionalInterfaces, String preferredTransport, String protocolVersion) Creates an instance of aAgentCardrecord class.