All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tclisten.autoconfigure.SslProps Maven / Gradle / Ivy

package tclisten.autoconfigure;
import org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer;

/*
 * 
 * Copyright (c) 2016 CWIE, LLC
 * 
 * This source is subject to the [] License.  Please see License.txt file
 * for more information.  All other rights reserved.
 *
 * THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF
 * ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
 * PARTICULAR PURPOSE.
 * 
 * John Anderson
 * [email protected]
 * Aug 10, 2016
 * 
 */

/**
 * @author John Anderson
 * Define a customizer returning method.
 */
public interface SslProps {

	/**
	 * Get an SSL configuration customizer.
	 * @return The customizer.
	 */
	public TomcatConnectorCustomizer getCustomizer();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy