Uses of Class
com.sas.services.user.UserContext

Packages that use UserContext
com.sas.services.user Maintain user identities and profiles. 
 

Uses of UserContext in com.sas.services.user
 

Methods in com.sas.services.user with parameters of type UserContext
 UserContextInterface UserServiceInterface.newUser(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain)
          Deprecated. Use the version that takes a UserContextInterface
 UserContextInterface UserService.newUser(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain)
           
 UserContextInterface UserServiceInterface.newUser(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, java.lang.String clientSource, java.lang.String appSource)
          Deprecated. Use the version that takes a UserContextInterface.
 UserContextInterface UserService.newUser(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, java.lang.String clientSource, java.lang.String appSource)
           
 UserContextInterface UserServiceInterface.newUser(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, java.lang.String clientSource, java.lang.String appSource, java.util.Map advancedOptions)
          Deprecated. Use the version that takes a UserContextInterface.
 UserContextInterface UserService.newUser(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, java.lang.String clientSource, java.lang.String appSource, java.util.Map advancedOptions)
           
 UserContextInterface UserServiceInterface.newUserWithInfoService(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, InformationServiceInterface infoService)
          Deprecated. This method should no longer be used. In order for the platform to effectively direct requests in a clustered environment, the Discovery Service needs to be able to select the correct available service rather than having the client specify one.
 UserContextInterface UserService.newUserWithInfoService(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain, InformationServiceInterface infoService)
          Deprecated. This method should no longer be used. In order for the platform to effectively direct requests in a clustered environment, the Discovery Service needs to be able to select the correct available service rather than having the client specify one. If this method is used, the Information Service parameter will be ignored.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.