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

org.ligoj.bootstrap.resource.system.session.ISessionSettingsProvider Maven / Gradle / Ivy

There is a newer version: 3.1.22
Show newest version
/*
 * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
 */
package org.ligoj.bootstrap.resource.system.session;

/**
 * Contract to decorate the session settings with any data.
 */
@FunctionalInterface
public interface ISessionSettingsProvider {

	/**
	 * Decorate the session settings.
	 * 
	 * @param settings
	 *            The current session settings. Note it contains at least the user session settings.
	 */
	void decorate(SessionSettings settings);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy