Class RestRefLogService

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

    @RequestScoped
    @RequestScoped
    @ValidateOnExecution(type=ALL)
    @ValidateOnExecution(type=ALL)
    public class RestRefLogService
    extends org.projectnessie.services.impl.RefLogApiImpl
    • Field Summary

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

        ACCESS_CHECK_BATCH_SIZE
    • Constructor Summary

      Constructors 
      Constructor Description
      RestRefLogService()  
      RestRefLogService​(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.RefLogApiImpl

        getRefLog
      • 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

      • RestRefLogService

        public RestRefLogService()
      • RestRefLogService

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