Uses of Class
ecmwf.common.database.ECUser
Packages that use ECUser
Package
Description
-
Uses of ECUser in ecmwf.common.database
Fields in ecmwf.common.database declared as ECUserModifier and TypeFieldDescriptionprotected ECUser
Activity.ecuser
The ecuser.protected ECUser
AuthorizedECUser.ecuser
The ecuser.protected ECUser
Destination.ecuser
The ecuser.protected ECUser
DestinationECUser.ecuser
The ecuser.protected ECUser
ECSession.ecuser
The ecuser.protected ECUser
ECtransAccounting.ecuser
The ecuser.protected ECUser
Host.ecuser
The ecuser.protected ECUser
HostECUser.ecuser
The ecuser.protected ECUser
MSUser.ecuser
The ecuser.protected ECUser
Notification.ecuser
The ecuser.protected ECUser
Permission.ecuser
The ecuser.protected ECUser
Privileged.ecuser
The ecuser.protected ECUser
Spool.ecuser
The ecuser.protected ECUser
TransferECUser.ecuser
The ecuser.Fields in ecmwf.common.database with type parameters of type ECUserMethods in ecmwf.common.database that return ECUserModifier and TypeMethodDescriptionECUser[]
ECpdsBase.getDestinationEcuser
(String destinationName) Gets the destination ecuser.Activity.getECUser()
Gets the EC user.AuthorizedECUser.getECUser()
Gets the EC user.Gets the EC user.Destination.getECUser()
Gets the EC user.DestinationECUser.getECUser()
Gets the EC user.ECSession.getECUser()
Gets the EC user.ECtransAccounting.getECUser()
Gets the EC user.Host.getECUser()
Gets the EC user.HostECUser.getECUser()
Gets the EC user.MSUser.getECUser()
Gets the EC user.Notification.getECUser()
Gets the EC user.Permission.getECUser()
Gets the EC user.Privileged.getECUser()
Gets the EC user.Spool.getECUser()
Gets the EC user.TransferECUser.getECUser()
Gets the EC user.ECUser[]
DataGet.getECUserArray()
Gets the EC user array.DataGet.getECUserObject
(String name) Gets the EC user object.Methods in ecmwf.common.database that return types with arguments of type ECUserModifier and TypeMethodDescriptionECpdsBase.getAllowedEcUsersByHostName
(String hostName) Gets the allowed ec users by host name.DestinationBackup.getECUsers()
Gets the EC users.Methods in ecmwf.common.database with parameters of type ECUserModifier and TypeMethodDescriptionDataBase.newActivity
(ECUser ecuser, String plugin, String host, String agent, String action, String comment, boolean error) New activity.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user.void
Sets the EC user. -
Uses of ECUser in ecmwf.common.ecaccess
Methods in ecmwf.common.ecaccess that return ECUserModifier and TypeMethodDescriptionGets the ECuser.Gets the ECuser.abstract ECUser
ECaccessServer.importECUser
(String user) Import ec user.Methods in ecmwf.common.ecaccess with parameters of type ECUserModifier and TypeMethodDescriptionvoid
ECaccessServer.handleECuserUpdate
(ECUser ecuser) Handle the ECuser update.ECaccessServer.newActivity
(ECUser ecuser, String plugin, String host, String agent, String action, String comment, boolean error) New activity. -
Uses of ECUser in ecmwf.common.ectrans
Methods in ecmwf.common.ectrans that return ECUserModifier and TypeMethodDescriptionECtransContainer.TransferURL.getECUser()
Gets the EC user.abstract ECUser
Gets the EC user.TransferModule.getECUser()
Gets the ECUser.Methods in ecmwf.common.ectrans with parameters of type ECUserModifier and TypeMethodDescriptionvoid
ECtransContainer.asyncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location) Async exec.void
ECtransContainer.asyncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback) Async exec.boolean
ECtransContainer.close
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, String cookie, String location) Close.boolean
Checks if is granted.void
ECtransContainer.syncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, boolean interruptible) Sync exec.void
ECtransContainer.syncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback, boolean interruptible) Sync exec. -
Uses of ECUser in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return ECUserModifier and TypeMethodDescriptionECUser[]
DataBaseInterface.getDestinationEcuser
(String destinationName) Gets the destination ecuser.Gets the EC user.protected static ECUser
Gets the EC user.ECUser[]
DataBaseInterface.getECUserArray()
Gets the EC user array.MasterServer.importECUser
(String uid) Import ec user.Methods in ecmwf.ecpds.master that return types with arguments of type ECUserModifier and TypeMethodDescriptionDataBaseInterface.getAllowedEcUsersByHostName
(String hostName) Gets the allowed ec users by host name.Methods in ecmwf.ecpds.master with parameters of type ECUserModifier and TypeMethodDescriptionvoid
MasterServer.handleECuserUpdate
(ECUser ecuser) Handle the ECuser update. -
Uses of ECUser in ecmwf.ecpds.master.plugin.http.dao.ecuser
Constructors in ecmwf.ecpds.master.plugin.http.dao.ecuser with parameters of type ECUser