Serialized Form
-
Package com.mulesoft.connectors.a2a.api.certificate
-
Class com.mulesoft.connectors.a2a.api.certificate.AlternativeNameData
class AlternativeNameData extends Object implements Serializable-
Serialized Fields
-
name
String name
-
type
int type
-
-
-
Class com.mulesoft.connectors.a2a.api.certificate.CertificateData
class CertificateData extends Object implements Serializable- serialVersionUID:
- -1585440601605666277L
-
Serialized Fields
-
basicConstraints
int basicConstraints
-
criticalOids
Set<String> criticalOids
-
encoded
byte[] encoded
-
extendedKeyUsage
List<String> extendedKeyUsage
-
extensions
List<CertificateExtension> extensions
-
hasUnsupportedCriticalExtensions
boolean hasUnsupportedCriticalExtensions
-
issuerAlternativeNames
List<AlternativeNameData> issuerAlternativeNames
-
issuerDN
PrincipalData issuerDN
-
issuerUniqueID
boolean[] issuerUniqueID
-
keyUsage
boolean[] keyUsage
-
nonCriticalOids
Set<String> nonCriticalOids
-
notAfter
Date notAfter
-
notBefore
Date notBefore
-
publicKey
PublicKeyData publicKey
-
serialNumber
BigInteger serialNumber
-
sigAlgName
String sigAlgName
-
sigAlgOID
String sigAlgOID
-
sigAlgParams
byte[] sigAlgParams
-
signature
byte[] signature
-
subjectAlternativeNames
List<AlternativeNameData> subjectAlternativeNames
-
subjectDN
PrincipalData subjectDN
-
type
String type
-
version
int version
-
-
Class com.mulesoft.connectors.a2a.api.certificate.CertificateExtension
class CertificateExtension extends Object implements Serializable -
Class com.mulesoft.connectors.a2a.api.certificate.PrincipalData
class PrincipalData extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.mulesoft.connectors.a2a.api.certificate.PublicKeyData
class PublicKeyData extends Object implements Serializable-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
modulus
BigInteger modulus
-
params
BigInteger params
-
publicKey
String publicKey
-
-
-
-
Package com.mulesoft.connectors.a2a.api.listener
-
Class com.mulesoft.connectors.a2a.api.listener.RequestAttributes
class RequestAttributes extends Object implements Serializable-
Serialized Fields
-
clientCertificate
CertificateData clientCertificate
Client certificate (if 2 way TLS is enabled). Former 'http.client.cert'. -
contextId
String contextId
The context ID assigned to this task, either provided by client or auto generated by the connector -
headers
org.mule.runtime.api.util.MultiMap<String,
String> headers The HTTP headers received in the request. -
localAddress
String localAddress
Local host address from the server. -
method
String method
HTTP method of the request. Former 'http.method'. -
queryParams
org.mule.runtime.api.util.MultiMap<String,
String> queryParams The query parameters received in the HTTP request. -
remoteAddress
String remoteAddress
Remote host address from the sender. Former 'http.remote.address'. -
scheme
String scheme
HTTP scheme of the request. Former 'http.scheme'. -
taskId
String taskId
The ID assigned to this task, either provided by client or auto generated by the connector -
version
String version
HTTP version of the request. Former 'http.version'.
-
-
-
-
Package com.mulesoft.connectors.a2a.api.model.transport
-
Class com.mulesoft.connectors.a2a.api.model.transport.ResponseAttributes
class ResponseAttributes extends Object implements Serializable
-
-
Package com.mulesoft.connectors.a2a.internal.error.exception
-
Exception com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException
class AgentCardDiscoveryException extends org.mule.runtime.api.connection.ConnectionException implements Serializable-
Serialized Fields
-
requestUri
URI requestUri
-
-
-
Exception com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException.HttpErrorException
class HttpErrorException extends AgentCardDiscoveryException implements Serializable -
Exception com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException.InvalidAgentCardException
class InvalidAgentCardException extends AgentCardDiscoveryException implements Serializable-
Serialized Fields
-
responseJson
String responseJson
-
-
-
Exception com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException.NotFoundException
class NotFoundException extends AgentCardDiscoveryException.HttpErrorException implements Serializable -
Exception com.mulesoft.connectors.a2a.internal.error.exception.AgentCardDiscoveryException.TimeoutException
class TimeoutException extends AgentCardDiscoveryException implements Serializable -
Exception com.mulesoft.connectors.a2a.internal.error.exception.ClientException
class ClientException extends org.mule.runtime.extension.api.exception.ModuleException implements Serializable-
Serialized Fields
-
errorMessage
org.mule.runtime.api.message.Message errorMessage
-
responseAttributes
ResponseAttributes responseAttributes
-
responseBody
String responseBody
-
-
-
-
Package com.mulesoft.connectors.a2a.internal.server.agent.push
-
Class com.mulesoft.connectors.a2a.internal.server.agent.push.EffectivePushNotificationConfig
class EffectivePushNotificationConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalHeaders
org.mule.runtime.api.util.MultiMap<String,
String> additionalHeaders -
authentication
org.mule.extension.http.api.request.authentication.HttpRequestAuthentication authentication
-
id
String id
-
proxyConfig
org.mule.extension.http.api.request.proxy.HttpProxyConfig proxyConfig
-
timeout
int timeout
-
token
String token
-
url
String url
-
-
-
Package com.mulesoft.connectors.a2a.internal.server.agent.repository
-
Class com.mulesoft.connectors.a2a.internal.server.agent.repository.TaskRepositoryItem
class TaskRepositoryItem extends Object implements Serializable-
Serialized Fields
-
pushNotificationConfigs
List<EffectivePushNotificationConfig> pushNotificationConfigs
-
taskJson
String taskJson
-
-
-