Uses of Class
ecmwf.common.database.WebUser
Packages that use WebUser
Package
Description
-
Uses of WebUser in ecmwf.common.database
Fields in ecmwf.common.database declared as WebUserMethods in ecmwf.common.database that return WebUserModifier and TypeMethodDescriptionDataGet.getWebUser
(String id) Gets the web user.WeuCat.getWebUser()
Gets the web user.WebUser[]
DataGet.getWebUserArray()
Gets the web user array.DataGet.getWebUserObject
(String id) Gets the web user object.Methods in ecmwf.common.database that return types with arguments of type WebUserModifier and TypeMethodDescriptionECpdsBase.getUsersPerCategoryId
(String categoryId) Gets the users per category id.Methods in ecmwf.common.database with parameters of type WebUserModifier and TypeMethodDescriptionint
ECpdsBase.removeWebUser
(WebUser user) Removes the web user.void
WeuCat.setWebUser
(WebUser param) Sets the web user. -
Uses of WebUser in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return WebUserModifier and TypeMethodDescriptionDataBaseInterface.getWebUser
(String id) Gets the web user.ECpdsSession.getWebUser()
Gets the web user.MasterServer.getWebUser
(String user, String credentials, String root) Allow getting a Web User.WebUser[]
DataBaseInterface.getWebUserArray()
Gets the web user array.Methods in ecmwf.ecpds.master that return types with arguments of type WebUserModifier and TypeMethodDescriptionDataBaseInterface.getUsersPerCategoryId
(String categoryId) Gets the users per category id.Methods in ecmwf.ecpds.master with parameters of type WebUserModifier and TypeMethodDescriptionvoid
ManagementInterface.removeWebUser
(ECpdsSession session, WebUser user) Removes the web user.void
ManagementInterface.saveWebUser
(ECpdsSession session, WebUser webUser) Creates the web user.void
MasterServer.saveWebUser
(WebUser webUser) Creates the web user. -
Uses of WebUser in ecmwf.ecpds.master.plugin.http.dao.users
Constructors in ecmwf.ecpds.master.plugin.http.dao.users with parameters of type WebUser