| Package | Description |
|---|---|
| sila_java.library.server_base | |
| sila_java.library.server_base.binary_transfer.upload | |
| sila_java.library.server_base.standard_features.v1 |
| Modifier and Type | Method and Description |
|---|---|
SiLAServer.Builder |
SiLAServer.Builder.withCustomAuthorizer(AuthorizationController.Authorize authorize)
Allows to set a custom authorize to authorize access to the server feature(s) instead of the default one.
|
| Constructor and Description |
|---|
UploadService(@NonNull BinaryDatabase binaryDatabase,
@NonNull Collection<String> featuresDefinitions,
AuthorizationController.Authorize authorize) |
UploadService(@NonNull BinaryDatabase binaryDatabase,
@NonNull Collection<String> featuresDefinitions,
@NonNull com.google.common.collect.Multimap<String,String> affectedByMetadata,
AuthorizationController.Authorize authorize) |
| Modifier and Type | Field and Description |
|---|---|
static AuthorizationController.Authorize |
AuthorizationController.DEFAULT_AUTHORIZE |
Copyright © 2024 SiLA Java Developers. All rights reserved.