Uses of Class
org.tentackle.session.BackendConfiguration
-
Uses of BackendConfiguration in org.tentackle.session
Methods in org.tentackle.session that return BackendConfigurationModifier and TypeMethodDescriptionstatic BackendConfigurationBackendConfiguration.getDefault(String application, boolean system) Gets the default backend configuration.Methods in org.tentackle.session that return types with arguments of type BackendConfigurationModifier and TypeMethodDescriptionstatic Map<String,BackendConfiguration> BackendConfiguration.getBackendConfigurations(String application, boolean system) Loads all backend configurations for a given application.Methods in org.tentackle.session with parameters of type BackendConfigurationModifier and TypeMethodDescriptionstatic voidBackendConfiguration.setDefault(BackendConfiguration backend, String application, boolean system) Sets the default backend configuration.