public class GetClientTokenParams extends Object
| Constructor and Description |
|---|
GetClientTokenParams() |
| Modifier and Type | Method and Description |
|---|---|
GetClientTokenParams |
addScopeItem(String scopeItem) |
GetClientTokenParams |
algorithm(String algorithm) |
GetClientTokenParams |
authenticationMethod(String authenticationMethod) |
GetClientTokenParams |
clientId(String clientId) |
GetClientTokenParams |
clientSecret(String clientSecret) |
boolean |
equals(Object o) |
String |
getAlgorithm()
optional but is required if authentication_method=private_key_jwt.
|
String |
getAuthenticationMethod()
if value is missed then basic authentication is used.
|
String |
getClientId()
Get clientId
|
String |
getClientSecret()
Get clientSecret
|
String |
getKeyId()
optional but is required if authentication_method=private_key_jwt.
|
String |
getOpConfigurationEndpoint()
The openid configuration endpoint URL.
|
String |
getOpDiscoveryPath()
Deprecated in favor of `op_configuration_endpoint`.
|
String |
getOpHost()
Deprecated in favor of `op_configuration_endpoint`.
|
List<String> |
getScope()
Get scope
|
int |
hashCode() |
GetClientTokenParams |
keyId(String keyId) |
GetClientTokenParams |
opConfigurationEndpoint(String opConfigurationEndpoint) |
GetClientTokenParams |
opDiscoveryPath(String opDiscoveryPath) |
GetClientTokenParams |
opHost(String opHost) |
GetClientTokenParams |
scope(List<String> scope) |
void |
setAlgorithm(String algorithm) |
void |
setAuthenticationMethod(String authenticationMethod) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setKeyId(String keyId) |
void |
setOpConfigurationEndpoint(String opConfigurationEndpoint) |
void |
setOpDiscoveryPath(String opDiscoveryPath) |
void |
setOpHost(String opHost) |
void |
setScope(List<String> scope) |
String |
toString() |
public GetClientTokenParams opConfigurationEndpoint(String opConfigurationEndpoint)
public String getOpConfigurationEndpoint()
public void setOpConfigurationEndpoint(String opConfigurationEndpoint)
public GetClientTokenParams opHost(String opHost)
public String getOpHost()
public void setOpHost(String opHost)
public GetClientTokenParams opDiscoveryPath(String opDiscoveryPath)
public String getOpDiscoveryPath()
public void setOpDiscoveryPath(String opDiscoveryPath)
public GetClientTokenParams scope(List<String> scope)
public GetClientTokenParams addScopeItem(String scopeItem)
public GetClientTokenParams clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public GetClientTokenParams clientSecret(String clientSecret)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public GetClientTokenParams authenticationMethod(String authenticationMethod)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public GetClientTokenParams algorithm(String algorithm)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public GetClientTokenParams keyId(String keyId)
public String getKeyId()
public void setKeyId(String keyId)
Copyright © 2021. All rights reserved.