Uses of Class
org.gwe.utils.security.AccountInfo

Packages that use AccountInfo
org.gwe.api   
org.gwe.api.impl   
org.gwe.app.daemon.domain   
org.gwe.drivers.netAccess.handles   
org.gwe.persistence.model   
org.gwe.utils.security   
 

Uses of AccountInfo in org.gwe.api
 

Methods in org.gwe.api with parameters of type AccountInfo
 void ServerAPI4User.abortOrder(AccountInfo auth, int orderId)
           
 void ServerAPI4User.cleanupDisposedAllocations(AccountInfo sessionId)
           
 void ServerAPI4User.configureDaemon(AccountInfo auth, HeadResourceInfo daemonInfo)
           
 void ServerAPI4User.deleteOrder(AccountInfo auth, int orderId)
           
 long ServerAPI4User.getDaemonTime(AccountInfo auth)
           
 JobInfo ServerAPI4User.getJobDetails(AccountInfo auth, int orderId, int jobNum)
           
 OrderInfo ServerAPI4User.getOrderDetails(AccountInfo auth, int orderId, boolean includeJobs)
           
 java.util.List<OrderInfo> ServerAPI4User.getOrdersByDescription(AccountInfo auth, java.lang.String description)
           
 java.util.List<OrderInfo> ServerAPI4User.getOrdersDefined(AccountInfo auth)
           
 java.util.List<OrderInfo> ServerAPI4User.getOrdersList(AccountInfo auth, boolean includeJobs)
           
 void ServerAPI4User.pauseOrder(AccountInfo auth, int orderId)
           
 java.util.List<java.lang.String> ServerAPI4User.previewOrder(AccountInfo auth, OrderInfo order)
           
 OrderInfo ServerAPI4User.queueOrder(AccountInfo auth, OrderInfo order)
           
 void ServerAPI4User.resumeOrder(AccountInfo auth, int orderId)
           
 void ServerAPI4User.shutdownDaemon(AccountInfo auth)
           
 void ServerAPI4User.swapPriorities(AccountInfo sessionId, int orderId1, int orderId2)
           
 void ServerAPI4User.updateConfig(AccountInfo sessionId, DaemonConfigDesc config)
           
 void ServerAPI4User.updateOrder(AccountInfo auth, int orderId, OrderInfo order)
           
 void SecuredServerAPI.verifyAccount(AccountInfo account)
           
 

Uses of AccountInfo in org.gwe.api.impl
 

Methods in org.gwe.api.impl with parameters of type AccountInfo
 void ServerAPI4UserImpl.abortOrder(AccountInfo auth, int orderId)
           
 void ServerAPI4UserImpl.cleanupDisposedAllocations(AccountInfo sessionId)
           
 void ServerAPI4UserImpl.configureDaemon(AccountInfo auth, HeadResourceInfo daemonInfo)
           
 void ServerAPI4UserImpl.deleteOrder(AccountInfo auth, int orderId)
           
 long ServerAPI4UserImpl.getDaemonTime(AccountInfo auth)
           
 JobInfo ServerAPI4UserImpl.getJobDetails(AccountInfo auth, int orderId, int jobNum)
           
 OrderInfo ServerAPI4UserImpl.getOrderDetails(AccountInfo auth, int orderId, boolean includeJobs)
           
 java.util.List<OrderInfo> ServerAPI4UserImpl.getOrdersByDescription(AccountInfo auth, java.lang.String description)
           
 java.util.List<OrderInfo> ServerAPI4UserImpl.getOrdersDefined(AccountInfo auth)
           
 java.util.List<OrderInfo> ServerAPI4UserImpl.getOrdersList(AccountInfo auth, boolean includeJobs)
           
 void ServerAPI4UserImpl.pauseOrder(AccountInfo auth, int orderId)
           
 java.util.List<java.lang.String> ServerAPI4UserImpl.previewOrder(AccountInfo auth, OrderInfo order)
           
 OrderInfo ServerAPI4UserImpl.queueOrder(AccountInfo auth, OrderInfo order)
           
 void ServerAPI4UserImpl.resumeOrder(AccountInfo auth, int orderId)
           
 void ServerAPI4UserImpl.shutdownDaemon(AccountInfo auth)
           
 void ServerAPI4UserImpl.swapPriorities(AccountInfo auth, int orderId, int orderId2)
           
 void ServerAPI4UserImpl.updateConfig(AccountInfo sessionId, DaemonConfigDesc config)
           
 void ServerAPI4UserImpl.updateOrder(AccountInfo auth, int orderId, OrderInfo order)
           
 void SecuredServerAPIImpl.verifyAccount(AccountInfo applyingAuth)
           
 

Uses of AccountInfo in org.gwe.app.daemon.domain
 

Methods in org.gwe.app.daemon.domain with parameters of type AccountInfo
 void BaseDomain.verifyAccount(AccountInfo applyingAuth)
           
 

Uses of AccountInfo in org.gwe.drivers.netAccess.handles
 

Constructors in org.gwe.drivers.netAccess.handles with parameters of type AccountInfo
JSchUserInfo(AccountInfo accountInfo)
           
 

Uses of AccountInfo in org.gwe.persistence.model
 

Methods in org.gwe.persistence.model with parameters of type AccountInfo
 int HeadResourceInfo.getRegistryPort(AccountInfo acct)
           
 

Uses of AccountInfo in org.gwe.utils.security
 

Fields in org.gwe.utils.security declared as AccountInfo
protected  AccountInfo ResourceLink.account
           
static AccountInfo AccountInfo.NO_AUTH_ACCOUNT
           
 

Methods in org.gwe.utils.security that return AccountInfo
 AccountInfo AccountInfo.clone()
           
static AccountInfo AccountInfo.createLocalAccount()
           
 AccountInfo Realm.getAccount()
           
 AccountInfo AccessControl.getAccount()
           
 AccountInfo ResourceLink.getAccountInfo()
           
 

Methods in org.gwe.utils.security with parameters of type AccountInfo
static KeyStore KeyStore.createKeyStore(AccountInfo account, java.lang.String host)
           
 void Realm.setAccount(AccountInfo acct)
           
 void AccessControl.setAccount(AccountInfo account)
           
 

Constructors in org.gwe.utils.security with parameters of type AccountInfo
AccessControl(AccountInfo account, java.util.List<Realm> realms)
           
AccessControl(AccountInfo account, Realm... realms)
           
ResourceLink(ThinURI uri, AccountInfo account)
           
RMIResourceLink(ThinURI uri, AccountInfo account)
           
 



Copyright © 2007-2009. All Rights Reserved.