package com.asolutions.scmsshd.commands.filters; public interface IAllowedCommandFilterProvider { IAllowedCommandFilter provide(); }