public class GetClientTokenParams extends Object implements IParams
| Constructor and Description |
|---|
GetClientTokenParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getAuthenticationMethod() |
String |
getClientId() |
String |
getClientSecret() |
String |
getKeyId() |
String |
getOpDiscoveryPath() |
String |
getOpHost() |
List<String> |
getScope() |
void |
setAlgorithm(String algorithm) |
void |
setAuthenticationMethod(String authenticationMethod) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setKeyId(String keyId) |
void |
setOpDiscoveryPath(String opDiscoveryPath) |
void |
setOpHost(String opHost) |
void |
setScope(List<String> scope) |
String |
toString() |
public String getOpDiscoveryPath()
public void setOpDiscoveryPath(String opDiscoveryPath)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getOpHost()
public void setOpHost(String opHost)
public String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getKeyId()
public void setKeyId(String keyId)
Copyright © 2020. All rights reserved.