Uses of Interface
com.sas.services.user.UserContextInterface
Packages that use UserContextInterface
Package
Description
SAS Foundation Services.
Provides a connection factory configuation for use with SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Discover a service based upon its service capabilities and optionally
service attributes.
Broker events that are triggered by various transport protocols.
Interact with data repositories on behalf of client applications.
Information Service metadata.
Library classes for SAS Foundation Services.
Information Service prompt model.
Server classes for SAS Foundation Services.
Information service utilities.
Publish service alerts.
Perform Authentication against modular authentication providers with user identities.
Session services.
Maintain user identities and profiles.
Utility classes used by Foundation Services.
-
Uses of UserContextInterface in com.sas.services
Methods in com.sas.services with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionvoidQuiesceInterface.quiesce(UserContextInterface userContext) Quiesce the service.voidQuiesceInterface.resume(UserContextInterface userContext) Resume the service. -
Uses of UserContextInterface in com.sas.services.connection.platform
Methods in com.sas.services.connection.platform that return UserContextInterfaceModifier and TypeMethodDescriptionPlatformConnectionFactoryConfiguration.getPrivilegedUserContext()Get the context for the privileged user.protected UserContextInterfacePlatformConnectionFactoryConfiguration.getPrivUser()PlatformPasswordCredential.getUserContext()Get the user context.Methods in com.sas.services.connection.platform with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionPlatformConnectionFactory.getConnection(UserContextInterface userContext) PlatformConnectionFactory.getConnection(UserContextInterface userContext, long waitMilliseconds) PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext) Get a connection to a server.PlatformConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds) Get a connection to a server.Constructors in com.sas.services.connection.platform with parameters of type UserContextInterfaceModifierConstructorDescriptionPlatformConnectionFactoryConfiguration(LogicalServerInterface logicalServer, UserContextInterface privilegedUserContext, UserServiceInterface userService, boolean monitorEnabled) Construct a connection factory configuration using a logical server object from the information service.protectedPlatformPasswordCredential(String userName, String password, String domain, UserContextInterface userContext, UserIdentityInterface userIdentity, List factoryDomainList) -
Uses of UserContextInterface in com.sas.services.connection.platform.mgmt
Constructors in com.sas.services.connection.platform.mgmt with parameters of type UserContextInterfaceModifierConstructorDescriptionServerFactoryMBean(UserContextInterface userContext) Construct the ServerFactory MBean.SpawnerMBean(ConnectionInterface connection, UserContextInterface userContext) Construct the spawner MBean. -
Uses of UserContextInterface in com.sas.services.deployment
Methods in com.sas.services.deployment with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionstatic booleanCorePlatformServices.addContentServerRepository(UserContextInterface user) Adds a repository definition to the running information service. -
Uses of UserContextInterface in com.sas.services.discovery
Methods in com.sas.services.discovery with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionvoidDiscoveryService.destroy(UserContextInterface userContext) Destroy this discovery service releasing any resources that have been allocated. -
Uses of UserContextInterface in com.sas.services.events.broker
Methods in com.sas.services.events.broker that return UserContextInterfaceModifier and TypeMethodDescriptionfinal UserContextInterfaceSecurityContext.getUserContext()Get user context.Methods in com.sas.services.events.broker with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionfinal voidSecurityContext.setUserContext(UserContextInterface uc) Set user context. -
Uses of UserContextInterface in com.sas.services.information
Fields in com.sas.services.information declared as UserContextInterfaceMethods in com.sas.services.information that return UserContextInterfaceModifier and TypeMethodDescriptionAbstractRepository2.getUserContext()Get the UserContext this repository was connected for.DAVRepository.getUserContext()Get the UserContext this repository was connected for.OMIRepository.getUserContext()Get the UserContext this repository was connected for.OMIServer.getUserContext()OMIServerRepository.getUserContext()Get the UserContext this repository was connected for.RepositoryInterface.getUserContext()Get the UserContext this repository was connected for.ServerInterface.getUserContext()Get the UserContext that this server was created on behalf of.Methods in com.sas.services.information with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionListInformationService.browseSearch(UserContextInterface user, Filter filter) ListInformationServiceInterface.browseSearch(UserContextInterface user, Filter filter) Search the user's connected repositories.ListInformationServiceProxy.browseSearch(UserContextInterface user, Filter filter) ListInformationService.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) ListInformationServiceInterface.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) Search the repository group for the user.ListInformationServiceProxy.browseSearchGroupName(UserContextInterface user, String groupName, Filter filter) ListInformationService.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) ListInformationServiceInterface.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) Search the repository group for the user.ListInformationServiceProxy.browseSearchGroupNameWithFilterArray(UserContextInterface user, String groupName, Filter[] filters) ListInformationService.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) ListInformationServiceInterface.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) Search the user's connected repositories.ListInformationServiceProxy.browseSearchProtocols(UserContextInterface user, List protocols, Filter filter) ListInformationService.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) ListInformationServiceInterface.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) Search the user's connected repositories.ListInformationServiceProxy.browseSearchProtocolsWithFilterArray(UserContextInterface user, List protocols, Filter[] filters) ListInformationService.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) ListInformationServiceInterface.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) Search the user's connected repositories.ListInformationServiceProxy.browseSearchWithFilterArray(UserContextInterface user, Filter[] filters) InformationService.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationService.connect(UserContextInterface user, ServerDef serverDef) InformationService.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) InformationServiceInterface.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef) Connect to a ServerInterface object.InformationServiceInterface.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.InformationServiceProxy.connect(UserContextInterface user, RepositoryDef reposDef) Connect to the repository specified in the repository definition.InformationServiceProxy.connect(UserContextInterface user, ServerDef serverDef) Connect to a ServerInterface object.InformationServiceProxy.connect(UserContextInterface user, ServerDef serverDef, Cluster cluster) Connect to a ServerInterface object.voidOMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user) Construct an OMIServer with the connection already established.voidOMIServer.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidOMIServer.connect(ServerDef def, UserContextInterface user) voidOMIServer.connect(ServerDef def, UserContextInterface user, Cluster cluster) voidServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user) Construct an OMIServer with the connection already established.voidServerInterface.connect(com.sas.meta.SASOMI.IOMI cnxn, ServerDef def, UserContextInterface user, Cluster cluster) Construct an OMIServer with the connection already established.voidServerInterface.connect(ServerDef def, UserContextInterface user) Connect a user to an InformationService server.voidServerInterface.connect(ServerDef def, UserContextInterface user, Cluster cluster) Connect a user to an InformationService server.voidInformationService.connectAuto(UserContextInterface user) Connect to all repositories that have been predefined as auto-connect repositories.voidInformationServiceInterface.connectAuto(UserContextInterface user) Connect to all repositories that have been predefined as auto-connect repositories.voidInformationServiceProxy.connectAuto(UserContextInterface user) Connect to all repositories that have been predefined as auto-connect repositories.InformationService.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.InformationServiceInterface.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.InformationServiceProxy.connectByName(UserContextInterface user, String name) Connect to a preconfigured repository.InformationService.fetchEntityByKey(UserContextInterface user, String key) Fetch an object from the metadata stores by its entity key.InformationService.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) Fetch an object from the metadata stores by its entity key.InformationServiceInterface.fetchEntityByKey(UserContextInterface user, String key) Fetch an entity from a repository based on the entity key.InformationServiceInterface.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) Fetch an entity from a repository based on the entity key.InformationServiceProxy.fetchEntityByKey(UserContextInterface user, String key) Fetch an entity from a repository based on the entity key.InformationServiceProxy.fetchEntityByKey(UserContextInterface user, String key, boolean bypassCache) InformationService.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an object from the metadata stores by its url.InformationService.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) Fetch an object from the metadata stores by its url.InformationServiceInterface.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an entity from a repository based on the url.InformationServiceInterface.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) Fetch an entity from a repository based on the url.InformationServiceProxy.fetchEntityByUrl(UserContextInterface user, String url, String domain) Fetch an entity from a repository based on the url.InformationServiceProxy.fetchEntityByUrl(UserContextInterface user, String url, String domain, boolean bypassCache) ListInformationService.findServers(UserContextInterface user) This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.ListInformationServiceInterface.findServers(UserContextInterface user) This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.ListInformationServiceProxy.findServers(UserContextInterface user) This method searches the connected metadata stores for server definitions that can participate in the Information Service as repositories.voidOMIServer.fromByteArray(UserContextInterface uci, byte[] data) voidServerInterface.fromByteArray(UserContextInterface uci, byte[] data) Initialize an instance of the server from a byte array.voidDAVRepository.fromByteArry(UserContextInterface uci, byte[] data) voidOMIRepository.fromByteArry(UserContextInterface uci, byte[] data) voidOMIServerRepository.fromByteArry(UserContextInterface uci, byte[] data) voidRepositoryInterface.fromByteArry(UserContextInterface uci, byte[] data) Initialize an instance of a repository from state saved in a byte array.InformationService.getObjectByPath(UserContextInterface user, PathUrl path) InformationServiceInterface.getObjectByPath(UserContextInterface user, PathUrl path) Retrieve an object using the PathUrl.InformationServiceProxy.getObjectByPath(UserContextInterface user, PathUrl path) InformationService.getServerForPath(UserContextInterface user, PathUrl path) InformationServiceInterface.getServerForPath(UserContextInterface user, PathUrl path) Return theServerInterfacefor the path given.InformationServiceProxy.getServerForPath(UserContextInterface user, PathUrl path) InformationService.getTrackedObject(UserContextInterface user, int trackingId) Deprecated.Use of tracking ids is no longer supported.InformationServiceInterface.getTrackedObject(UserContextInterface user, int trackingId) Fetch an item based on its tracking ID number.InformationServiceProxy.getTrackedObject(UserContextInterface user, int trackingId) Deprecated.Use of tracking ids is no longer supported.static StringDAVRepository.getUserPRInbox(String userid, UserContextInterface uc) Used to get the URL for the user's inbox.booleanInformationService.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanInformationServiceInterface.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.booleanInformationServiceProxy.isAuthorized(UserContextInterface superUser, IdentityInterface plainUser, MetadataInterface objectToCheck, String permission) Check the authorization for a metadata object.ListInformationService.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListInformationServiceInterface.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListInformationServiceProxy.search(UserContextInterface user, FilterInterface filter) Search all the repositories that a user is connected to.ListInformationService.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationServiceInterface.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationServiceProxy.searchFilterArray(UserContextInterface user, FilterInterface[] filters) Perform a search in all the repositories the user is connected to using the provided Filters.ListInformationService.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceInterface.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) Search the repository group that is provided.ListInformationServiceProxy.searchGroup(UserContextInterface user, RepositoryGroup group, FilterInterface filter) ListInformationService.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) Search the repository group with the given name.ListInformationServiceInterface.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) Search the repository group with the given name.ListInformationServiceProxy.searchGroupName(UserContextInterface user, String groupName, FilterInterface filter) ListInformationService.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) ListInformationServiceInterface.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) Search the repository group that is provided.ListInformationServiceProxy.searchGroupNameWithFilterArray(UserContextInterface user, String groupName, FilterInterface[] filterArray) ListInformationService.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) ListInformationServiceInterface.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) Search the repository group that is provided.ListInformationServiceProxy.searchGroupWithFilterArray(UserContextInterface user, RepositoryGroup group, FilterInterface[] filterArray) ListInformationService.searchProtocols(UserContextInterface user, List protocols, FilterInterface filter) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceInterface.searchProtocols(UserContextInterface user, List protocols, FilterInterface filter) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceProxy.searchProtocols(UserContextInterface user, List protocols, FilterInterface filter) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationService.searchProtocolsWithFilterArray(UserContextInterface user, List protocols, FilterInterface[] filters) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceInterface.searchProtocolsWithFilterArray(UserContextInterface user, List protocols, FilterInterface[] filters) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationServiceProxy.searchProtocolsWithFilterArray(UserContextInterface user, List protocols, FilterInterface[] filters) Perform a search in the repositories the user is connected to which match the domains in the provided Vector, using the provided Filter.ListInformationService.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a navigable folder structure.ListInformationServiceInterface.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a navigable folder structure.ListInformationServiceProxy.searchTree(UserContextInterface user, FilterInterface filter) Search the repositories that the user is connected to, returning the results in a naviable folder structure.voidAbstractRepository2.setUserContext(UserContextInterface user) Set the UserContext that this repository belongs to.voidDAVRepository.setUserContext(UserContextInterface user) Set the UserContext that this repository belongs to.voidOMIRepository.setUserContext(UserContextInterface user) Set the UserContext that this repository belongs to.voidOMIServerRepository.setUserContext(UserContextInterface user) Set the UserContext that this repository belongs to.voidRepositoryInterface.setUserContext(UserContextInterface user) Set the UserContext that this repository belongs to. -
Uses of UserContextInterface in com.sas.services.information.metadata
Fields in com.sas.services.information.metadata declared as UserContextInterfaceMethods in com.sas.services.information.metadata with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionprotected TMetadataBuilder.buildInternal(UserContextInterface user) Build the object.protected final voidMetadataBuilder.buildSetup(UserContextInterface user) booleanIdentityGroupInterface.isMember(UserContextInterface uc) Determines whether or not a user is in this role.booleanOMRIdentityGroup.isMember(UserContextInterface user) Determines whether or not a user is in this role.voidRemarks.setOwner(UserContextInterface owner) voidRemarksInterface.setOwner(UserContextInterface user) Sets the owner of the discussion thread.voidMetadataBuilder.validate(UserContextInterface user) Validates the builder state without building the object.Constructors in com.sas.services.information.metadata with parameters of type UserContextInterfaceModifierConstructorDescriptionComment(UserContextInterface author, String text) Creates a new comment with the author coming from the user context.Comment(UserContextInterface author, String text, boolean secret) Creates a new private comment with the author coming from the user context.Remarks(UserContextInterface user, String topic) -
Uses of UserContextInterface in com.sas.services.information.metadata.libraries
Methods in com.sas.services.information.metadata.libraries with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionLibraryBuilder.build(UserContextInterface user) Build the library object.SASHDATLibraryBuilder.build(UserContextInterface user) static Collection<SASLibraryInterface> GreenplumLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Greenplum libraries.static Collection<SASLibraryInterface> HadoopLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Hadoop libraries.static Collection<SASLibraryInterface> LASRLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all LASR libraries.static Collection<SASLibraryInterface> OracleLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Oracle libraries.static Collection<SASLibraryInterface> PostgresLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Postgres libraries.static Collection<SASLibraryInterface> SASHDATLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all HDFS libraries.static Collection<SASLibraryInterface> SASLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all libraries.static Collection<SASLibraryInterface> SASLibraryUtil.getAllLibraries(UserContextInterface userContext, String engine) Returns a collection of all libraries of a specified type.static Collection<SASLibraryInterface> TeradataLibraryUtil.getAllLibraries(UserContextInterface userContext) Returns a collection of all Teradata libraries.static SASLibraryInterfaceLASRLibraryUtil.getLibrary(UserContextInterface userContext, String path) Returns a library specified by path or null if the library does not exist.static SASLibraryInterfaceSASLibraryUtil.getLibrary(UserContextInterface userContext, String path) Returns a library specified by path or null if the library does not exist.voidLASRLibraryBuilder.validate(UserContextInterface user) voidLibraryBuilder.validate(UserContextInterface user) -
Uses of UserContextInterface in com.sas.services.information.metadata.lookup
Methods in com.sas.services.information.metadata.lookup with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionvoidLookupService.startService(UserContextInterface user) Deprecated.voidLookupServiceInterface.startService(UserContextInterface user) Deprecated. -
Uses of UserContextInterface in com.sas.services.information.metadata.lookup.actions
Fields in com.sas.services.information.metadata.lookup.actions declared as UserContextInterfaceMethods in com.sas.services.information.metadata.lookup.actions with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionvoidAbstractAction.initialize(UserContextInterface user, Document document) Deprecated.voidActionInterface.initialize(UserContextInterface user, Document document) Deprecated. -
Uses of UserContextInterface in com.sas.services.information.metadata.lookup.io
Methods in com.sas.services.information.metadata.lookup.io with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionstatic voidUtils.dump(UserContextInterface user) Deprecated.This method will dump the contents of the stored lookup information to the console.DocumentIOInterface.extractDocument(UserContextInterface user) Deprecated.DocumentTextFileIO.extractDocument(UserContextInterface user) Deprecated.DocumentTextStoreIO.extractDocument(UserContextInterface user) Deprecated.voidIOInterface.persistDocument(UserContextInterface user, Document document) Deprecated.voidTextFileIO.persistDocument(UserContextInterface user, Document document) Deprecated.voidTextStoreIO.persistDocument(UserContextInterface user, Document document) Deprecated.static voidUtils.reset(UserContextInterface user) Deprecated.This method should be used with caution as it will destroy the contents of the stored lookup information. -
Uses of UserContextInterface in com.sas.services.information.metadata.lookup.utils
Methods in com.sas.services.information.metadata.lookup.utils with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionstatic PathUrlFiles.ensure92formatted(UserContextInterface user, PathUrl url) Deprecated.static PathUrlFiles.ensure92formatted(UserContextInterface user, String path) Deprecated. -
Uses of UserContextInterface in com.sas.services.information.metadata.prompt
Methods in com.sas.services.information.metadata.prompt that return UserContextInterfaceModifier and TypeMethodDescriptionUserContextEnabledObject.getUserContext()Returns the user context that was set or null.Methods in com.sas.services.information.metadata.prompt with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionstatic booleanPromptsPersistUtil.deletePromptFromFolder(PathUrl sbipUrl, UserContextInterface userContext) Deletes aBaseOMRPromptInterfaceinstance described by the supplied PathUrl.static com.sas.prompts.definitions.PromptDefinitionInterfacePromptsPersistUtil.getDefinitionFromFolder(PathUrl sbipUrl, UserContextInterface userContext) Returns a prompt definition instance from the OMR definition described by the sbipUrl.static com.sas.prompts.groups.PromptGroupInterfacePromptsPersistUtil.getGroupFromFolder(PathUrl sbipUrl, UserContextInterface userContext) Returns a prompt group instance from the OMR group described by the sbipUrl.static booleanPromptsPersistUtil.isMetadataResourceAvailable(UserContextInterface userContext, PathUrl pathUrl) static OMRPromptDefinitionInterfacePromptsPersistUtil.newDefinitionSmartObject(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, RepositoryInterface repository, String name, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Returns a new prompt group smart object that represents the supplied PromptDefinitionInterface in metadata.static OMRPromptGroupInterfacePromptsPersistUtil.newGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, RepositoryInterface repository, String name, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Returns a new prompt group smart object that represents the supplied PromptGroupInterface in metadata.static PathUrlPersistenceFactoryWithServices.newPathUrlFromString(UserContextInterface user, String url) static com.sas.util.xmlpersist.PromptsReadingContextPersistenceFactoryWithServices.newReadingContext(UserContextInterface userContext) Returns a reading context that can use Foundation Services for accessing metadata.static com.sas.util.xmlpersist.PromptsReadingContextPersistenceFactoryWithServices.newReadingContext(UserContextInterface userContext, com.sas.util.xmlpersist.IntegratedReadingContext foreignContext) Returns a reading context that can use Foundation Services for accessing metadata.static com.sas.prompts.SharedPromptFactoryPersistenceFactoryWithServices.newSharedPromptFactory(UserContextInterface userContext) This implementation of the SharedPromptFactory will connect to the metadata repositories available to this userContext when the factory is asked to return a prompt definition or prompt group.static MetadataInterfaceMetadataDescriptorResolver.resolve(com.sas.util.xmlpersist.MetadataDescriptor descriptor, UserContextInterface userContext) Resolves a MetadataDescriptor into a MetadataInterface object matching that description.static OMRPromptDefinitionInterfacePromptsPersistUtil.saveDefinitionToFolder(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, FolderInterface folder, String name) Saves a prompt definition as a public prompt (represented by a OMRPromptDefinitionInterface smart object) to the supplied folder with the supplied name.static OMRPromptDefinitionInterfacePromptsPersistUtil.saveDefinitionToFolder(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, PathUrl sbipUrl) Saves a prompt definition as a public prompt (represented by a OMRPromptDefinitionInterface smart object) to the supplied SBIP URL.static OMRPromptDefinitionInterfacePromptsPersistUtil.saveDefinitionToFolder(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, String sbipUrl) Saves a prompt definition as a public prompt (represented by a OMRPromptDefinitionInterface smart object) to the supplied SBIP URL.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, FolderInterface folder, String name) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied folder with the supplied name.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, PathUrl sbipUrl) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied SBIP URL.static OMRPromptGroupInterfacePromptsPersistUtil.saveGroupToFolder(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, String sbipUrl) Saves a prompt group as a public prompt (represented by a OMRPromptGroupInterface smart object) to the supplied SBIP URL.voidUserContextEnabledObject.setUserContext(UserContextInterface userContext) Set a user context.static OMRPromptDefinitionInterfacePromptsPersistUtil.updateDefinitionSmartObject(com.sas.prompts.definitions.PromptDefinitionInterface definition, UserContextInterface userContext, OMRPromptDefinitionInterface smartObject, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Updates an existing prompt definition smart object from the supplied PromptDefinitionInterface in metadata.static OMRPromptGroupInterfacePromptsPersistUtil.updateGroupSmartObject(com.sas.prompts.groups.PromptGroupInterface group, UserContextInterface userContext, OMRPromptGroupInterface smartObject, com.sas.util.xmlpersist.PromptsWritingContext writingContext) Updates an existing prompt group smart object from the supplied PromptGroupInterface in metadata. -
Uses of UserContextInterface in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionTServerBuilder.build(UserContextInterface user) Build the server object.protected voidAbstractConnectionBuilder.buildAndConnect(UserContextInterface user, com.sas.metadata.remote.DeployedComponent server) static Collection<ServerComponentInterface> GreenplumServerUtil.getAllServers(UserContextInterface userContext) Returns all Greenplum server definitions.static Collection<ServerComponentInterface> HadoopServerUtil.getAllServers(UserContextInterface userContext) Returns all Hadoop server definitions.static Collection<LASRServerInterface> LASRServerUtil.getAllServers(UserContextInterface userContext) Returns all LASR server definitions.static Collection<ServerComponentInterface> OracleServerUtil.getAllServers(UserContextInterface userContext) Returns all Oracle server definitions.static Collection<ServerComponentInterface> PostgresServerUtil.getAllServers(UserContextInterface userContext) Returns all Postgres server definitions.static Collection<ServerInterface> ServersUtil.getAllServers(UserContextInterface userContext) Returns all server definitions including logical servers and server contexts.static <T extends ServerInterface>
Collection<T> ServersUtil.getAllServers(UserContextInterface userContext, String publicType) Returns all server definitions of a given type.static Collection<ServerComponentInterface> TeradataServerUtil.getAllServers(UserContextInterface userContext) Returns all Teradata server definitions.static StringLASRServerUtil.getAuthorizationServiceUrl(UserContextInterface userContext) Returns the LASR Authorization Service URL.static ServerComponentInterfaceGreenplumServerUtil.getServer(UserContextInterface userContext, String name) Find a Greenplum server definition by its name.static ServerComponentInterfaceHadoopServerUtil.getServer(UserContextInterface userContext, String name) Find a Hadoop server definition by its name.static LASRServerInterfaceLASRServerUtil.getServer(UserContextInterface userContext, String name) Find a LASR server definition by its name.static ServerComponentInterfaceOracleServerUtil.getServer(UserContextInterface userContext, String name) Find an Oracle server definition by its name.static ServerComponentInterfacePostgresServerUtil.getServer(UserContextInterface userContext, String name) Find a Postgres server definition by its name.static ServerInterfaceServersUtil.getServer(UserContextInterface userContext, String name) Find a server definition by its name.static <T extends ServerInterface>
TServersUtil.getServer(UserContextInterface userContext, String name, String publicType) Find a server definition of a given type by its name.static ServerComponentInterfaceTeradataServerUtil.getServer(UserContextInterface userContext, String name) Find a Teradata server definition by its name.static booleanServersUtil.serverExists(UserContextInterface userContext, String name) Returns true if server of any type with the specified name exists.static booleanServersUtil.serverExists(UserContextInterface userContext, String name, String publicType) Returns true if server with the specified name and type exists.voidGreenplumServerBuilder.Connection.validate(UserContextInterface user) voidGreenplumServerBuilder.validate(UserContextInterface user) voidHadoopServerBuilder.Connection.validate(UserContextInterface user) voidHadoopServerBuilder.validate(UserContextInterface user) voidLASRServerBuilder.Connection.validate(UserContextInterface user) voidLASRServerBuilder.validate(UserContextInterface user) voidOracleServerBuilder.Connection.validate(UserContextInterface user) voidOracleServerBuilder.validate(UserContextInterface user) voidPostgresServerBuilder.Connection.validate(UserContextInterface user) voidPostgresServerBuilder.validate(UserContextInterface user) voidServerBuilder.validate(UserContextInterface user) voidTeradataServerBuilder.Connection.validate(UserContextInterface user) voidTeradataServerBuilder.validate(UserContextInterface user) -
Uses of UserContextInterface in com.sas.services.information.util
Methods in com.sas.services.information.util with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionstatic PathUrlISUtility.getPathFromEntityKey(UserContextInterface user, String iSEntityKey) Get a PathUrl from an Information Service entity key.static FolderBasedPublicObjectsFolderBasedPublicObjects.newInstance(UserContextInterface user) Returns the unique instance of this class. -
Uses of UserContextInterface in com.sas.services.publish.alerts
Methods in com.sas.services.publish.alerts with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionstatic DAVAlertTransportInterfaceAlertTransportFactory.getDAVAlertTransport(UserContextInterface userContext, String domain, String userId) Creates an instance of the DAV (portlet) transport. -
Uses of UserContextInterface in com.sas.services.security
Methods in com.sas.services.security with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionbooleanAuthenticator.authenticate(UserContextInterface user) booleanAuthenticator.authenticate(UserContextInterface user, UserIdentityInterface ident, Map options) Authenticates a user identity.booleanAuthenticatorInterface.authenticate(UserContextInterface user, UserIdentityInterface identity, Map options) Authenticates a user identity.static voidSecurityUtil.checkPermission(UserContextInterface user, Permission permission) This method performs a permission check.static SubjectGetSubject.getSubject(UserContextInterface user) Get a security Subject from a UserContext.voidLoginCallbackHandler.setContext(UserContextInterface user) Sets the user's context.Constructors in com.sas.services.security with parameters of type UserContextInterfaceModifierConstructorDescriptionLoginCallbackHandler(UserContextInterface user, UserIdentityInterface ident, Map options) Constructs a login callback handler for the specified user context, identity, and options. -
Uses of UserContextInterface in com.sas.services.session
Methods in com.sas.services.session that return UserContextInterfaceModifier and TypeMethodDescriptionSessionContextInterface.getUserContext()Returns the user context defined for this session context.Methods in com.sas.services.session with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionbooleanSessionService.destroySession(UserContextInterface userContext, String sessionContextId) Forcibly destroys the session context identified by the session context id.booleanSessionServiceInterface.destroySession(UserContextInterface userContext, String sessionContextId) Forcibly destroys the session context identified by the session context id.booleanSessionServiceProxy.destroySession(UserContextInterface userContext, String sessionContextId) Forcibly destroys the session context identified by the session context id.voidSessionService.destroySessions(UserContextInterface userContext) This destroys all session contexts created by this Session Service, without destroying the Session Service itself.voidSessionServiceInterface.destroySessions(UserContextInterface userContext) Forces a destroy of all session contexts created by this Session Service.voidSessionServiceProxy.destroySessions(UserContextInterface userContext) This destroys all session contexts created by this session service, without destroying the session service itself.SessionContextInterface.getRootSessionContext(UserContextInterface userContext) Returns the root session context.SessionService.getSessionContext(UserContextInterface userContext, String uniqueId) Obtains the session context interface identified by the unique identifer or null if no session context exists with this id.SessionServiceInterface.getSessionContext(UserContextInterface userContext, String uniqueId) Obtains the session context interface identified by the unique identifer or null if no session context exists with this id.final SessionContextInterfaceSessionServiceProxy.getSessionContext(UserContextInterface userContext, String uniqueId) Obtains the session context interface identified by the unique identifer or null if no session context exists with this id.ListSessionService.getSummaryData(UserContextInterface userContext) Return summary information for all active session contexts created by this Session Service.ListSessionServiceInterface.getSummaryData(UserContextInterface userContext) Return summary information for all active session contexts created by this Session Service.ListSessionServiceProxy.getSummaryData(UserContextInterface userContext) Return summary information for all active session contexts created by this Session Service.SessionService.newSessionContext(UserContextInterface userContext) Create and return a new session context.SessionServiceInterface.newSessionContext(UserContextInterface userContext) Creates and returns a new session context interface.final SessionContextInterfaceSessionServiceProxy.newSessionContext(UserContextInterface userContext) Creates and returns a new session context interface.voidSessionService.quiesce(UserContextInterface userContext) Quiesce the Session Service.voidSessionServiceInterface.quiesce(UserContextInterface userContext) Quiesce the Session Service.final voidSessionServiceProxy.quiesce(UserContextInterface userContext) Resumes the session service.voidSessionService.resume(UserContextInterface userContext) Resume the Session Service.voidSessionServiceInterface.resume(UserContextInterface userContext) Resume the Session Service.final voidSessionServiceProxy.resume(UserContextInterface userContext) Resume the session service.voidSessionContextInterface.setUserContext(UserContextInterface userContext) Sets the user context to bind to this session context. -
Uses of UserContextInterface in com.sas.services.user
Classes in com.sas.services.user that implement UserContextInterfaceModifier and TypeClassDescriptionclassThe UserContext provides handles to the user identities and profile services.Methods in com.sas.services.user that return UserContextInterfaceModifier and TypeMethodDescriptionUserService.fromByteArray(byte[] data) UserServiceInterface.fromByteArray(byte[] data) Create a UserContext from a byte array returned from theUserContext.toByteArray()method.UserServiceProxy.fromByteArray(byte[] data) UserInitializationException.getUser()Get the UserContext that was being initialized when the problems happened.UserService.getUser(UserContextInterface privUser, String user) Get a user from the user service.UserService.getUser(String user) Get a user from the user service.UserServiceInterface.getUser(UserContextInterface privUser, String user) Get a user from the user service.UserServiceInterface.getUser(String user) Get a user from the user service.UserServiceProxy.getUser(UserContextInterface privUser, String user) Get a user from the user service.UserServiceProxy.getUser(String user) Get a user from the user service.Profile.getUserContext()ProfileInterface.getUserContext()Get a handle to the UserContext that owns this profile.static 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.Methods in com.sas.services.user with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionvoidProfile.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.voidProfileInterface.create(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Create a new profile object in the metadata store.UserService.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserService.createProfile(UserContextInterface user, String application) Create a new profile.UserServiceInterface.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserServiceInterface.createProfile(UserContextInterface user, String application) Create a new profile.UserServiceProxy.createProfile(UserContextInterface privUser, UserContextInterface user, String application) Create a new profile.UserServiceProxy.createProfile(UserContextInterface user, String application) Create a new profile.List<IdentityGroupInterface> UserService.getGroups(UserContextInterface user) Get all the identity groups that a user belongs to.ListUserServiceInterface.getGroups(UserContextInterface user) Get all the groups that a user belongs to.ListUserServiceProxy.getGroups(UserContextInterface user) Get all the groups that a user belongs to.UserService.getUser(UserContextInterface privUser, String user) Get a user from the user service.UserServiceInterface.getUser(UserContextInterface privUser, String user) Get a user from the user service.UserServiceProxy.getUser(UserContextInterface privUser, String user) Get a user from the user service.voidGlobalProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfile.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.voidProfileInterface.load(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Load user profile information from a repository.UserService.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserService.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.UserServiceInterface.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserServiceInterface.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.UserServiceProxy.loadProfile(UserContextInterface searchContext, UserContextInterface user, String application) Get the profile object for the user from the searchContext's connected repositories.UserServiceProxy.loadProfile(UserContextInterface user, String application) Get the profile object for the user from the user's connected repositories.voidUserService.loadUserCredentials(UserContextInterface user) Get credential sets for a user.voidUserService.loadUserCredentials(UserContextInterface searchContext, UserContextInterface user) Get the profile for a Person object.voidUserServiceInterface.loadUserCredentials(UserContextInterface user) Get credential sets for a user.voidUserServiceInterface.loadUserCredentials(UserContextInterface searchContext, UserContextInterface user) Get credential sets for a user.voidUserServiceProxy.loadUserCredentials(UserContextInterface user) Get credential sets for a user.voidUserServiceProxy.loadUserCredentials(UserContextInterface searchContext, UserContextInterface user) Get credential sets for a user.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) 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.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) booleanUserService.removeUser(UserContextInterface user) Remove a user from the user service.booleanUserServiceInterface.removeUser(UserContextInterface user) Remove a user from the user service.booleanUserServiceProxy.removeUser(UserContextInterface user) Remove a user from the user service.voidGlobalProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfile.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidProfileInterface.setLoadParameters(MetadataInterface root, UserContextInterface user, RepositoryInterface repos, ProfileDomain pd) Set the parameters necessary to load the profile from a backing store.voidGeneratedUserIdentity.setUser(UserContextInterface user) voidUserService.setUser(UserContextInterface user) Add a user to the user service.voidUserServiceInterface.setUser(UserContextInterface user) Add a user to the user service.voidUserServiceProxy.setUser(UserContextInterface user) Add a user to the user service.voidUserService.userDestroyed(UserContextInterface user) voidUserServiceInterface.userDestroyed(UserContextInterface user) For internal use only.voidUserServiceProxy.userDestroyed(UserContextInterface user) Constructors in com.sas.services.user with parameters of type UserContextInterfaceModifierConstructorDescriptionGeneratedUserIdentity(String principal, String credential, String domain, UserContextInterface user) Create a new UserInitializationException with the UserContext that was being created. -
Uses of UserContextInterface in com.sas.services.util
Methods in com.sas.services.util that return UserContextInterfaceModifier and TypeMethodDescriptionNewUserWrapper.invoke(UserServiceInterface userService, long timeout) Invoke the wrappednewUser()call.Methods in com.sas.services.util with parameters of type UserContextInterfaceModifier and TypeMethodDescriptionServicesConnectionFactory.getConnection(UserContextInterface userContext) ServicesConnectionFactory.getConnection(UserContextInterface userContext, long waitMilliseconds) ServicesConnectionFactoryInterface.getConnection(UserContextInterface userContext) Get a connection to a server.ServicesConnectionFactoryInterface.getConnection(UserContextInterface userContext, long waitMilliseconds) Get a connection to a server.static StringServicesConnectionFactory.getEffectiveDisplayName(UserContextInterface userContext) Get the "Display Name" attribute for the given user.Constructors in com.sas.services.util with parameters of type UserContextInterfaceModifierConstructorDescriptionPasswordGeneratingCredential(UserContextInterface userContext, String spoofDomain)