ObjectDefinitionSource for the FilterSecurityInterceptor.
Hi All ,
How to go about implementing my own -- ObjectDefinitionSource for the FilterSecurityInterceptor,so that i will be able to map ROLES and The Resources dynamically through a database .
thanx,
sathya.
I'd extend AbstractFilterInvocationDefinitionSource and implement the one abstract method, public abstract ConfigAttributeDefinition lookupAttributes(String ucl), which will obtain the relevant attributes from your database table. |