Uses of Class
org.sape.carboncontrib.security.User

Packages that use User
org.sape.carboncontrib.jndi   
org.sape.ejbutils.homefactory   
org.sape.smfw.messagingengine   
org.sape.smfw.soapengine   
 

Uses of User in org.sape.carboncontrib.jndi
 

Methods in org.sape.carboncontrib.jndi with parameters of type User
static InitialContext InitialContextHelper.getInitialContext(User user, String jndiProviderName)
          Gets the JNDI initial context for the supplied provider name.
 

Uses of User in org.sape.ejbutils.homefactory
 

Methods in org.sape.ejbutils.homefactory with parameters of type User
static javax.ejb.EJBHome HomeFactory.findHome(User user, String jndiProviderName, String ejbJndiName)
          Finds the Home interface for an EJB using the supplied parameters.
 

Uses of User in org.sape.smfw.messagingengine
 

Fields in org.sape.smfw.messagingengine declared as User
private  User MessageContext.user
          The user who sent the request
 

Methods in org.sape.smfw.messagingengine that return User
 User MessageContext.getUser()
          Returns the User who sent the request
 

Methods in org.sape.smfw.messagingengine with parameters of type User
 void MessageContext.setUser(User user)
          Sets the User who sent the request
 

Uses of User in org.sape.smfw.soapengine
 

Methods in org.sape.smfw.soapengine with parameters of type User
private  void MessageClient.addUserHeader(User user)
          Adds a user header to each outgoing message we generate.
 



Copyright 2003 Sapient Corporation. All Rights Reserved.