Uses of Interface
com.sas.services.user.UserServiceInterface
Packages that use UserServiceInterface
Package
Description
Provides a connection factory configuation for use with SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Maintain user identities and profiles.
Utility classes used by Foundation Services.
-
Uses of UserServiceInterface in com.sas.services.connection.platform
Methods in com.sas.services.connection.platform that return UserServiceInterfaceModifier and TypeMethodDescriptionPlatformConnectionFactoryConfiguration.getUserService()Get the discovery service.Methods in com.sas.services.connection.platform with parameters of type UserServiceInterfaceModifier and TypeMethodDescriptionprotected voidPlatformOMRAuthServer.setUserService(UserServiceInterface userService) Constructors in com.sas.services.connection.platform with parameters of type UserServiceInterfaceModifierConstructorDescriptionPlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, UserContextInterface privilegedUserContext, UserServiceInterface userService, boolean monitorEnabled) Construct a connection factory configuration using a logical server object from the information service.PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, String privilegedUser, UserServiceInterface userService) Construct a connection factory configuration using a logical server object from the information service.PlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, String privilegedUser, UserServiceInterface userService, boolean monitorEnabled) Deprecated.use PlatformConnectionFactoryConfiguration(LogicalServerInterface,String,UserServiceInterface)PlatformConnectionFactoryConfiguration(RepositoryInterface repository, String repositoryID, String privilegedUser, UserServiceInterface userService) Construct a connection factory configuration using a repository object and ID from the user service.PlatformConnectionFactoryConfiguration(RepositoryInterface repository, String repositoryID, String privilegedUser, UserServiceInterface userService, boolean monitorEnabled) Deprecated.PlatformConnectionFactoryConfiguration(RepositoryInterface,String,String,UserServiceInterface) -
Uses of UserServiceInterface in com.sas.services.connection.platform.mgmt
Constructors in com.sas.services.connection.platform.mgmt with parameters of type UserServiceInterfaceModifierConstructorDescriptionServerFactoryMBean(String user, String password, String domain, UserServiceInterface userService) Construct the ServerFactory MBean. -
Uses of UserServiceInterface in com.sas.services.deployment
Methods in com.sas.services.deployment that return UserServiceInterfaceModifier and TypeMethodDescriptionstatic UserServiceInterfaceCorePlatformServices.getUserService()Gets the user service. -
Uses of UserServiceInterface in com.sas.services.user
Classes in com.sas.services.user that implement UserServiceInterfaceModifier and TypeClassDescriptionclassThe UserServiceInterface provides mechanisms for storing information about users and retrieving user information.Methods in com.sas.services.user that return UserServiceInterfaceModifier and TypeMethodDescriptionstatic UserServiceInterfaceUserServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a User Service initialized with the specified configuration.static UserServiceInterfaceUserService.getInstance(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets a singleton instance of the user service for the specified service configuration.static UserServiceInterfaceUserContext.getUserService()Gets a foundation User Service.static UserServiceInterfaceUserContext.getUserService(String serviceId) Methods in com.sas.services.user with parameters of type UserServiceInterfaceModifier 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.Constructors in com.sas.services.user with parameters of type UserServiceInterfaceModifierConstructorDescriptionUserServiceProxy(UserServiceInterface userService) Constructs a proxy to the specified user service. -
Uses of UserServiceInterface in com.sas.services.util
Methods in com.sas.services.util with parameters of type UserServiceInterfaceModifier and TypeMethodDescriptionNewUserWrapper.invoke(UserServiceInterface userService, long timeout) Invoke the wrappednewUser()call. -
Uses of UserServiceInterface in com.sas.services.webapp
Methods in com.sas.services.webapp that return UserServiceInterfaceModifier and TypeMethodDescriptionstatic UserServiceInterfaceServicesFacade.getRemoteUserService()static UserServiceInterfaceServicesFacade.getUserService()Methods in com.sas.services.webapp with parameters of type UserServiceInterfaceModifier and TypeMethodDescriptionSessionHelper.newSession(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService) SessionHelper.newSession(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService, InformationServiceInterface infoService) Deprecated.static SessionContextInterfaceServicesFacade.newSessionContext(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService) A new session is created using the supplied session as a source of credentials.static SessionContextInterfaceServicesFacade.newSessionContext(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService, InformationServiceInterface infoService) Deprecated.