@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PactBrokerAuth
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
password
Password to use for authentication
|
java.lang.String |
username
Username to use for authentication
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
scheme
Authentication scheme to use.
|