filterSecurityInterceptor « Security « Spring Q&A





1. filterSecurityInterceptor and metadatasource implementation spring-security    stackoverflow.com

I created a class that implements the FilterInvocationSecurityMetadataSource interface. I implemented it like this:

public List<ConfigAttribute> getAttributes(Object object) {
    FilterInvocation fi = (FilterInvocation) object;
    Object principal = ...

2. FilterSecurityInterceptor roles in more than one row...    forum.springsource.org

FilterSecurityInterceptor roles in more than one row... Hi everybody, how are you doing? Well, I have my interceptor configured the following way... Code: ...

3. sometimes FilterSecurityInterceptor lets a user access    forum.springsource.org

Oct 11th, 2005, 01:11 PM #1 jmwap View Profile View Forum Posts Private Message Junior Member Join Date Apr 2005 Posts 20 sometimes FilterSecurityInterceptor lets a user access Hi, I'm a ...

4. Modifying FilterSecurityInterceptor when using Http Element in Security Namespace    forum.springsource.org

Modifying FilterSecurityInterceptor when using Http Element in Security Namespace Is there a way to set the alwaysReauthenticate property of the FilterSecurityInterceptor when using the element (from the Security Namespace) or ...