Uses of Interface
de.espirit.firstspirit.access.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return ConnectionModifier and TypeMethodDescriptionAdminService.getConnection()Provides access to the connection.static @NotNull ConnectionConnectionManager.getConnection(String host, int port, int mode, @Nullable String servletzone, String module, CallbackHandler cbHandler) Create a connection accessor to a FirstSpirit server.static @NotNull ConnectionConnectionManager.getConnection(String host, int port, int mode, String login, char[] password) Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.static ConnectionConnectionManager.getConnection(String host, int port, int mode, String login, String password) Deprecated.static @NotNull ConnectionConnectionManager.getConnection(String host, int port, int mode, String servletZone, String login, char[] password) Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.static @NotNull ConnectionConnectionManager.getConnection(String host, int port, int mode, String servletZone, String login, String password) Deprecated.since 5.2.250702, useConnectionManager.getConnection(String, int, int, String, String, char[])insteadstatic @NotNull ConnectionConnectionManager.getConnection(String host, int port, int mode, String servletZone, String login, Map<?, ?> loginParams) Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.static @NotNull ConnectionConnectionManager.getConnection(String host, int port, int mode, String login, Map<?, ?> loginParams) Create a connection to a FIRSTspirit server instance, the physical connection is not already established after this call.@Nullable ConnectionHost.getConnection()Return theConnectionScriptContext.getConnection()Return theConnectionfor the script contextUserService.getConnection()Get the connection of this userservice.Connection.getRemoteConnection(RemoteProjectConfiguration config) Returns the remote connection specified by the givenRemoteProjectConfiguration. -
Uses of Connection in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value with parameters of type ConnectionModifier and TypeMethodDescriptionvoidPermissions.setConnection(Connection connection) Sets the connection to be used for permissions. -
Uses of Connection in de.espirit.firstspirit.module
Methods in de.espirit.firstspirit.module that return ConnectionMethods in de.espirit.firstspirit.module with parameters of type ConnectionModifier and TypeMethodDescriptionvoidServiceProxy.init(T service, Connection connection) Initializes this service proxy. -
Uses of Connection in de.espirit.firstspirit.server.clustering
Methods in de.espirit.firstspirit.server.clustering with parameters of type ConnectionModifier and TypeMethodDescriptionstatic voidClusterHelper.clearProjectCaches(@NotNull Connection connection, long projectId) Clear cached resources on a cluster node.static voidClusterHelper.clearProjectCaches(@NotNull Connection connection, @NotNull String clusterNodeName, long projectId) Clear cached resources on a cluster node. -
Uses of Connection in de.espirit.firstspirit.server.mediamanagement.exif
Fields in de.espirit.firstspirit.server.mediamanagement.exif with type parameters of type ConnectionModifier and TypeFieldDescriptionstatic final BiFunction<BufferedInputStream,Connection, ExifData> ExifData.EXIF_DATA_GENERATORGenerator to create a new ExifData instance based on givenBufferedInputStreamandConnection. -
Uses of Connection in de.espirit.firstspirit.web
Methods in de.espirit.firstspirit.web that return ConnectionModifier and TypeMethodDescriptionstatic @Nullable ConnectionConnectionExtractor.extractConnectionFromRequest(@NotNull jakarta.servlet.http.HttpServletRequest request) Extracts the current establishedConnectionto the FirstSpirit server from anHttpServletRequest.
ConnectionManager.getConnection(String, int, int, String, char[])instead