public class AuthenticationClientOptions extends AuthingClientOptions
REQUEST_FROM, SDK_VERSION| 构造器和说明 |
|---|
AuthenticationClientOptions() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
doRequest(String url,
String method,
Map<String,String> headers,
Object body)
调用
|
String |
getAccessToken() |
String |
getAppHost() |
String |
getAppId() |
String |
getAppSecret() |
String |
getIntrospectionEndPointAuthMethod() |
String |
getLogoutRedirectUri() |
String |
getProtocol() |
String |
getRedirectUri() |
String |
getRevocationEndPointAuthMethod() |
String |
getScope() |
int |
getTimeout() |
String |
getTokenEndPointAuthMethod() |
void |
setAccessToken(String accessToken) |
void |
setAppHost(String appHost) |
void |
setAppId(String appId) |
void |
setAppSecret(String appSecret) |
void |
setIntrospectionEndPointAuthMethod(String introspectionEndPointAuthMethod) |
void |
setLogoutRedirectUri(String logoutRedirectUri) |
void |
setProtocol(String protocol) |
void |
setRedirectUri(String redirectUri) |
void |
setRevocationEndPointAuthMethod(String revocationEndPointAuthMethod) |
void |
setScope(String scope) |
void |
setTokenEndPointAuthMethod(String tokenEndPointAuthMethod) |
public String doRequest(String url, String method, Map<String,String> headers, Object body)
AuthingClientOptionsdoRequest 在类中 AuthingClientOptionsurl - 地址method - 方法body - 请求内容public int getTimeout()
public String getAppId()
public void setAppId(String appId)
public String getAppSecret()
public void setAppSecret(String appSecret)
public String getAppHost()
public void setAppHost(String appHost)
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public String getLogoutRedirectUri()
public void setLogoutRedirectUri(String logoutRedirectUri)
public String getScope()
public void setScope(String scope)
public String getTokenEndPointAuthMethod()
public void setTokenEndPointAuthMethod(String tokenEndPointAuthMethod)
public String getProtocol()
public void setProtocol(String protocol)
public String getIntrospectionEndPointAuthMethod()
public void setIntrospectionEndPointAuthMethod(String introspectionEndPointAuthMethod)
public String getAccessToken()
public void setAccessToken(String accessToken)
public String getRevocationEndPointAuthMethod()
public void setRevocationEndPointAuthMethod(String revocationEndPointAuthMethod)
Copyright © 2022. All rights reserved.