Uses of Class
ecmwf.common.ecaccess.UserSession
Packages that use UserSession
-
Uses of UserSession in ecmwf.common.ecaccess
Methods in ecmwf.common.ecaccess that return UserSessionModifier and TypeMethodDescriptionabstract UserSession
NativeAuthenticationProvider.getUserSession
(String host, String user, ECauthToken token, String profile, Closeable closeable) Gets the user session.abstract UserSession
NativeAuthenticationProvider.getUserSession
(String host, String ticket, String profile, Closeable closeable) Called if we have a ticket.abstract UserSession
NativeAuthenticationProvider.getUserSession
(String host, String user, String password, String profile, Closeable closeable) Called if we have a password. -
Uses of UserSession in ecmwf.common.ftpd
Fields in ecmwf.common.ftpd declared as UserSession -
Uses of UserSession in ecmwf.ecpds.master
Subclasses of UserSession in ecmwf.ecpds.masterModifier and TypeClassDescriptionfinal class
The Class UserDataSpace.Methods in ecmwf.ecpds.master that return UserSessionModifier and TypeMethodDescriptionMasterProvider.getUserSession
(String host, String user, ECauthToken token, String profile, Closeable closeable) Gets the user session.MasterProvider.getUserSession
(String host, String ticket, String profile, Closeable closeable) Called if we have a ticket.MasterProvider.getUserSession
(String host, String user, String password, String profile, Closeable closeable) Called if we have a password. -
Uses of UserSession in ecmwf.ecpds.mover
Subclasses of UserSession in ecmwf.ecpds.moverModifier and TypeClassDescriptionfinal class
The Class UserDataSpace.Methods in ecmwf.ecpds.mover that return UserSessionModifier and TypeMethodDescriptionMoverProvider.getUserSession
(String host, String user, ECauthToken token, String profile, Closeable closeable) Gets the user session.MoverProvider.getUserSession
(String host, String ticket, String profile, Closeable closeable) Called if we have a ticket.MoverProvider.getUserSession
(String host, String user, String password, String profile, Closeable closeable) Called if we have a password.