public class Challenge extends Object
| Constructor and Description |
|---|
Challenge(String method,
String requestUri,
AuthScheme scheme,
String param)
param
private String param;
/**
Instantiates a new challenge.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Gets the method.
|
String |
getParam()
Gets the param.
|
String |
getRequestUri()
Gets the request uri.
|
AuthScheme |
getScheme()
Gets the scheme.
|
public Challenge(String method, String requestUri, AuthScheme scheme, String param)
method - the methodrequestUri - the request urischeme - the schemeparam - the parampublic AuthScheme getScheme()
public String getParam()
public String getMethod()
public String getRequestUri()
Copyright © 2021. All rights reserved.