attribute « Object « Spring Q&A





1. Adding extra attributes to an LdapUserDetails object    forum.springsource.org

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 ...

2. Command object with Array attribute?    forum.springsource.org

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) ...

3. Adding extra attributes to an LdapUserDetails object in v3.x    forum.springsource.org

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 ...