public LifecycleAwareSessionManager()

in common/src/main/java/org/jetbrains/teamcity/vault/support/LifecycleAwareSessionManager.java [62:72]


    public LifecycleAwareSessionManager(@NotNull ClientAuthentication clientAuthentication,
                                        @NotNull TaskScheduler taskScheduler,
                                        @NotNull RestOperations restOperations,
                                        @NotNull FixedTimeoutRefreshTrigger refreshTrigger,
                                        @NotNull BuildProgressLogger logger) {
        this.clientAuthentication = clientAuthentication;
        this.restOperations = restOperations;
        this.taskScheduler = taskScheduler;
        this.refreshTrigger = refreshTrigger;
        this.logger = logger;
    }