Uses of Class
com.sas.services.AbstractServiceComponentConfig
Packages that use AbstractServiceComponentConfig
Package
Description
SAS Foundation Services.
This subsystem provides utilities to deploy and lookup SAS Foundation Services.
Broker events that are triggered by various transport protocols.
Interact with data repositories on behalf of client applications.
Send runtime messages to one or more output destinations.
Perform Authentication against modular authentication providers with user identities.
Session services.
Maintain user identities and profiles.
-
Uses of AbstractServiceComponentConfig in com.sas.services
Methods in com.sas.services that return AbstractServiceComponentConfigModifier and TypeMethodDescriptionServiceAggregateConfig.createAggregateConfig(boolean isIncludingBaseConfig, List<String> appConfigNames) Creates an aggregated configuration for the specified service configuration(s).ServiceProfile.createConfig(String configName, Document document) Creates a service configuration by parsing the specified XML document.DocumentServiceConfigAdapterInterface.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigAbstractServiceComponentConfig.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.ServiceProfile.createServiceComponentConfig(String configName, Document document) Creates a service component configuration initialized using the text store associated with the specified XML.ServiceProfile.createServiceConfig(ServiceConfigDocument serviceConfigDocument) Creates a service component configuration initialized using the text store associated with the specified property.ServiceProfile.createServiceConfigForProperty(com.sas.metadata.remote.Property property) Creates a service component configuration initialized using the text store associated with the specified property.ServiceAggregateConfig.getAggregateServiceConfig()Gets the service's aggregate configuration.protected abstract AbstractServiceComponentConfigAbstractServiceComponentConfig.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.ServiceInitializationObject.getConfiguration(DocumentServiceConfigAdapterInterface adapter) Gets a service configuration using the specified adapter to convert XML document to a service configuration.ServiceProfile.getDefaultServiceConfig(String configName) Gets the default configuration for the service.ServiceAggregateConfig.getServiceConfig()Gets the service configuration for the property.Methods in com.sas.services with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected abstract DocumentFragmentAbstractServiceComponentConfig.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation service.voidAbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig newConfig) Merges the configuration into this configuration.protected abstract voidAbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) Merges the new user service configuration into the current configuration.protected abstract voidAbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges the new user service configuration into the current configuration.voidAbstractServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges the configuration into this configuration. -
Uses of AbstractServiceComponentConfig in com.sas.services.deployment
Methods in com.sas.services.deployment with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptioncom.sas.metadata.remote.PropertyServiceDeployment.installServiceConfiguration(ServiceProfile serviceProfile, com.sas.metadata.remote.ServiceComponent serviceComponent, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges a configuration into the service's specified configuration.voidServiceDeployment.uninstallServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, AbstractServiceComponentConfig serviceConfig, String configName) Deletes the specified application configuration from the foundation service that implements the specified interface.voidServiceDeployment.uninstallServiceConfiguration(com.sas.metadata.remote.ServiceComponent serviceComponent, AbstractServiceComponentConfig serviceConfig, String consumerName, boolean isRemoveUnusedResources) Deletes the specified application configuration from the foundation service that implements the specified interface.voidServiceDeployment.uninstallServiceConfiguration(AbstractServiceComponentConfig serviceConfig, String configName, String serviceInterfaceClassName, boolean isRemoveUnusedResources) Deletes the specified application configuration from the foundation service that implements the specified interface. -
Uses of AbstractServiceComponentConfig in com.sas.services.events.broker
Methods in com.sas.services.events.broker that return AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected final AbstractServiceComponentConfigEventBrokerServiceComponentConfig.getConfig(Document serviceConfigDocument) Methods in com.sas.services.events.broker with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected final DocumentFragmentEventBrokerServiceComponentConfig.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) protected final voidEventBrokerServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) protected final voidEventBrokerServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) -
Uses of AbstractServiceComponentConfig in com.sas.services.information
Methods in com.sas.services.information that return AbstractServiceComponentConfigModifier and TypeMethodDescriptionInformationServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigInformationServiceInitObject.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.protected final AbstractServiceComponentConfigInformationServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.Methods in com.sas.services.information with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected final DocumentFragmentInformationServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation user service.protected final voidInformationServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) Merges the new configuration into the Information Service's configuration.protected final voidInformationServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges the new configuration into the Information Service's configuration. -
Uses of AbstractServiceComponentConfig in com.sas.services.logging
Methods in com.sas.services.logging that return AbstractServiceComponentConfigModifier and TypeMethodDescriptionLoggingServiceInitializer2.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigLoggingServiceInitObject2.createConfiguration(Document document) Creates a Logging Service configuration.protected AbstractServiceComponentConfigLoggingServiceInitObject2.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.Methods in com.sas.services.logging with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected DocumentFragmentLoggingServiceInitObject2.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation logging service.protected voidLoggingServiceInitObject2.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) Merges the new logging service configuration into the current configuration.protected voidLoggingServiceInitObject2.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges the new logging service configuration into the current configuration. -
Uses of AbstractServiceComponentConfig in com.sas.services.security
Methods in com.sas.services.security that return AbstractServiceComponentConfigModifier and TypeMethodDescriptionAuthenticationServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigAuthenticationServiceInitObject.createConfiguration(Document document) Creates an Authentication Service configuration from the XML document.protected AbstractServiceComponentConfigAuthenticationServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.Methods in com.sas.services.security with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected DocumentFragmentAuthenticationServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation authentication service.protected voidAuthenticationServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) Merges the new user service configuration into the current configuration.protected voidAuthenticationServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges the new user service configuration into the current configuration. -
Uses of AbstractServiceComponentConfig in com.sas.services.session
Subclasses of AbstractServiceComponentConfig in com.sas.services.sessionModifier and TypeClassDescriptionfinal classSession Service configuration which may specify the default user context to associate with the root session context and optionally a session context timeout.Methods in com.sas.services.session that return AbstractServiceComponentConfigModifier and TypeMethodDescriptionSessionServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigSessionServiceInitObject.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.protected AbstractServiceComponentConfigSessionServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.Methods in com.sas.services.session with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected DocumentFragmentSessionServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation user service.protected voidSessionServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) Merges the new user service configuration into the current configuration.protected voidSessionServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges the new user service configuration into the current configuration. -
Uses of AbstractServiceComponentConfig in com.sas.services.user
Methods in com.sas.services.user that return AbstractServiceComponentConfigModifier and TypeMethodDescriptionUserServiceInitializer.createConfigFromDocument(Document document) Converts an XML document to a service configuration.protected AbstractServiceComponentConfigUserServiceInitObject.createConfiguration(Document document) Creates a service configuration initialized with the specified XML document.protected AbstractServiceComponentConfigUserServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.Methods in com.sas.services.user with parameters of type AbstractServiceComponentConfigModifier and TypeMethodDescriptionprotected DocumentFragmentUserServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation user service.protected voidUserServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) Merges the new user service configuration into the current configuration.protected voidUserServiceInitObject.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) Merges the new user service configuration into the current configuration.