Hello, I've just started using Spring Security and I have some doubts I believe aren't a big deal.

Fisrt: I would like to know where do I find the complete reference explaining the tags and its options.
For example, for <authentication-manager>, I know there is the alias option: <authentication-manager alias="">.
Also, is there a way to configure netbeans to complete these codes for me the way it does using html, like this: <hanelGride (at this point a list with all the options is shown)....

Thank you.