1 package org.kuali.common.util.secure.channel.spring; 2 3 import org.kuali.common.util.secure.channel.SecureChannel; 4 5 public interface SecureChannelConfig { 6 7 SecureChannel secureChannel(); 8 9 }