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 ECUserActivity.ecuserThe ecuser.protected ECUserAuthorizedECUser.ecuserThe ecuser.protected ECUserDestination.ecuserThe ecuser.protected ECUserDestinationECUser.ecuserThe ecuser.protected ECUserECSession.ecuserThe ecuser.protected ECUserECtransAccounting.ecuserThe ecuser.protected ECUserHost.ecuserThe ecuser.protected ECUserHostECUser.ecuserThe ecuser.protected ECUserMSUser.ecuserThe ecuser.protected ECUserNotification.ecuserThe ecuser.protected ECUserPermission.ecuserThe ecuser.protected ECUserPrivileged.ecuserThe ecuser.protected ECUserSpool.ecuserThe ecuser.protected ECUserTransferECUser.ecuserThe 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.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets the EC user.voidSets 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 ECUserECaccessServer.importECUser(String user) Import ec user.Methods in ecmwf.common.ecaccess with parameters of type ECUserModifier and TypeMethodDescriptionvoidECaccessServer.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 ECUserGets the EC user.TransferModule.getECUser()Gets the ECUser.Methods in ecmwf.common.ectrans with parameters of type ECUserModifier and TypeMethodDescriptionvoidECtransContainer.asyncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location) Async exec.voidECtransContainer.asyncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback) Async exec.booleanECtransContainer.close(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, String cookie, String location) Close.booleanChecks if is granted.voidECtransContainer.syncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, boolean interruptible) Sync exec.voidECtransContainer.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 ECUserGets 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 TypeMethodDescriptionvoidMasterServer.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