public interface AuthorizationsProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_PROVIDER_SYS_PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationsProvider |
apply(Map<String,?> params,
List<String> authorizations)
Deprecated.
|
void |
configure(Map<String,?> params)
Configures this instance with parameters passed into the DataStoreFinder
|
List<String> |
getAuthorizations()
Gets the authorizations for the current context.
|
static final String AUTH_PROVIDER_SYS_PROPERTY
List<String> getAuthorizations()
void configure(Map<String,?> params)
params - parameters@Deprecated static AuthorizationsProvider apply(Map<String,?> params, List<String> authorizations)
Copyright © 2013–2024. All rights reserved.