Uses of Class
com.sas.services.user.UserContext
Packages that use UserContext
Package
Description
Maintain user identities and profiles.
Utility classes used by Foundation Services.
-
Uses of UserContext in com.sas.services.user
Methods in com.sas.services.user with parameters of type UserContextModifier and TypeMethodDescriptionUserService.newUser(UserContext privUser, String uid, String password, String domain) UserService.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource) UserService.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) UserServiceInterface.newUser(UserContext privUser, String uid, String password, String domain) Deprecated.Use the version that takes a UserContextInterfaceUserServiceInterface.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource) Deprecated.Use the version that takes a UserContextInterface.UserServiceInterface.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) Deprecated.Use the version that takes a UserContextInterface.UserServiceProxy.newUser(UserContext privUser, String uid, String password, String domain) UserServiceProxy.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource) UserServiceProxy.newUser(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) UserService.newUserWithInfoService(UserContext privUser, String uid, String password, String domain, InformationServiceInterface infoService) Deprecated.This method should no longer be used.UserServiceInterface.newUserWithInfoService(UserContext privUser, String uid, String password, String domain, InformationServiceInterface infoService) Deprecated.This method should no longer be used.UserServiceProxy.newUserWithInfoService(UserContext privUser, String uid, String password, String domain, InformationServiceInterface infoService) Deprecated.This method should no longer be used. -
Uses of UserContext in com.sas.services.util
Methods in com.sas.services.util with parameters of type UserContextModifier and TypeMethodDescriptionstatic NewUserWrapperNewUserWrapper.createWrapper(UserContext privUser, String uid, String password, String domain) Create a wrapper for a call tonewUser(UserContext privUser,String uid,String password,String domain).static NewUserWrapperNewUserWrapper.createWrapper(UserContext privUser, String uid, String password, String domain, String clientSource, String appSource) Create a wrapper for a call tonewUser(UserContext privUser,String uid,String password,String domain,String clientSource,String appSource).