Package org.projectnessie.services.rest
Class RestTreeService
- java.lang.Object
-
- org.projectnessie.services.impl.BaseApiImpl
-
- org.projectnessie.services.impl.TreeApiImpl
-
- org.projectnessie.services.impl.TreeApiImplWithAuthorization
-
- org.projectnessie.services.rest.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
-
-
-
-
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)
-
-