Class 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
    • Field Summary

      • Fields inherited from class org.projectnessie.services.impl.BaseApiImpl

        ACCESS_CHECK_BATCH_SIZE
    • 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
      • Methods inherited from class org.projectnessie.services.impl.BaseApiImpl

        commitMetaUpdate, createAccessContext, getAuthorizer, getConfig, getPrincipal, getStore, startAccessCheck
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)