| Annotation Type | Description |
|---|---|
| ApiKeyAuth |
Describes a Connection with is secured through an API Key
|
| BasicAuth |
Describes a Connection with is secured through Basic Authentication
This annotation is to be applied on
ConnectionProvider implementations |
| ConfiguresNtlmProxy |
Indicates that the annotated class models the configuration of a NTLM Proxy
This annotation is to be used on parameters which model a statically typed object (pojos or statically typed json, xml, etc)
|
| ConfiguresProxy |
Indicates that the annotated class models the configuration of a generic Proxy
This annotation is to be used on parameters which model a statically typed object (pojos or statically typed json, xml, etc).
|
| DigestAuth |
Describes a Connection with is secured through Digest Authentication
This annotation is to be applied on
ConnectionProvider implementations |
| Domain |
Indicates that the annotated parameter represent a network domain.
|
| Endpoint |
Indicates that the annotated parameter represents an Endpoint
|
| Host |
Indicates that the annotated parameter represents a network host
|
| KerberosAuth |
Describes a Connection with is secured through Kerberos.
|
| NtlmDomain |
Indicates that the annotated parameter represent a NTLM domain.
|
| Port |
Indicates that the annotated parameter represent a network port.
|
| Unsecured |
Describes a Connection which is not secured through any authentication type.
|
| Url |
Indicates that the annotated parameter represent an URL
|
| UrlPath |
Indicates that the annotated parameter represent a path relative to a base URL
|
Copyright © 2021. All rights reserved.