Package org.springframework.flex.security

Integration support for Spring Security.

See:
          Description

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.
FlexSessionInvalidatingAuthenticationListener ApplicationListener implementation that listens for InteractiveAuthenticationSuccessEvents and cleans up any existing FlexSession, forcing it to be re-created.
LoginMessageInterceptor MessageInterceptor implementation that replaces the standard login success message with one that contains relevant information about the logged in user.
PerClientAuthenticationInterceptor MessageInterceptor implementation that handles setup and teardown of the SecurityContext for the current request when using per-client authentication.
SecurityExceptionTranslator Translates SpringSecurityExceptions to appropriate BlazeDS SecurityExceptions.
SpringSecurityLoginCommand Custom BlazeDS LoginCommand that uses Spring Security for Authentication and Authorization.
 

Package org.springframework.flex.security Description

Integration support for Spring Security.