public class EntitlementAdministratorPropertyProvider extends EntitlementPropertyProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_KEY_AUTHORIZATION_URL |
static String |
CONFIGURATION_KEY_CLIENTID |
static String |
CONFIGURATION_KEY_ENTITLEMENT_URL |
static String |
CONFIGURATION_KEY_SECRET |
configuration| Constructor and Description |
|---|
EntitlementAdministratorPropertyProvider(Map<String,String> configuration) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getProperties(EntitlementPropertyFilter filter,
Locale locale) |
org.springframework.web.client.RestTemplate |
getRestTemplate() |
Map |
getTokenResponse() |
void |
validateConfiguration(Map<String,String> configuration) |
public static final String CONFIGURATION_KEY_AUTHORIZATION_URL
public static final String CONFIGURATION_KEY_SECRET
public static final String CONFIGURATION_KEY_CLIENTID
public static final String CONFIGURATION_KEY_ENTITLEMENT_URL
public Map<String,String> getProperties(EntitlementPropertyFilter filter, Locale locale)
getProperties in class EntitlementPropertyProviderpublic org.springframework.web.client.RestTemplate getRestTemplate()
public Map getTokenResponse()
public void validateConfiguration(Map<String,String> configuration) throws Exception
validateConfiguration in class EntitlementPropertyProviderExceptionCopyright © 2019–2021 personify. All rights reserved.