Package org.projectnessie.services.rest
Class RestContentService
- java.lang.Object
-
- org.projectnessie.services.impl.BaseApiImpl
-
- org.projectnessie.services.impl.ContentApiImpl
-
- org.projectnessie.services.rest.RestContentService
-
- All Implemented Interfaces:
org.projectnessie.services.spi.ContentService
@RequestScoped @RequestScoped @ValidateOnExecution(type=ALL) @ValidateOnExecution(type=ALL) public class RestContentService extends org.projectnessie.services.impl.ContentApiImpl
-
-
Constructor Summary
Constructors Constructor Description RestContentService()RestContentService(org.projectnessie.services.config.ServerConfig config, org.projectnessie.versioned.VersionStore store, org.projectnessie.services.authz.Authorizer authorizer, java.util.function.Supplier<java.security.Principal> principal)
-
Method Summary
-
Methods inherited from class org.projectnessie.services.impl.ContentApiImpl
getContent, getMultipleContents, toContentKey
-
-
-
-
Constructor Detail
-
RestContentService
public RestContentService()
-
RestContentService
@Inject @Inject public RestContentService(org.projectnessie.services.config.ServerConfig config, org.projectnessie.versioned.VersionStore store, org.projectnessie.services.authz.Authorizer authorizer, java.util.function.Supplier<java.security.Principal> principal)
-
-