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,? extends Serializable> params,
List<String> authorizations)
Static method to load and configure an authorization provider from the classpath
|
void |
configure(Map<String,? extends Serializable> 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,? extends Serializable> params)
params - parametersstatic AuthorizationsProvider apply(Map<String,? extends Serializable> params, List<String> authorizations)
params - parametersauthorizations - master set of authorizationsCopyright © 2013–2023. All rights reserved.