Uses of Record Class
org.a2aproject.sdk.spec.AuthenticationInfo
Packages that use AuthenticationInfo
Package
Description
JSON processing exceptions for the A2A Java SDK.
-
Uses of AuthenticationInfo in org.a2aproject.sdk.compat03.conversion.mappers.domain
Methods in org.a2aproject.sdk.compat03.conversion.mappers.domain that return AuthenticationInfoModifier and TypeMethodDescriptiondefault AuthenticationInfoAuthenticationInfoMapper_v0_3.toV10(AuthenticationInfo_v0_3 v03) Converts v0.3 AuthenticationInfo to v1.0 AuthenticationInfo.default AuthenticationInfoAuthenticationInfoMapper_v0_3.toV10FromPushNotification(PushNotificationAuthenticationInfo_v0_3 v03) Converts v0.3 PushNotificationAuthenticationInfo to v1.0 AuthenticationInfo.Methods in org.a2aproject.sdk.compat03.conversion.mappers.domain with parameters of type AuthenticationInfoModifier and TypeMethodDescriptiondefault AuthenticationInfo_v0_3AuthenticationInfoMapper_v0_3.fromV10(AuthenticationInfo v10) Converts v1.0 AuthenticationInfo to v0.3 AuthenticationInfo.AuthenticationInfoMapper_v0_3.fromV10ToPushNotification(AuthenticationInfo v10) Converts v1.0 AuthenticationInfo to v0.3 PushNotificationAuthenticationInfo. -
Uses of AuthenticationInfo in org.a2aproject.sdk.grpc.mapper
Methods in org.a2aproject.sdk.grpc.mapper that return AuthenticationInfoModifier and TypeMethodDescriptionAuthenticationInfoMapper.fromProto(AuthenticationInfo proto) Converts proto AuthenticationInfo to domain AuthenticationInfo.AuthenticationInfoMapperImpl.fromProto(AuthenticationInfo proto) Methods in org.a2aproject.sdk.grpc.mapper with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionAuthenticationInfoMapper.toProto(AuthenticationInfo domain) Converts domain AuthenticationInfo to proto AuthenticationInfo.AuthenticationInfoMapperImpl.toProto(AuthenticationInfo domain) -
Uses of AuthenticationInfo in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return AuthenticationInfoModifier and TypeMethodDescription@Nullable AuthenticationInfoTaskPushNotificationConfig.authentication()Returns the value of theauthenticationrecord component.Methods in org.a2aproject.sdk.spec with parameters of type AuthenticationInfoModifier and TypeMethodDescriptionTaskPushNotificationConfig.Builder.authentication(AuthenticationInfo authentication) Sets complex authentication information.Constructors in org.a2aproject.sdk.spec with parameters of type AuthenticationInfoModifierConstructorDescriptionTaskPushNotificationConfig(String id, @Nullable String taskId, String url, @Nullable String token, @Nullable AuthenticationInfo authentication, @Nullable String tenant) Compact constructor for validation.