public interface AuthConfigurationProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Get the application id associated to the client credentials.
|
URL |
getAuthServiceBaseUrl()
Get the authorization service base URL.
|
String |
getClientId()
Get the client id.
|
String |
getClientSecret()
Get the client secret.
|
@Nullable String getApplicationId()
@Nonnull @NotEmpty String getClientId()
@Nonnull @NotEmpty String getClientSecret()
@Nonnull @NotEmpty URL getAuthServiceBaseUrl()
Copyright © 2015 Covisint. All rights reserved.