public class Challenge extends Object
| 构造器和说明 |
|---|
Challenge(String method,
String requestUri,
AuthScheme scheme,
String param)
param
private String param;
/**
Instantiates a new challenge.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2020. All rights reserved.