Uses of Record Class
org.a2aproject.sdk.spec.SecurityRequirement
Packages that use SecurityRequirement
-
Uses of SecurityRequirement in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return SecurityRequirementModifier and TypeMethodDescriptionSecurityRequirement.Builder.build()Builds an immutableSecurityRequirementfrom the current builder state.Methods in org.a2aproject.sdk.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 org.a2aproject.sdk.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.