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 classDefines a security scheme using an API key.final classDefines a security scheme using HTTP authentication.final classDefines a security scheme using mTLS authentication.final classDefines a security scheme using OAuth 2.0.final classDefines a security scheme using OpenID Connect.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, List<AgentCardSignature> signatures) Creates an instance of aAgentCardrecord class.