Uses of Interface
com.sas.services.user.UserServiceInterface

Packages that use UserServiceInterface
com.sas.services.connection.platform Provides a connection factory configuation for use with SAS Foundation Services. 
com.sas.services.deployment This subsystem provides utilities to deploy and lookup SAS Foundation Services. 
com.sas.services.user Maintain user identities and profiles. 
 

Uses of UserServiceInterface in com.sas.services.connection.platform
 

Methods in com.sas.services.connection.platform that return UserServiceInterface
 UserServiceInterface PlatformConnectionFactoryConfiguration.getUserService()
          Get the discovery service.
 

Constructors in com.sas.services.connection.platform with parameters of type UserServiceInterface
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String privilegedUser, UserServiceInterface userService)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, java.lang.String privilegedUser, UserServiceInterface userService, boolean monitorEnabled)
          Deprecated. use PlatformConnectionFactoryConfiguration(LogicalServerInterface,String,UserServiceInterface)
PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, UserContextInterface privilegedUserContext, UserServiceInterface userService, boolean monitorEnabled)
          Construct a connection factory configuration using a logical server object from the information service.
PlatformConnectionFactoryConfiguration(RepositoryInterface repository, java.lang.String repositoryID, java.lang.String privilegedUser, UserServiceInterface userService)
          Construct a connection factory configuration using a repository object and ID from the user service.
PlatformConnectionFactoryConfiguration(RepositoryInterface repository, java.lang.String repositoryID, java.lang.String privilegedUser, UserServiceInterface userService, boolean monitorEnabled)
          Deprecated. PlatformConnectionFactoryConfiguration(RepositoryInterface,String,String,UserServiceInterface)
 

Uses of UserServiceInterface in com.sas.services.deployment
 

Methods in com.sas.services.deployment that return UserServiceInterface
static UserServiceInterface CorePlatformServices.getUserService()
          Gets the user service.
 

Uses of UserServiceInterface in com.sas.services.user
 

Methods in com.sas.services.user that return UserServiceInterface
static UserServiceInterface UserService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService)
          Gets a singleton instance of the user service for the specified service configuration.
static UserServiceInterface UserContext.getUserService()
          Gets a foundation User Service.
static UserServiceInterface UserContext.getUserService(java.lang.String serviceId)
           
 

Methods in com.sas.services.user with parameters of type UserServiceInterface
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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.