Search:

Type: Posts; User: jweder; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    724

    Don't I feel stupid. Thanks Marten. I works now.

    Don't I feel stupid. Thanks Marten. I works now.
  2. Replies
    2
    Views
    724

    Simple AOP 2.0 XML Not working

    I am trying to learn the new AOP 2.0 XML syntax and for some reason I am missing something simple. Any help would be much appreciated.

    I want to add some around advice to this StandardStringUtils...
  3. Replies
    15
    Views
    14,478

    I agree... Big time. I think I will avoid the...

    I agree... Big time. I think I will avoid the spring-modules-cache until its sorted. :(
    Think I'll just use Ehcache directly.
  4. Yeah, I know where you are coming from sroach......

    Yeah, I know where you are coming from sroach... you like to be next to the code.

    In this project, I'd like to "stretch the boundaries" and author the HTML with a good tool that allows non-coders...
  5. Recommend HTML Authoring Tool (Spring and JSP)

    We are planning to use Spring MVC and JSPs w/ JSTL in a new application.

    I was wondering if the community could recommend what is the best HTML authoring tool? Tell me how you build your pages and...
  6. Replies
    1
    Views
    1,168

    HOW2: Simple Authentication Security

    I would like to know what is the recommended recipe for implementing simple "are you authenticated" security for method interceptors.

    I am using MethodSecurityInterceptor to wrap my services.
    ...
  7. HOW2: Simultaneous support for Java clients and Browser apps

    I have a nice little Spring application exposing some business logic. I am using Acegi to provide method security for the services (POJO/POJI with AOP and HTTP remoting).

    From the...
  8. Configuration

    Just in case, here are my configs:

    web.xml


    <display-name>JSARC</display-name>
    <description>
    Sample Java Spring Acegi Rich Client Application
    </description>
  9. I want to utilize the SessionRegistry and Concurrency

    Thanks Luke;

    I want to utilize the SessionRegistry and ConcurrentSessionController. We have some awkward home-brew stuff that I would like to get rid of.

    My latest attempts at using these...
  10. Unable it implement Login Service: what Authentication details?

    I want to provide a remote service for rich client to login and logout.

    As its implemented now, the service goes to the authentication manager to authenticate by using a...
  11. Looks like you are on the right track to me. I...

    Looks like you are on the right track to me.

    I just recently did this in our project. I created my own UserDetailsService (MyCustomUserDetailsService implements UserDetailsService).

    In your...
  12. Replies
    3
    Views
    968

    I'd bet you don't have the correct password in...

    I'd bet you don't have the correct password in the file. It would have to be MD5 encrypted with the salt value attached and Base64 encoded.

    I recall from briefly trying to validate some of this...
  13. Replies
    1
    Views
    842

    RoleVoter configuration

    Sorry. Probably common knowlege. I see it now.

    RoleVoter:


    public void setRolePrefix(String rolePrefix) {
    this.rolePrefix = rolePrefix;
    }

    public String getRolePrefix()...
  14. Replies
    2
    Views
    1,071

    Thanks a lot katentim. That little hint got me...

    Thanks a lot katentim.

    That little hint got me a breakthrough.

    FYI: I'm fairly new to Acegi and did not know about the Contacts demo... its easy to miss on the site. Looking at it helped.
  15. Replies
    2
    Views
    1,071

    Rich client using httpinvoker

    Please help.

    I have a Java client that talks to a service deployed in Jetty. Everything works until I try to add security.

    There must be some trick to getting the Authentication object passed...
  16. Replies
    1
    Views
    842

    Role name requirements elude me

    I am trying to wire a MethodSecurityInterceptor with its objectDefinitionSource and for the first time I tried using role names other than what is in all the reference material and examples.

    What...
  17. Replies
    3
    Views
    1,187

    Well, I'm still trying to determine where and...

    Well, I'm still trying to determine where and when I want to engage domain object security but I did see how to programmatically wrap an object. Its primative but its a start.



    protected...
  18. Replies
    3
    Views
    1,187

    Hmmm. Lets say I wrap the domain objects in...

    Hmmm.

    Lets say I wrap the domain objects in the service layer. Is there any way to load an interceptor and programatically set its object?

    Example psuedo code:

    SomeServiceImpl implements...
  19. Replies
    3
    Views
    1,187

    Securing Domain Objects: Service vs. DAO

    I want to secure our domain objects (AOP Acegi) and extend them to the service layer clients (web, swing, etc).

    From examples, I've been able to wrap POJOs with security. My question here is...
  20. Replies
    2
    Views
    1,182

    Thanks costin. I figured out the clogger. I...

    Thanks costin.

    I figured out the clogger. I put a commons-logging.properties in the classpath:

    org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger...
  21. Replies
    2
    Views
    1,182

    Spring startup questions (class loading)

    My app has a remote class loader.

    Spring is looking for some stuff during startup and causing some minor delays. (See below)

    How can I configure it so that it won't do the default fallback...
  22. Programatically determine the user's privileges

    Is there any way to programatically determine the user's privileges on an object? I'm using Acegi AOP interceptors on domain objects.

    One example usage:
    Disable GUI widgets for fields that the...
  23. Replies
    2
    Views
    1,157

    Authentication in Non-Web application

    Looking at how the authentication manager accesses the security context for the authorization; I can't figure out how to do this in a non-web J2EE application. I will have many users. I can't rely on...
  24. Replies
    2
    Views
    1,001

    How to handle user state in RCP

    Looking for recommendations on how to handle user information during a session inside a rich client. Primarily focused on dealing with things like identity and security implementation for a client...
  25. Replies
    5
    Views
    1,164

    I found several others looking to do this... each...

    I found several others looking to do this... each slightly different approaches and one using the SingletonBeanFactoryLocator with in a custom DispatcherServlet.

    This is what I did just in case...
Results 1 to 25 of 39
Page 1 of 2 1 2