Uses of Interface
com.sas.services.information.InformationServiceInterface
Packages that use InformationServiceInterface
Package
Description
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Interact with data repositories on behalf of client applications.
Information Service metadata.
Server classes for SAS Foundation Services.
Maintain user identities and profiles.
-
Uses of InformationServiceInterface in com.sas.services.deployment
Methods in com.sas.services.deployment that return InformationServiceInterfaceModifier and TypeMethodDescriptionstatic InformationServiceInterfaceCorePlatformServices.getInformationService()Gets the information service. -
Uses of InformationServiceInterface in com.sas.services.information
Classes in com.sas.services.information that implement InformationServiceInterfaceModifier and TypeClassDescriptionclassThe Information Service handles finding repositories, connecting a user context to suitable repositories for the identities it contains, and federated searching across repositories.Methods in com.sas.services.information that return InformationServiceInterfaceModifier and TypeMethodDescriptionstatic final InformationServiceInterfaceInformationServiceFactory.createService(ServiceConfigurationInterface serviceConfiguration, DiscoveryServiceInterface discoveryService) Gets an Information service initialized with the specified configuration.static InformationServiceInterfaceAbstractRepository2.getInformationService()Return a handle to the Information Service.static InformationServiceInterfaceDAVRepository.getInformationService()Gets the informationService attribute of the DAVRepository classstatic InformationServiceInterfaceOMIRepository.getInformationService()Return a handle to the Information Service.static InformationServiceInterfaceOMIServerRepository.getInformationService()Return a handle to the Information Service.static InformationServiceInterfaceInformationService.getInstance(Object initObject) Get an instance of the InformationService.static InformationServiceInterfaceInformationService.getInstance(Object initObject, DiscoveryServiceInterface discoveryService) Get an instance of the InformationService.Constructors in com.sas.services.information with parameters of type InformationServiceInterfaceModifierConstructorDescriptionInformationServiceProxy(InformationServiceInterface informationService) Constructs a proxy to the specified platform information service. -
Uses of InformationServiceInterface in com.sas.services.information.metadata
Methods in com.sas.services.information.metadata that return InformationServiceInterfaceModifier and TypeMethodDescriptionstatic InformationServiceInterfaceMetadata.getInformationService()Get an instance of the Information Service. -
Uses of InformationServiceInterface in com.sas.services.information.metadata.secureddata
Methods in com.sas.services.information.metadata.secureddata with parameters of type InformationServiceInterfaceModifier and TypeMethodDescriptionstatic FolderInterfaceSecuredDataFolderUtil.makeSecuredLibrariesFolder(InformationServiceInterface infoSvc, OMIRepositoryInterface repos) -
Uses of InformationServiceInterface in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers that return InformationServiceInterfaceModifier and TypeMethodDescriptionprotected InformationServiceInterfaceDataServerUtil.getInformationService() -
Uses of InformationServiceInterface in com.sas.services.user
Methods in com.sas.services.user that return InformationServiceInterfaceModifier and TypeMethodDescriptionstatic InformationServiceInterfaceUserContext.getInformationService()Gets a foundation Information Service.static InformationServiceInterfaceUserService.getInformationService()Gets a foundation Information Service.Methods in com.sas.services.user with parameters of type InformationServiceInterfaceModifier and TypeMethodDescriptionUserService.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 InformationServiceInterface in com.sas.services.webapp
Methods in com.sas.services.webapp that return InformationServiceInterfaceModifier and TypeMethodDescriptionstatic InformationServiceInterfaceServicesFacade.getInformationService()static InformationServiceInterfaceServicesFacade.getRemoteInformationService()Methods in com.sas.services.webapp with parameters of type InformationServiceInterfaceModifier and TypeMethodDescriptionSessionHelper.newSession(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService, InformationServiceInterface infoService) Deprecated.static SessionContextInterfaceServicesFacade.newSessionContext(SessionContextInterface sourceSession, UserServiceInterface userService, SessionServiceInterface sessionService, InformationServiceInterface infoService) Deprecated.