Package org.springframework.flex.messaging.security

Integration support for Spring Security.

See:
          Description

Interface Summary
EndpointSecurityAdvisor Marker interface for Spring AOP Advisors that apply security constraints to BlazeDS Endpoints.
 

Class Summary
EndpointDefinitionSource Implementation of ObjectDefinitionSource for BlazeDS Endpoints.
EndpointInterceptor Security interceptor that secures messages being passed to BlazeDS endpoints based on the security attributes configured for the endpoint being invoked.
EndpointServiceMessagePointcutAdvisor Static method-matching pointcut advisor that applies security advice to invocations of AbstractEndpoint.serviceMessage(Message).
MessageBrokerSecurityConfigProcessor Processor that applies security advice to configured BlazeDS endpoints by wrapping them in Spring AOP proxies.
SecurityExceptionTranslationAdvice Catches SpringSecurityExceptions and translates them to appropriate BlazeDS SecurityExceptions to be rethrown so that a proper AMF error will be sent back to the client.
SpringSecurityLoginCommand Custom BlazeDS LoginCommand that uses Spring Security for Authentication and Authorization.
 

Package org.springframework.flex.messaging.security Description

Integration support for Spring Security.