We are (new to) using Spring Batch and now have a requirement to output PGP encrypted files, but we can't have sensitive/intermediate data hit the disk, so this must be done as part of a read/write...
Type: Posts; User: richrem; Keyword(s):
We are (new to) using Spring Batch and now have a requirement to output PGP encrypted files, but we can't have sensitive/intermediate data hit the disk, so this must be done as part of a read/write...
I am facing an issue where a user logs into an application and has a small set of GrantedAuthorities. The user logs out, then an admin user grants them an additional authority (say, ROLE_POWERUSER)...
If you could post DEBUG output from all the spring code, then this may help determine what is going on. In your log4j.properties files, put in the following line:
...
Excellent, thanks! I'll give this a try.
In the meantime, will this obviate the need for me to update the "beanNames" property for the BeanNameAutoProxyCreator as well as the keeping track of...
I have a similar need using Spring Security with Mule ESB. For this scenario, we are using the following configuration approach for component security at the moment. I would like to know if the...
Our little workaround for now is to add a "required" dummy user that is obvious when you browse the LDAP server with another tool. This might help prevent users from accidently deleting the bogus...
Not sure if it's already in there, but does it make sense to add a property to turn this on (or off), so we can configure this easily through the namespace config?
BTW, thanks for the reply. It's...
And, should I also post this in the Spring-Security forum?
Hello,
I've seen a few threads talking about spaces (after commas) in the DN causing some issues. Only one (back in 2007) mentioned this affecting role searches and there was no solution posted...
Yes, I ran "mvn install" from the trunk.
BTW, I was able to build the example by doing the following:
svn checkout...
Just in case I've done something stupid, which I am more than willing to admit is possible, I ran into the following issue when trying to build spring-security. Maybe this will save someone else...
Since I'm new to Spring AOP, the following are probably stupid questions, but here goes anyway. I would like to provide aspect advice on an object that has been deserialized from a service call to a...
So, if I wanted to be able to accomplish the lazy loading goal, would it be reasonable to do the following:
create a factory (bean) for the domain objects in question (there are only two at the...
I just started playing with Spring AOP yesterday, so please bare with me. I have a couple questions that I'm sure one the guru's could answer pretty easily.
We have some domain objects that do...
I agree with rasky -- not all people are allowed to change their core schemas. BTW, out of the box ApacheDS will not allow a groupOfUniqueNames entry to exist without a member. And, you said you...
I raised JIRA issue LDAP-119, but I can't put a link here due to just creating a new JIRA account. So, copy/paste the following to your favorite browser address bar:
...
I have found the following issue with modifyAttributes:
Use case is a basic user/role relationship where we want to update the list of users that have been assigned to a role. A role has the...
Thanks, Luke. From your post, you are saying it's possible to mix & match the two version - 1.0.x and 2.x in the same application, but you are wondering why would one do this. I'll try to reset the...
Not a single reply to any of the questions here? Is the post (or are the questions) unclear?
Hello,
We are embarking on a new project that will be using either acegi or spring security - or both. There are two main architectural components (not including legacy systems) that we are...