| Package | Description |
|---|---|
| org.springframework.flex.core |
Foundational infrastructure for configuring and bootstrapping BlazeDS in a Spring WebApplicationContext.
|
| org.springframework.flex.security3 |
Integration support for Spring Security.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceHandlingMessageInterceptor
Extension of the
MessageInterceptor interface that adds an additional callback to be invoked after standard
message processing is completed. |
| Modifier and Type | Method and Description |
|---|---|
Set<MessageInterceptor> |
MessageInterceptionAdvice.getMessageInterceptors()
Returns the chain of provided
MessageInterceptors |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageInterceptionAdvice.setMessageInterceptors(Set<MessageInterceptor> messageInterceptors)
Sets the chain of provided
MessageInterceptors |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointInterceptor
Security interceptor that secures messages being passed to BlazeDS endpoints based on the security attributes
configured for the endpoint being invoked.
|
class |
LoginMessageInterceptor
MessageInterceptor implementation that replaces the standard login success message with one that contains
relevant information about the logged in user. |
class |
PerClientAuthenticationInterceptor
MessageInterceptor implementation that handles setup and teardown of the SecurityContext for the
current request when using per-client authentication. |
Copyright © 2014. All rights reserved.