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

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

Uses of UserInitializationException in com.sas.services.user
 

Methods in com.sas.services.user that throw UserInitializationException
 UserContextInterface UserServiceInterface.newAuthenticatedUser(javax.security.auth.Subject subject)
          Create a new UserContext based on the Subject provided.
 UserContextInterface UserService.newAuthenticatedUser(javax.security.auth.Subject subject)
          Create a new UserContext based on the Subject provided.
static UserContextInterface SubjectAuthenticator.newAuthenticatedUser(UserServiceInterface userService, javax.security.auth.Subject subject)
          Create a UserContext from an already authenticated Subject.
static UserContextInterface SubjectAuthenticator.newAuthenticatedUser(UserServiceInterface userService, javax.security.auth.Subject subject, java.util.Map advancedOptions)
          Create a UserContext from an already authenticated Subject.
 UserContextInterface 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.
 UserContextInterface UserService.newRemoteUser(SubjectMatter subject)
           
 UserContextInterface UserServiceInterface.newRemoteUser(SubjectMatter subject, java.util.Map advancedOptions)
          Create a new UserContext using a SubjectMatter object that is populated with the PFS principals and credentials of an authenticated user.
 UserContextInterface UserService.newRemoteUser(SubjectMatter subject, java.util.Map advancedOptions)
           
 UserContextInterface UserService.newUser()
           
 UserContextInterface UserServiceInterface.newUser(java.lang.String clientSource, java.lang.String appSource)
          Create a new UserContext based on the current OS identity of the user.
 UserContextInterface UserService.newUser(java.lang.String clientSource, java.lang.String appSource)
           
 UserContextInterface UserServiceInterface.newUser(java.lang.String clientSource, java.lang.String appSource, java.util.Map advancedOptions)
          Create a new UserContext based on the current OS identity of the user.
 UserContextInterface UserService.newUser(java.lang.String clientSource, java.lang.String appSource, java.util.Map advancedOptions)
           
 UserContextInterface UserServiceInterface.newUser(java.lang.String uid, java.lang.String password, java.lang.String domain)
          Create a new user context given a user id, password, and authentication domain.
 UserContextInterface UserService.newUser(java.lang.String uid, java.lang.String password, java.lang.String domain)
          Create a new user context given a user id, password, and authentication domain.
 UserContextInterface UserServiceInterface.newUser(java.lang.String uid, java.lang.String password, java.lang.String domain, java.lang.String clientSource, java.lang.String appSource)
          Create a new user context given a user id, password, and authentication domain.
 UserContextInterface UserService.newUser(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)
          Create a new user context given a privileged context, user id, password, and authentication domain.
 UserContextInterface UserService.newUser(UserContext privUser, java.lang.String uid, java.lang.String password, java.lang.String domain)
          Create a new user context given a user id, password, and authentication 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)
          Create a new user context given a privileged context, user id, password, and authentication domain.
 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)
          Create a new user context given a privileged context, user id, password, and authentication domain.
 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.