Uses of Class
com.sas.services.user.UserInitializationException
Packages that use UserInitializationException
Package
Description
Maintain user identities and profiles.
Utility classes used by Foundation Services.
-
Uses of UserInitializationException in com.sas.services.user
Methods in com.sas.services.user that throw UserInitializationExceptionModifier and TypeMethodDescriptionstatic UserContextInterfaceSubjectAuthenticator.newAuthenticatedUser(UserServiceInterface userService, Subject subject) Create a UserContext from an already authenticated Subject.static UserContextInterfaceSubjectAuthenticator.newAuthenticatedUser(UserServiceInterface userService, Subject subject, Map advancedOptions) Create a UserContext from an already authenticated Subject.UserService.newAuthenticatedUser(Subject subject) Create a new UserContext based on the Subject provided.UserServiceInterface.newAuthenticatedUser(Subject subject) Create a new UserContext based on the Subject provided.UserServiceProxy.newAuthenticatedUser(Subject subject) Create a new UserContext based on the Subject provided.UserService.newRemoteUser(SubjectMatter subject) UserService.newRemoteUser(SubjectMatter subject, Map advancedOptions) UserServiceInterface.newRemoteUser(SubjectMatter subject) Create a new UserContext using a SubjectMatter object that is populated with the PFS principals and credentials of an authenticated user.UserServiceInterface.newRemoteUser(SubjectMatter subject, Map advancedOptions) Create a new UserContext using a SubjectMatter object that is populated with the PFS principals and credentials of an authenticated user.UserServiceProxy.newRemoteUser(SubjectMatter subject) Creates a new remote user for the specified subject.UserServiceProxy.newRemoteUser(SubjectMatter subject, Map advancedOptions) Creates a new remote user for the specified subject.UserService.newUser()UserService.newUser(UserContextInterface privUser, String uid, String password, String domain) UserService.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource) UserService.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) UserService.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) UserService.newUser(String clientSource, String appSource) UserService.newUser(String uid, String password, String domain) Create a new user context given a user id, password, and authentication domain.UserService.newUser(String uid, String password, String domain, String clientSource, String appSource) UserService.newUser(String clientSource, String appSource, Map advancedOptions) UserServiceInterface.newUser(UserContextInterface privUser, String uid, String password, String domain) Create a new user context given a privileged context, user id, password, and authentication domain.UserServiceInterface.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource) Create a new user context given a privileged context, user id, password, and authentication domain.UserServiceInterface.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) Create a new user context given a privileged context, user id, password, and authentication domain.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.UserServiceInterface.newUser(String clientSource, String appSource) Create a new UserContext based on the current OS identity of the user.UserServiceInterface.newUser(String uid, String password, String domain) Create a new user context given a user id, password, and authentication domain.UserServiceInterface.newUser(String uid, String password, String domain, String clientSource, String appSource) Create a new user context given a user id, password, and authentication domain.UserServiceInterface.newUser(String clientSource, String appSource, Map advancedOptions) Create a new UserContext based on the current OS identity of the user.UserServiceProxy.newUser(UserContextInterface privUser, String uid, String password, String domain) UserServiceProxy.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource) UserServiceProxy.newUser(UserContextInterface privUser, String uid, String password, String domain, String clientSource, String appSource, Map advancedOptions) 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) UserServiceProxy.newUser(String clientSource, String appSource) UserServiceProxy.newUser(String uid, String password, String domain) Create a new user context given a user id, password, and authentication domain.UserServiceProxy.newUser(String uid, String password, String domain, String clientSource, String appSource) UserServiceProxy.newUser(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 UserInitializationException in com.sas.services.util
Methods in com.sas.services.util that throw UserInitializationExceptionModifier and TypeMethodDescriptionNewUserWrapper.invoke(UserServiceInterface userService, long timeout) Invoke the wrappednewUser()call.