Uses of Class
de.xima.fc.persistence.PersistenceUser
Packages that use PersistenceUser
-
Uses of PersistenceUser in de.xima.fc.logic.user
Methods in de.xima.fc.logic.user that return PersistenceUserModifier and TypeMethodDescriptionstatic PersistenceUserUserAdapter.toPersistenceUser(IUser user) Converts anIUserto aPersistenceUsermodel. -
Uses of PersistenceUser in de.xima.fc.persistence.driver
Methods in de.xima.fc.persistence.driver with parameters of type PersistenceUserModifier and TypeMethodDescriptionvoidIDriverService.exportDriverData(String runtimeId, OutputStream os, PersistenceUser user) Exports the driver data associated with the specified runtime ID to the provided output stream.IDriverService.getDriverByJdbcUrl(String jdbcUrl, PersistenceUser user) Retrieves the JDBC driver instance that accepts the given JDBC URL.IDriverService.getDriverInfo(String runtimeId, PersistenceUser user) Retrieves the driver information for the specified runtime ID.@NotNull FileIDriverService.getDriverStorageDirectory(PersistenceUser user) Gets the directory where driver JAR files are stored.@NotNull List<IDriverInfo> IDriverService.getRegisteredDrivers(PersistenceUser user) Retrieves a list of all registered driver information.booleanIDriverUserAccessController.hasDriverPermission(PersistenceUser user, DriverPermissionAction action) @NotNull IDriverInfoIDriverService.registerDriver(InputStream driverStream, String fileName, PersistenceUser user) Registers a new JDBC driver from the provided input stream.voidIDriverService.unregisterDriver(String runtimeId, PersistenceUser user) Unregisters the JDBC driver associated with the specified runtime ID.voidIDriverService.unregisterDriverByFingerprint(String fingerprint, PersistenceUser system) Unregisters the JDBC driver associated with the specified SHA-256 fingerprint.