public class OAuth2ClientConfig extends Object implements OAuth2TokenConfig
| Constructor and Description |
|---|
OAuth2ClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUrl() |
String |
getClientId() |
String |
getClientSecret() |
String |
getIntrospectionUrl() |
String |
getPublicKeyPath() |
Key |
getSigningKey() |
String |
getTokenUrl() |
void |
setBaseUrl(String baseUrl) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setIntrospectionUrl(String introspectionUrl) |
void |
setPublicKeyPath(String publicKeyPath) |
void |
setTokenUrl(String tokenUrl) |
public String getIntrospectionUrl()
public void setIntrospectionUrl(String introspectionUrl)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public String getTokenUrl()
public void setTokenUrl(String tokenUrl)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getPublicKeyPath()
public void setPublicKeyPath(String publicKeyPath)
public Key getSigningKey() throws Exception
getSigningKey in interface OAuth2TokenConfigExceptionCopyright © 2016 LeanIX GmbH. All rights reserved.