Uses of Class
org.irods.irods4j.high_level.connection.QualifiedUsername
Packages that use QualifiedUsername
-
Uses of QualifiedUsername in org.irods.irods4j.high_level.connection
Methods in org.irods.irods4j.high_level.connection with parameters of type QualifiedUsernameModifier and TypeMethodDescriptionvoidIRODSConnection.connect(String host, int port, QualifiedUsername clientUser) Connects to an iRODS server.voidIRODSConnection.connect(String host, int port, QualifiedUsername proxyUser, QualifiedUsername clientUser) Connects to an iRODS server.voidIRODSConnectionPool.start(String host, int port, QualifiedUsername clientUser, Function<IRODSApi.RcComm, Boolean> authenticator) Synchronously establishes one or more connections to an iRODS server and authenticates each one using the provided authentication callback.voidIRODSConnectionPool.start(ExecutorService executor, String host, int port, QualifiedUsername clientUser, Function<IRODSApi.RcComm, Boolean> authenticator) Asynchronously establishes one or more connections to an iRODS server using the providedExecutorServiceand authenticates each one using the provided authentication callback.