flex « Security « Spring Q&A





1. How can I check Spring Security for user authentication and get roles from Flex?    stackoverflow.com

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 ...

2. Spring-Flex BlazeDs Multi-User + Global Chat Messaging    stackoverflow.com

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 ...

3. BlazeDS : what ARE those standard security fault codes?    stackoverflow.com

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 ...

4. [Spring-Flex][ACEGI] Error or no security    stackoverflow.com

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 ...

5. Spring security as applied to Flex AMF channels?    stackoverflow.com

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" ...

6. Spring-security split authentication and the authorization    stackoverflow.com

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 ...

7. Spring security error in remoting calls from embedded Flex application in Spring MVC page    stackoverflow.com

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 ...

8. Spring Security User Management UI in Flex    stackoverflow.com

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 ...

9. Spring with BlazeDS Global Method Security not working    stackoverflow.com

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 ...





10. Spring Security + Spring Blazeds App throwing authentication error: Command forbidden    stackoverflow.com

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 ...

11. Invalid Result set for authorization query    stackoverflow.com

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 ...

12. How to do program using spring and flex for user Interface    forum.springsource.org

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 ...

13. Spring Security and Flex    forum.springsource.org

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 ...

14. Spring Security 3 + Flex    forum.springsource.org

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 ...

15. Flex based user admin interface    forum.springsource.org

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 ...

16. Flex+spring security integration    forum.springsource.org

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 ...





17. Spring Security and Flex question    forum.springsource.org

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 ...