Uses of Record Class
io.a2a.spec.SecurityRequirement
Packages that use SecurityRequirement
-
Uses of SecurityRequirement in io.a2a.spec
Methods in io.a2a.spec that return SecurityRequirementModifier and TypeMethodDescriptionSecurityRequirement.Builder.build()Builds an immutableSecurityRequirementfrom the current builder state.Methods in io.a2a.spec that return types with arguments of type SecurityRequirementModifier and TypeMethodDescription@Nullable List<SecurityRequirement>AgentCard.securityRequirements()Returns the value of thesecurityRequirementsrecord component.@Nullable List<SecurityRequirement>AgentSkill.securityRequirements()Returns the value of thesecurityRequirementsrecord component.Method parameters in io.a2a.spec with type arguments of type SecurityRequirementModifier and TypeMethodDescriptionAgentCard.Builder.securityRequirements(List<SecurityRequirement> securityRequirements) Sets the list of security requirements for accessing the agent.AgentSkill.Builder.securityRequirements(List<SecurityRequirement> securityRequirements) Sets security requirements specific to this skill.