public class AuthDancerCredentialConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthDancerCredentialConfig.Builder
Builder implementation for creating a
TokenParserConfig instance |
| Constructor and Description |
|---|
AuthDancerCredentialConfig(String clientId,
String clientSecret,
ClientCredentialsLocation clientCredentialsLocation) |
| Modifier and Type | Method and Description |
|---|---|
static AuthDancerCredentialConfig.Builder |
builder() |
ClientCredentialsLocation |
getClientCredentialsLocation() |
String |
getClientId() |
String |
getClientSecret() |
void |
setClientCredentialsLocation(ClientCredentialsLocation clientCredentialsLocation) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
public AuthDancerCredentialConfig(String clientId, String clientSecret, ClientCredentialsLocation clientCredentialsLocation)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public ClientCredentialsLocation getClientCredentialsLocation()
public void setClientCredentialsLocation(ClientCredentialsLocation clientCredentialsLocation)
public static AuthDancerCredentialConfig.Builder builder()
Copyright © 2024. All rights reserved.