I'm using Spring, Spring Security, BlazeDS, Flex and spring-flex.
I know that I can call channelSet.login() and channelSet.logout() to hook into Spring Security for authentication. channelSet.authenticated apparently only knows about the ... |
I'm working on an application that allows users to send internal message to one-another.
I'll tell you what the current setup is and please help me figure out how to make it ... |
I'm trying to write a Flex client that interacts with a Spring-Flex java application. I would like to catch (the flex equivalent of) SecurityExceptions and
- Display an error page if the user ...
|
As I say in the title of my question, I don't succeed in configuring Spring Security...
I've followed two articles written by James Ward or Jettro Coenradie but I still don't have ... |
The Spring/BlazeDS documentation is not clear on what happens if you just put
<flex:secured />
Within the <flex:message-broker> stanza. That is, do not put any of these in there:
<flex:secured-channel channel="my-amf" ...
|
I'm trying to create a custom login for my flex web app with spring-security.
I have an working version where we use the channelset.login with blazeds.
The problem i have is that i ... |
I wish someone can help me with this one. I have a Spring MVC application (Spring 3) running perfectly fine with Spring Security 3, we are now adding support for Flex ... |
|
Is anyone aware of any existing user/group management UI plug in for Spring Security in Flex / Action Script 3? It is basically an interface to manage users like user registration ... |
I am using BlazeDS and Spring Security and have set up my application using a Spring Security filter chain and Dispatcher Servlet in my web.xml and in my application-context.xml I have ... |
I'm trying to configure Spring Security (v. 3.0.5) within a Spring (v. 3.0.6) Blazeds (Community Edition: 4.0.0.13312) web application. The application is compiling and staring without errors but when I try ... |
I have to connect to a third party tool for getting authorization, the tool is called superman which my client uses. Not sure whether this is inhouse or bought. I am ... |
HI All, Can Anybody plz help me out as I am new to this Spring & flex. I want to read value entered in a text box by user from flex ... |
Spring Security and Flex Hello, I have just few issues in spring security and flex. Actually, I configured spring security and flex ok and working (after digging tutorials) until I found ... |
Spring Security 3 + Flex Hi, I'm trying to integrate Spring Security 3 with Flex (well, the Spring-Flex project) This is what I have so far: The Flex client makes a ... |
Greetings, I'm currently integrating Spring Security in my application and developing Flex based user admin interface based on the object model defined by Spring Security. Because the User and GrantedAuthorityImpl don't ... |
Flex+spring security integration Hi everybody , I'm newbie in flex spring integration, i work on a project using flex and spring so i have successfully communicated the two technologies , but ... |
Spring Security and Flex question Hello, So i have gotten the spring security on the server side working and i can authenticate from flex. I wrote my own AuthenticationProvider and UserDetailsService ... |