Uses of Class
uk.ac.soton.itinnovation.grid.types.IDType

Packages that use IDType
uk.ac.soton.ecs.iam.grid.client.staterepos   
uk.ac.soton.ecs.iam.grid.client.swing   
uk.ac.soton.itinnovation.grid.comms.account   
uk.ac.soton.itinnovation.grid.service.account   
uk.ac.soton.itinnovation.grid.service.account.webadmin   
uk.ac.soton.itinnovation.grid.service.types   
uk.ac.soton.itinnovation.grid.types   
 

Uses of IDType in uk.ac.soton.ecs.iam.grid.client.staterepos
 

Methods in uk.ac.soton.ecs.iam.grid.client.staterepos with parameters of type IDType
 void TradeAccountConversationImpl.bill(IDType onBehalfOf, BigDecimal amount, String currency, String resourceID, String message)
          Deprecated.  
 void TradeAccountConversationImpl.makePayment(IDType onBehalfOf, BigDecimal amount, String currency, String resourceID, String message)
          Deprecated.  
 

Uses of IDType in uk.ac.soton.ecs.iam.grid.client.swing
 

Methods in uk.ac.soton.ecs.iam.grid.client.swing that return IDType
 IDType CertificateBrowser.getSelectedID()
           
 

Uses of IDType in uk.ac.soton.itinnovation.grid.comms.account
 

Methods in uk.ac.soton.itinnovation.grid.comms.account with parameters of type IDType
 void TradeAccountResource.bill(IDType onBehalfOf, BigDecimal amount, String currency, String resource, String message)
          Charge something to the account.
 void TradeAccountResource.makePayment(IDType onBehalfOf, BigDecimal amount, String currency, String resource, String message)
          Make a payment on an account
 

Uses of IDType in uk.ac.soton.itinnovation.grid.service.account
 

Methods in uk.ac.soton.itinnovation.grid.service.account with parameters of type IDType
 void TradeAccountServiceImpl.bill(IDType onBehalfOf, BigDecimal amount, String currency, String resource, String message)
           
 void TradeAccountServiceImpl.makePayment(IDType paidBy, BigDecimal amount, String currency, String resource, String message)
           
 void TradeAccountServiceImpl.makePaymentInternal(String conversationID, IDType user, IDType paidBy, BigDecimal amount, String currency, String resource, String message)
           
 

Uses of IDType in uk.ac.soton.itinnovation.grid.service.account.webadmin
 

Methods in uk.ac.soton.itinnovation.grid.service.account.webadmin with parameters of type IDType
protected static String AccountAdmin.showID(IDType id)
          Shows the CN of the subject, with the full subject and issuer in a tooltip.
 

Uses of IDType in uk.ac.soton.itinnovation.grid.service.types
 

Methods in uk.ac.soton.itinnovation.grid.service.types that return IDType
 IDType StatementEvent.getActor()
           
 IDType StatementEvent.getOnBehalfOf()
           
 

Methods in uk.ac.soton.itinnovation.grid.service.types with parameters of type IDType
 void StatementEvent.setActor(IDType actor)
           
 void StatementEvent.setOnBehalfOf(IDType onBehalfOf)
           
 

Uses of IDType in uk.ac.soton.itinnovation.grid.types
 

Methods in uk.ac.soton.itinnovation.grid.types that return IDType
 IDType SubjectDescription.toID()
          Convert a SubjectDescription to an IDType.
 



Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.