- AbstractAmfConversionServiceConfigProcessor - Class in org.springframework.flex.core.io
-
Base
MessageBrokerConfigProcessor
implementation that installs an alternative
PropertyProxy
implementation for
enhanced serialization and deserialization of specific types.
- AbstractAmfConversionServiceConfigProcessor() - Constructor for class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
-
- AbstractDestinationFactory - Class in org.springframework.flex.core
-
Base class for BlazeDS destination factories.
- AbstractDestinationFactory() - Constructor for class org.springframework.flex.core.AbstractDestinationFactory
-
- AbstractMessageDestinationBeanDefinitionParser - Class in org.springframework.flex.config.xml
-
- AbstractMessageDestinationBeanDefinitionParser() - Constructor for class org.springframework.flex.config.xml.AbstractMessageDestinationBeanDefinitionParser
-
- AbstractServiceConfigProcessor - Class in org.springframework.flex.core
-
- AbstractServiceConfigProcessor() - Constructor for class org.springframework.flex.core.AbstractServiceConfigProcessor
-
- AbstractServiceConfigProcessor.CustomSpringAdapter - Class in org.springframework.flex.core
-
This is simply a marker to denote that a Spring-managed adapter will be injected at the proper initialization
point.
- AbstractServiceConfigProcessor.CustomSpringAdapter() - Constructor for class org.springframework.flex.core.AbstractServiceConfigProcessor.CustomSpringAdapter
-
- addExcludeFilter(TypeFilter) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Add an exclude type filter to the front of the exclusion list.
- addIncludeFilter(TypeFilter) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Add an include type filter to the end of the inclusion list.
- afterCompletion(MessageProcessingContext, Message, Message, Exception) - Method in interface org.springframework.flex.core.ResourceHandlingMessageInterceptor
-
Callback to be invoked when message processing is complete, giving the interceptor a chance to clean up resources.
- afterPropertiesSet() - Method in class org.springframework.flex.core.AbstractDestinationFactory
- afterPropertiesSet() - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
- afterPropertiesSet() - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
- afterPropertiesSet() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
- afterPropertiesSet() - Method in class org.springframework.flex.hibernate3.config.HibernateConfigProcessor
- afterPropertiesSet() - Method in class org.springframework.flex.hibernate3.config.JpaHibernateConfigProcessor
- afterPropertiesSet() - Method in class org.springframework.flex.hibernate4.config.HibernateConfigProcessor
- afterPropertiesSet() - Method in class org.springframework.flex.hibernate4.config.JpaHibernateConfigProcessor
- afterPropertiesSet() - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
- afterPropertiesSet() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
- afterPropertiesSet() - Method in class org.springframework.flex.messaging.MessageTemplate
- afterPropertiesSet() - Method in class org.springframework.flex.security3.EndpointInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- afterPropertiesSet() - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- afterThrowing(Throwable) - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
-
Apply translation to the thrown exception.
- AmfCreator - Annotation Type in org.springframework.flex.core.io
-
Indicates the constructor to be used when deserializing a type from AMF.
- AmfHttpMessageConverter - Class in org.springframework.flex.http
-
Implementation of
HttpMessageConverter
that can read and write AMF using BlazeDS's AMF serialization/deserialization APIs.
- AmfHttpMessageConverter() - Constructor for class org.springframework.flex.http.AmfHttpMessageConverter
-
- AmfIgnore - Annotation Type in org.springframework.flex.core.io
-
Indicates a property to be skipped during the AMF conversion process.
- AmfIgnoreField - Annotation Type in org.springframework.flex.core.io
-
Indicates a field to be skipped during the AMF conversion process.
- AmfProperty - Annotation Type in org.springframework.flex.core.io
-
Indicates the name of a property in an AMF message to be mapped to a constructor parameter during deserialization.
- AmfView - Class in org.springframework.flex.http
-
Spring-MVC
View
that renders AMF content by serializing the model for the current request using
BlazeDS's AMF serialization/deserialization APIs.
- AmfView() - Constructor for class org.springframework.flex.http.AmfView
-
- AntPathRequestMatcher - Class in org.springframework.flex.security3
-
Matcher which compares a pre-defined ant-style pattern against the URL
(servletPath + pathInfo
) of an HttpServletRequest
.
- AntPathRequestMatcher(String) - Constructor for class org.springframework.flex.security3.AntPathRequestMatcher
-
Creates a matcher with the specific pattern which will match all HTTP methods.
- applyFilters(MetadataReader) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Determine whether the given class does not match any exclude filter
and does match at least one include filter.
- AsyncMessageCreator - Interface in org.springframework.flex.messaging
-
Factory interface for the creation of AMF messages to be sent to a MessageDestination
- authenticationDetailsSource - Variable in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- AuthenticationResultUtils - Class in org.springframework.flex.security3
-
Helper that ensures consistent handling of a Spring Security
Authentication
, providing translation to a structure that will be
useful to a Flex client in determining the credentials of an authenticated user.
- AuthenticationResultUtils() - Constructor for class org.springframework.flex.security3.AuthenticationResultUtils
-
- getAccessManagerId() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getAccessManagerId() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getAllConfigAttributes() - Method in class org.springframework.flex.security3.EndpointSecurityMetadataSource
- getAttributes() - Method in class org.springframework.flex.core.MessageProcessingContext
-
Returns any stored attributes for the current request
- getAttributes(Object) - Method in class org.springframework.flex.security3.EndpointSecurityMetadataSource
- getAuthenticationManagerId() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getAuthenticationManagerId() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getAuthenticationResult() - Static method in class org.springframework.flex.security3.AuthenticationResultUtils
-
Checks for an
Authentication
object in the current
SecurityContext
and if one is found, constructs and returns
a map that will result in an object of the expected format when returned to the Flex client.
- getAuthenticationResult() - Method in class org.springframework.flex.security3.LoginMessageInterceptor
-
Converts the current
Authentication
object into a format suitable for AMF serialization back to the calling client.
- getAuthManager() - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- getBeanClassName(Element) - Method in class org.springframework.flex.config.xml.MessageBrokerBeanDefinitionParser
-
- getBeanFactory() - Method in class org.springframework.flex.core.AbstractDestinationFactory
-
Expose the BeanFactory to subclasses
- getBeanFactory() - Method in class org.springframework.flex.hibernate3.config.HibernateConfigProcessor
-
- getBeanFactory() - Method in class org.springframework.flex.hibernate4.config.HibernateConfigProcessor
-
- getBeanType() - Method in class org.springframework.flex.core.io.SpringPropertyProxy
-
The type for which this PropertyProxy
is registered.
- getClientId() - Method in class org.springframework.flex.messaging.SubscribeEvent
-
The client id of the subscribed Flex client.
- getClientId() - Method in class org.springframework.flex.messaging.UnsubscribeEvent
-
The client id of the subscribed Flex client.
- getConfigProcessors() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
-
Return the set of configuration processors that can customize the created MessageBroker
- getConverter(Class<T>) - Method in class org.springframework.flex.hibernate3.PersistentCollectionConverterFactory
-
- getConverter(Class<T>) - Method in class org.springframework.flex.hibernate4.PersistentCollectionConverterFactory
-
- getConvertibleTypes() - Method in class org.springframework.flex.core.io.NumberConverter
-
- getConvertibleTypes() - Method in class org.springframework.flex.hibernate3.HibernateProxyConverter
- getConvertibleTypes() - Method in class org.springframework.flex.hibernate4.HibernateProxyConverter
- getDefaultDestination() - Method in class org.springframework.flex.messaging.MessageTemplate
-
Returns the id of the default message destination for this template
- getDestinationId() - Method in class org.springframework.flex.core.AbstractDestinationFactory
-
Returns the id for the destination created by this factory
- getDestinationId() - Method in class org.springframework.flex.messaging.SubscribeEvent
-
The id of the message destination.
- getDestinationId() - Method in class org.springframework.flex.messaging.UnsubscribeEvent
-
The id of the message destination.
- getEndpointDefinitionSourceClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getEndpointDefinitionSourceClassName() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getEndpointInterceptorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getEndpointInterceptorClassName() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getExceptionLogger() - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
-
- getExceptionTranslators() - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
-
Returns the set of provided exception translators
- getExceptionTranslators() - Method in class org.springframework.flex.security3.FlexAuthenticationEntryPoint
-
- getInstanceToSerialize(Object) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
-
Delegates to the configured
ConversionService
to potentially convert the instance to the registered bean type.
- getJmsTemplate() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.flex.servlet.MessageBrokerHandlerAdapter
- getLoginCommandClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getLoginCommandClassName() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getLoginMessageInterceptorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getLoginMessageInterceptorClassName() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getMessageBroker() - Method in class org.springframework.flex.messaging.MessageTemplate
-
Returns the MessageBroker
for routing messages
- getMessageInterceptors() - Method in class org.springframework.flex.core.MessageInterceptionAdvice
-
- getMessageTarget() - Method in class org.springframework.flex.core.MessageProcessingContext
-
Returns the intercepted target endpoint of the current message processing request
- getMessagingConfiguration(ServletConfig) - Method in class org.springframework.flex.config.FlexConfigurationManager
-
Parses the BlazeDS config files and returns a populated MessagingConfiguration
- getObject() - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
- getObject() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
- getObjectDefinitionSource() - Method in class org.springframework.flex.security3.EndpointInterceptor
-
- getObjectType() - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
- getObjectType() - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
- getPattern() - Method in class org.springframework.flex.security3.AntPathRequestMatcher
-
- getPerClientAuthenticationInterceptorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getPerClientAuthenticationInterceptorClassName() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getProperties() - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
Returns the properties ConfigMap
for the destination
- getPropertyNames(Object) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
- getRenderedAttributes() - Method in class org.springframework.flex.http.AmfView
-
Returns the attributes in the model that should be rendered by this view.
- getResourceLoader() - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Return the ResourceLoader used in locating matching resources.
- getSecureObjectClass() - Method in class org.springframework.flex.security3.EndpointInterceptor
- getSecurityConfigPostProcessorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getSecurityConfigPostProcessorClassName() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getSecurityExceptionTranslatorClassName() - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- getSecurityExceptionTranslatorClassName() - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- getServiceAdapterClassName() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
Returns the class name of the default ServiceAdapter
for the Service
- getServiceAdapterClassName() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
-
Returns the class name of the default ServiceAdapter
for the Service
- getServiceAdapterClassName() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
-
Returns the class name of the default ServiceAdapter
for the Service
- getServiceAdapterId() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
Returns the default ServiceAdapter
id for the Service
- getServiceAdapterId() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
-
Returns the default ServiceAdapter
id for the Service
- getServiceAdapterId() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
-
Returns the default ServiceAdapter
id for the Service
- getServiceClassName() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
Returns the class name of the specific Service
implementation being configured
- getServiceClassName() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
-
Returns the class name of the specific Service
implementation being configured
- getServiceClassName() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
-
Returns the class name of the specific Service
implementation being configured
- getServiceId() - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
Returns the default id for the Service
being configured
- getServiceId() - Method in class org.springframework.flex.messaging.MessageServiceConfigProcessor
-
Returns the default id for the Service
being configured
- getServiceId() - Method in class org.springframework.flex.remoting.RemotingServiceConfigProcessor
-
Returns the default id for the Service
being configured
- getTargetService(MessageBroker) - Method in class org.springframework.flex.core.AbstractDestinationFactory
-
Returns the target Service
that will manage the destination
- getTargetService(MessageBroker) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
Returns the target Service
that will manage the destination
- getTargetService(MessageBroker) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
-
Returns the target Service
that will manage the destination
- getType(Object, String) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
- getValue(Object, String) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
-
Delegates to the configured
ConversionService
to potentially convert the current value to the actual type of the property.
- parse(Element, ParserContext) - Method in class org.springframework.flex.config.xml.RemotingDestinationBeanDefinitionParser
- parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.AbstractMessageDestinationBeanDefinitionParser
-
Hook for subclasses to add custom parsing logic for technology-specific adapters.
- parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.IntegrationMessageDestinationBeanDefinitionParser
-
Hook for subclasses to add custom parsing logic for technology-specific adapters.
- parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.JmsMessageDestinationBeanDefinitionParser
-
Hook for subclasses to add custom parsing logic for technology-specific adapters.
- parseAdapter(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.flex.config.xml.MessageDestinationBeanDefinitionParser
-
Hook for subclasses to add custom parsing logic for technology-specific adapters.
- parseConfigAttributes(String) - Method in class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- parseConfigAttributes(String) - Method in interface org.springframework.flex.config.xml.SpringSecurityConfigHelper
-
- parseInternal(Element, ParserContext) - Method in class org.springframework.flex.config.xml.AbstractMessageDestinationBeanDefinitionParser
- PerClientAuthenticationInterceptor - Class in org.springframework.flex.security3
-
- PerClientAuthenticationInterceptor() - Constructor for class org.springframework.flex.security3.PerClientAuthenticationInterceptor
-
- PersistentCollectionConverterFactory - Class in org.springframework.flex.hibernate3
-
ConverterFactory
implementation that supplies a
Converter
instance that can convert
PersistentCollection
instances from Hibernate.
- PersistentCollectionConverterFactory() - Constructor for class org.springframework.flex.hibernate3.PersistentCollectionConverterFactory
-
- PersistentCollectionConverterFactory - Class in org.springframework.flex.hibernate4
-
ConverterFactory
implementation that supplies a
Converter
instance that can convert
PersistentCollection
instances from Hibernate.
- PersistentCollectionConverterFactory() - Constructor for class org.springframework.flex.hibernate4.PersistentCollectionConverterFactory
-
- postProcess(MessageProcessingContext, Message, Message) - Method in interface org.springframework.flex.core.MessageInterceptor
-
Hook for post-processing the outgoing AMF Message
- postProcess(MessageProcessingContext, Message, Message) - Method in class org.springframework.flex.security3.EndpointInterceptor
-
Hook for post-processing the outgoing AMF Message
- postProcess(MessageProcessingContext, Message, Message) - Method in class org.springframework.flex.security3.LoginMessageInterceptor
-
Hook for post-processing the outgoing AMF Message
- postProcess(MessageProcessingContext, Message, Message) - Method in class org.springframework.flex.security3.PerClientAuthenticationInterceptor
-
Hook for post-processing the outgoing AMF Message
- postProcessAfterInitialization(Object, String) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.flex.config.RemotingAnnotationPostProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.flex.hibernate3.config.HibernateSerializationConfigPostProcessor
-
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.flex.hibernate4.config.HibernateSerializationConfigPostProcessor
-
- postProcessBeforeInitialization(Object, String) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- postProcessMergedBeanDefinition(RootBeanDefinition, Class, String) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- prepareResponse(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.flex.http.AmfView
- preProcess(MessageProcessingContext, Message) - Method in interface org.springframework.flex.core.MessageInterceptor
-
Hook for pre-processing the incoming AMF Message
- preProcess(MessageProcessingContext, Message) - Method in class org.springframework.flex.security3.EndpointInterceptor
-
Hook for pre-processing the incoming AMF Message
- preProcess(MessageProcessingContext, Message) - Method in class org.springframework.flex.security3.LoginMessageInterceptor
-
Hook for pre-processing the incoming AMF Message
- preProcess(MessageProcessingContext, Message) - Method in class org.springframework.flex.security3.PerClientAuthenticationInterceptor
-
Hook for pre-processing the incoming AMF Message
- processAfterStartup(MessageBroker) - Method in interface org.springframework.flex.config.MessageBrokerConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after it and all of its services have been
started but before it is available for use.
- processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
Error checking is done on the started MessageBroker to ensure configuration was successful.
- processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.EndpointConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after it and all of its services have been
started but before it is available for use.
- processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after it and all of its services have been
started but before it is available for use.
- processAfterStartup(MessageBroker) - Method in class org.springframework.flex.core.LoginCommandConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after it and all of its services have been
started but before it is available for use.
- processBeforeStartup(MessageBroker) - Method in interface org.springframework.flex.config.MessageBrokerConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after its intial configuration settings
have been parsed from the BlazeDS XML configuration, but before it has actually been started.
- processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
The MessageBroker is checked to see if the Service has already been configured via the BlazeDS XML config.
- processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.EndpointConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after its intial configuration settings
have been parsed from the BlazeDS XML configuration, but before it has actually been started.
- processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after its intial configuration settings
have been parsed from the BlazeDS XML configuration, but before it has actually been started.
- processBeforeStartup(MessageBroker) - Method in class org.springframework.flex.core.LoginCommandConfigProcessor
-
Apply this config processor to the newly created MessageBroker
after its intial configuration settings
have been parsed from the BlazeDS XML configuration, but before it has actually been started.
- proxyFor(Class<?>, boolean, ConversionService) - Static method in class org.springframework.flex.core.io.SpringPropertyProxy
-
Factory method for creating correctly configured Spring property proxy instances.
- SECURITY_CONFIG_POST_PROCESSOR - Static variable in class org.springframework.flex.config.BeanIds
-
- SecurityConfigurationPostProcessor - Class in org.springframework.flex.security3
-
Infrastructure class for setting up the necessary integration points with Spring Security.
- SecurityConfigurationPostProcessor() - Constructor for class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- SecurityExceptionTranslator - Class in org.springframework.flex.security3
-
Translates SpringSecurityExceptions to appropriate BlazeDS SecurityExceptions.
- SecurityExceptionTranslator() - Constructor for class org.springframework.flex.security3.SecurityExceptionTranslator
-
- send(AsyncMessageCreator) - Method in class org.springframework.flex.messaging.MessageTemplate
-
- send(Object) - Method in class org.springframework.flex.messaging.MessageTemplate
-
Sends a message with the specified body to the default destination.
- send(String, Object) - Method in class org.springframework.flex.messaging.MessageTemplate
-
Sends a message with the specified body to the specified destination
- SESSION_FIXATION_PROTECTION_CONFIGURER - Static variable in class org.springframework.flex.config.BeanIds
-
- setAllowSubtopics(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
- setAsText(String) - Method in class org.springframework.flex.config.json.JsonConfigMapPropertyEditor
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.flex.core.EndpointConfigProcessor
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.flex.core.AbstractDestinationFactory
- setBeanFactory(BeanFactory) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.flex.hibernate3.config.HibernateConfigProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.flex.hibernate4.config.HibernateConfigProcessor
- setBeanFactory(BeanFactory) - Method in class org.springframework.flex.messaging.MessageTemplate
- setBeanName(String) - Method in class org.springframework.flex.core.AbstractDestinationFactory
- setBeanName(String) - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
- setBeanName(String) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
- setBeanName(String) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
- setBeanName(String) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
- setChannels(String[]) - Method in class org.springframework.flex.core.AbstractDestinationFactory
-
Specify the BlazeDS channel ids (in order of preference) for communication with this destination
- setClusterMessageRouting(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setClusterRef(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setConfigProcessors(Set<MessageBrokerConfigProcessor>) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
-
- setConfigurationManager(ConfigurationManager) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
-
- setConfigurationParser(ConfigurationParser) - Method in class org.springframework.flex.config.FlexConfigurationManager
-
Sets the parser to be used in building a MessagingConfiguration.
- setConfigurationPath(String) - Method in class org.springframework.flex.config.FlexConfigurationManager
-
Set the path for the BlazeDS XML configuration file.
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
Sets the ConnectionFactory
to use for sending and receiving JMS messages
- setConversionService(ConversionService) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
-
- setDefaultAdapterId(String) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
Set the id for the default adapter to be installed in the Service
.
- setDefaultChannels(String[]) - Method in class org.springframework.flex.core.AbstractServiceConfigProcessor
-
Set the ids of the default channels to be set on the Service
.
- setDefaultDestination(String) - Method in class org.springframework.flex.messaging.MessageTemplate
-
Sets the id of the default message destination for this template
- setDestinationId(String) - Method in class org.springframework.flex.core.AbstractDestinationFactory
-
Specify the id for the destination
- setDestinationResolver(DestinationResolver) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
- setDetails(HttpServletRequest, UsernamePasswordAuthenticationToken) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
Provided so that subclasses may configure what is put into the authentication request's details
property.
- setDisableCaching(boolean) - Method in class org.springframework.flex.http.AmfView
-
Disables caching of the generated AMF response.
- setDisallowWildcardSubtopics(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.flex.hibernate3.config.JpaHibernateConfigProcessor
-
Sets the Hibernate-provided EntityManagerFactory
to be used for reading type metadata.
- setEntityManagerFactory(EntityManagerFactory) - Method in class org.springframework.flex.hibernate4.config.JpaHibernateConfigProcessor
-
Sets the Hibernate-provided EntityManagerFactory
to be used for reading type metadata.
- setExceptionLogger(ExceptionLogger) - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
-
- setExceptionTranslators(Set<ExceptionTranslator>) - Method in class org.springframework.flex.core.ExceptionTranslationAdvice
-
Sets the provided exception translators
- setExceptionTranslators(Set<ExceptionTranslator>) - Method in class org.springframework.flex.security3.FlexAuthenticationEntryPoint
-
- setExcludeFilters(List<TypeFilter>) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Sets the list of type filters to use for exclusion.
- setExcludeMethods(String[]) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
-
Sets the methods to be excluded from the bean being exported
- setExtractPayload(boolean) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
-
Specify whether the Flex Message body should be extracted
to be used as the payload of a Spring Integration Message.
- setFilterChainProxy(FilterChainProxy) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- setIncludeFilters(List<TypeFilter>) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Sets the list of type filters to use for inclusion.
- setIncludeMethods(String[]) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
-
Sets the methods to included from the bean being exported
- setJmsDestination(Destination) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
Sets the JMS Destination
for messages sent and received by this adapter
- setLogoutHandlers(List<LogoutHandler>) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- setMessageBroker(MessageBroker) - Method in class org.springframework.flex.core.AbstractDestinationFactory
-
Set the MessageBroker
where this destination will be created.
- setMessageBroker(MessageBroker) - Method in class org.springframework.flex.messaging.MessageTemplate
-
Sets the MessageBroker
for routing messages
- setMessageChannel(MessageChannel) - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
-
Sets the Spring Integration MessageChannel
for sending and receiving messages
- setMessageConverter(MessageConverter) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
- setMessageInterceptors(Set<MessageInterceptor>) - Method in class org.springframework.flex.core.MessageInterceptionAdvice
-
- setMessageTimeToLive(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setObjectDefinitionSource(EndpointSecurityMetadataSource) - Method in class org.springframework.flex.security3.EndpointInterceptor
-
- setPerClientAuthentication(boolean) - Method in class org.springframework.flex.core.LoginCommandConfigProcessor
-
Configures the per-client authentication setting for the BlazeDS login manager
- setPerClientAuthentication(boolean) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- setProperties(ConfigMap) - Method in class org.springframework.flex.core.ManageableComponentFactoryBean
-
Sets the properties ConfigMap
to use in initializing the created component
- setQueueName(String) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
Sets the JMS queue name for messages sent and received by this adapter.
- setRememberMeServices(RememberMeServices) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- setRememberMeServices(RememberMeServices) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- setRenderedAttributes(Set<String>) - Method in class org.springframework.flex.http.AmfView
-
Sets the attributes in the model that should be rendered by this view.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.flex.config.FlexConfigurationManager
-
Set the
ResourceLoader
to be used to load BlazeDS XML configuration resources
- setResourceLoader(ResourceLoader) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Set the ResourceLoader to use for resource locations.
- setResourceLoader(ResourceLoader) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
- setResourcePattern(String) - Method in class org.springframework.flex.core.io.ClassPathScanningAmfConversionServiceConfigProcessor
-
Set the resource pattern to use when scanning the classpath.
- setSendSecurityConstraint(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setService(Object) - Method in class org.springframework.flex.remoting.RemotingDestinationExporter
-
Sets the bean being exported.
- setServiceAdapter(String) - Method in class org.springframework.flex.core.AbstractDestinationFactory
-
Specify a custom service adapter id to be used by this destination
- setServicesConfigPath(String) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
-
- setServletConfig(ServletConfig) - Method in class org.springframework.flex.core.AbstractDestinationFactory
- setServletConfig(ServletConfig) - Method in class org.springframework.flex.servlet.MessageBrokerHandlerAdapter
- setServletContext(ServletContext) - Method in class org.springframework.flex.core.MessageBrokerFactoryBean
- setSessionAuthenticationStrategy(SessionAuthenticationStrategy) - Method in class org.springframework.flex.security3.SecurityConfigurationPostProcessor
-
- setSessionAuthenticationStrategy(SessionAuthenticationStrategy) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- setSessionFactory(SessionFactory) - Method in class org.springframework.flex.hibernate3.config.HibernateConfigProcessor
-
Sets the Hibernate SessionFactory
to be used for reading type metadata.
- setSessionFactory(SessionFactory) - Method in class org.springframework.flex.hibernate4.config.HibernateConfigProcessor
-
Sets the Hibernate SessionFactory
to be used for reading type metadata.
- setSubscribeSecurityConstraint(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setSubscriptionTimeoutMinutes(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setSubtopicSeparator(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setThrottleInboundMaxFrequency(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setThrottleInboundPolicy(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setThrottleOutboundMaxFrequency(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setThrottleOutboundPolicy(String) - Method in class org.springframework.flex.messaging.MessageDestinationFactory
-
- setTopicName(String) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
Sets the JMS topic name for messages sent and received by this adapter.
- setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.flex.messaging.jms.JmsAdapter
-
- setUseDirectFieldAccess(boolean) - Method in class org.springframework.flex.core.io.AbstractAmfConversionServiceConfigProcessor
-
When true, configures the registered
SpringPropertyProxy
instances to access fields directly, rather than
requiring strict JavaBean compliance.
- setValue(Object, String, Object) - Method in class org.springframework.flex.core.io.SpringPropertyProxy.DelayedWriteSpringPropertyProxy
-
Delegates to the configured
ConversionService
to potentially convert the value to the actual type of the property.
- setValue(Object, String, Object) - Method in class org.springframework.flex.core.io.SpringPropertyProxy
-
Delegates to the configured
ConversionService
to potentially convert the value to the actual type of the property.
- SpringPropertyProxy - Class in org.springframework.flex.core.io
-
Spring
ConversionService
-aware
PropertyProxy
that seeks to find an appropriate converter for
a given bean property during AMF serialization and deserialization.
- SpringPropertyProxy.DelayedWriteSpringPropertyProxy - Class in org.springframework.flex.core.io
-
Extension to
SpringPropertyProxy
that allow for use of classes that lack default no-arg constructors and instead have
a constructor annotated with
AmfCreator
.
- SpringSecurity3ConfigHelper - Class in org.springframework.flex.config.xml
-
- SpringSecurity3ConfigHelper() - Constructor for class org.springframework.flex.config.xml.SpringSecurity3ConfigHelper
-
- SpringSecurityConfigHelper - Interface in org.springframework.flex.config.xml
-
This interface defines the various integration points for Spring Security, originally provided as a way to provide
support for both versions 2 and 3 of Spring Security concurrently.
- SpringSecurityConfigResolver - Class in org.springframework.flex.config.xml
-
- SpringSecurityConfigResolver() - Constructor for class org.springframework.flex.config.xml.SpringSecurityConfigResolver
-
- SpringSecurityLoginCommand - Class in org.springframework.flex.security3
-
Custom BlazeDS LoginCommand
that uses Spring Security for Authentication and Authorization.
- SpringSecurityLoginCommand(AuthenticationManager) - Constructor for class org.springframework.flex.security3.SpringSecurityLoginCommand
-
- start(ServletConfig) - Method in class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
-
- start() - Method in class org.springframework.flex.messaging.integration.IntegrationAdapter
- start() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
- start(ServletConfig) - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
- stop() - Method in class org.springframework.flex.config.FlexConfigurationManager.NoOpLoginCommand
-
- stop() - Method in class org.springframework.flex.messaging.jms.JmsAdapter
- stop() - Method in class org.springframework.flex.security3.SpringSecurityLoginCommand
- SubscribeEvent - Class in org.springframework.flex.messaging
-
Event that will be broadcast whenever a Flex client subscribes to a MessageDestination
that is using
one of the Spring-provided MessagingAdapters
.
- SubscribeEvent(Object, String, String) - Constructor for class org.springframework.flex.messaging.SubscribeEvent
-
- supports(Class<?>) - Method in class org.springframework.flex.http.AmfHttpMessageConverter
- supports(Class<?>) - Method in class org.springframework.flex.security3.EndpointSecurityMetadataSource
- supports(Object) - Method in class org.springframework.flex.servlet.MessageBrokerHandlerAdapter