public static class PoPAuthenticationScheme.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
PoPAuthenticationScheme |
build() |
PoPAuthenticationScheme.Builder |
withHttpMethod(HttpMethod method) |
PoPAuthenticationScheme.Builder |
withNonce(java.lang.String nonce) |
PoPAuthenticationScheme.Builder |
withUrl(java.net.URL url) |
public PoPAuthenticationScheme.Builder withUrl(java.net.URL url)
public PoPAuthenticationScheme.Builder withHttpMethod(HttpMethod method)
public PoPAuthenticationScheme.Builder withNonce(java.lang.String nonce)
public PoPAuthenticationScheme build()