Hi Christophe,

Christophe FOIRET wrote:
I'd like to know if the Click API on Security and User authentification is compatible with the JAAS or Spring Security rules


Yes it is compatible. Click uses the standard Servlet security.

In fact the only area within Click where security comes into play is when building the Menu items. Menu uses the check ServletRequest#isUserInRole.

So you should be able to use either JAAS or Spring Security without too much hassle.

kind regards

bob

Reply via email to