Adding extra attributes to an LdapUserDetails object Hi, We have set up Acegi to first attempt to authenticate to our Ldap server and then to a database (with a DaoAuthenticationProvider) if ...
I've got a Command object which has a String array as attribute: Code: public class IndexCommand { private String[] mapItems; public String[] getMapItems() { return mapItems; } public void setMapItems(String[] mapItems) ...
i need to stick some extra attributes (user pref stuff) in LdapUserDetails and ran across this thread - http://forum.springsource.org/showth...tails+e xtend this doesn't seem to work anymore in version 3. what's the ...