Uses of Record Class
org.a2aproject.sdk.spec.SecurityRequirement
Packages that use SecurityRequirement
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of SecurityRequirement in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return types with arguments of type SecurityRequirementModifier and TypeMethodDescriptiondefault List<SecurityRequirement>SecurityRequirementMapper.fromProto(List<SecurityRequirement> protoSecurity) Converts proto SecurityRequirement messages to domain security requirements.Methods in org.a2aproject.sdk.grpc.mapper with parameters of type SecurityRequirementModifier and TypeMethodDescriptiondefault SecurityRequirementSecurityRequirementMapper.mapSecurityRequirement(SecurityRequirement domainRequirement) Converts a single domain SecurityRequirement to a proto SecurityRequirement message.Method parameters in org.a2aproject.sdk.grpc.mapper with type arguments of type SecurityRequirementModifier and TypeMethodDescriptiondefault List<SecurityRequirement>SecurityRequirementMapper.toProto(List<SecurityRequirement> domainSecurity) Converts domain security requirements to proto SecurityRequirement messages. -
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.