Class RestTreeService

  • All Implemented Interfaces:
    org.projectnessie.services.spi.TreeService

    @RequestScoped
    @ValidateOnExecution(type=ALL)
    public class RestTreeService
    extends org.projectnessie.services.impl.TreeApiImplWithAuthorization
    • Constructor Summary

      Constructors 
      Constructor Description
      RestTreeService()  
      RestTreeService​(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.TreeApiImplWithAuthorization

        assignReference, commitMultipleOperations, createReference, deleteReference, filterEntries, getAllReferences, getCommitLog, getReferenceByName, mergeRefIntoBranch, transplantCommitsIntoBranch
      • Methods inherited from class org.projectnessie.services.impl.TreeApiImpl

        assignReference, deleteReference, fromKey, getCommitLog, getDefaultBranch, getEntries, toKey, toOp
      • 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

      • RestTreeService

        public RestTreeService()
      • RestTreeService

        @Inject
        public RestTreeService​(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)