Uses of Class
org.tentackle.session.BackendConfiguration
-
Packages that use BackendConfiguration Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of BackendConfiguration in org.tentackle.session
Methods in org.tentackle.session that return BackendConfiguration Modifier and Type Method Description static BackendConfigurationBackendConfiguration. getDefault(java.lang.String application, boolean system)Gets the default backend configuration.Methods in org.tentackle.session that return types with arguments of type BackendConfiguration Modifier and Type Method Description static java.util.Map<java.lang.String,BackendConfiguration>BackendConfiguration. getBackendConfigurations(java.lang.String application, boolean system)Loads all backend configurations for a given application.Methods in org.tentackle.session with parameters of type BackendConfiguration Modifier and Type Method Description static voidBackendConfiguration. setDefault(BackendConfiguration backend, java.lang.String application, boolean system)Sets the default backend configuration.
-