Uses of Class
com.sas.services.ServiceConfigurationException
Packages that use ServiceConfigurationException
Package
Description
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 ServiceConfigurationException in com.sas.services
Methods in com.sas.services that throw ServiceConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract DocumentFragmentAbstractServiceComponentConfig.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation service.protected abstract AbstractServiceComponentConfigAbstractServiceComponentConfig.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.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.protected final voidAbstractServiceComponentConfig.validateServiceComponent(com.sas.metadata.remote.ServiceComponent serviceComponent) Determines whether or not the service component is valid. -
Uses of ServiceConfigurationException in com.sas.services.events.broker
Methods in com.sas.services.events.broker that throw ServiceConfigurationExceptionModifier and TypeMethodDescriptionprotected final DocumentFragmentEventBrokerServiceComponentConfig.appendDOM(Document document) protected final DocumentFragmentEventBrokerServiceComponentConfig.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) protected final AbstractServiceComponentConfigEventBrokerServiceComponentConfig.getConfig(Document serviceConfigDocument) protected final voidEventBrokerServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig) protected final voidEventBrokerServiceComponentConfig.mergeConfiguration(AbstractServiceComponentConfig currentConfig, AbstractServiceComponentConfig newConfig, MergePolicy mergePolicy) -
Uses of ServiceConfigurationException in com.sas.services.information
Methods in com.sas.services.information that throw ServiceConfigurationExceptionModifier and TypeMethodDescriptionfinal voidInformationServiceInitObject.addFactories(String protocolTypeKey, FactoryAction[] factoryActions) Creates an Information Service factory and adds it to the collection.final voidInformationServiceInitObject.addFactory(String factoryProtocol, String type, FactoryAction factoryAction) Creates an Information Service factory and adds it to the collection.final voidInformationServiceInitObject.addFactory(String protocol, String type, String action) Creates an Information Service factory and adds it to the collection.final voidInformationServiceInitObject.addFactory(String protocol, String type, String action, String filter) Creates an Information Service factory and adds it to the collection.final booleanInformationServiceInitObject.addReposDef(String name, RepositoryDef def) Adds an Information Service repository definition to the model.protected final DocumentFragmentInformationServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation user service.protected final AbstractServiceComponentConfigInformationServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.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.static InformationServiceInitObjectInformationServiceInitializer.parse(Document document) Gets an Information Service initialization object for the specifiedDocument.protected final voidInformationServiceInitObject.validateServiceConfigurationCustom(Document serviceConfiguration) Determines whether or not the service configuration is valid for this service component.Constructors in com.sas.services.information that throw ServiceConfigurationExceptionModifierConstructorDescriptionInformationServiceFactory()Constructs a default instance. -
Uses of ServiceConfigurationException in com.sas.services.logging
Methods in com.sas.services.logging that throw ServiceConfigurationExceptionModifier and TypeMethodDescriptionbooleanLoggingServiceInitObject2.addOutput(Output output) Adds an Logging Service output to the model.voidLoggingServiceInitObject2.addOutput(String id, String async, String type, String layoutPattern, Map<String, String> params) Add a Logging Output to the collection.DocumentFragmentLoggingServiceInitObject2.appendDOM(Document document) Constructs an XML document by returning a fragment representing a Logging Service configuration.protected DocumentFragmentLoggingServiceInitObject2.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation logging service.protected AbstractServiceComponentConfigLoggingServiceInitObject2.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.static voidLoggingServiceInitializer2.initialize(Object initObject, LoggingServiceInitObject2 loggingServiceConfiguration) Obtain an LoggingService initialization object from deployment configuration.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.static final LoggingServiceInitObject2LoggingServiceInitializer2.parse(Document document) Parses the XML document to create a Logging Service configuration.voidLoggingServiceInitObject2.parseDocument(Document document) Parses an XML document to obtain a logging service configuration. -
Uses of ServiceConfigurationException in com.sas.services.security
Methods in com.sas.services.security that throw ServiceConfigurationExceptionModifier and TypeMethodDescriptionprotected DocumentFragmentAuthenticationServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation authentication service.protected AbstractServiceComponentConfigAuthenticationServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.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.static final AuthenticationServiceInitObjectAuthenticationServiceInitializer.parse(Document document) Parses Authentication Service configuration.protected voidAuthenticationServiceInitObject.validateServiceConfigurationCustom(Document document) Determines whether or not the service configuration is valid for this service component. -
Uses of ServiceConfigurationException in com.sas.services.session
Methods in com.sas.services.session that throw ServiceConfigurationExceptionModifier and TypeMethodDescriptionprotected DocumentFragmentSessionServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation user service.protected AbstractServiceComponentConfigSessionServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.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.static final SessionServiceInitObjectSessionServiceInitializer.parse(Document document) Gets an instance of the SessionServiceInitObject using the specified configuration data found in the XML formatted deployment configuration file.protected voidSessionServiceInitObject.validateServiceConfigurationCustom(Document document) Determines whether or not the service configuration is valid for this service component. -
Uses of ServiceConfigurationException in com.sas.services.user
Methods in com.sas.services.user that throw ServiceConfigurationExceptionModifier and TypeMethodDescriptionvoidUserServiceInitObject.addUser(SimpleUserIdentity identity) Adds the new user identity to the user list.voidUserServiceInitObject.addUser(String id, String credential, String domain) Creates a new user and adds it to the user list.protected DocumentFragmentUserServiceInitObject.appendDOM(Document document, AbstractServiceComponentConfig serviceConfig) Constructs a document object model representing the configuration data for a foundation user service.protected AbstractServiceComponentConfigUserServiceInitObject.getConfig(Document serviceConfigDocument) Gets an object representing the service's configuration data obtained from the specified XML document.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.static final UserServiceInitObjectUserServiceInitializer.parse(Document document) Get an initialization object that can be used to configure a User Service.