Interface AuthorizationsProvider
public interface AuthorizationsProvider
An interface to define passing authorizations.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthorizationsProviderDeprecated.voidConfigures this instance with parameters passed into the DataStoreFinderGets the authorizations for the current context.
-
Field Details
-
AUTH_PROVIDER_SYS_PROPERTY
- See Also:
-
-
Method Details
-
getAuthorizations
Gets the authorizations for the current context. This may change over time (e.g. in a multi-user environment), so the result should not be cached.- Returns:
- authorizations
-
configure
Configures this instance with parameters passed into the DataStoreFinder- Parameters:
params- parameters
-
apply
Deprecated.Moved to `org.locationtech.geomesa.security.AuthUtils.getProvider` for Java 17 compatibility
-