Hide
It can be usefull if you can supply some extra properties to match when using class-security.
E.g. you could want:
<authenticate class="org\.mmbase\.tests\..*">
<property name="rank" value="basic user" />
</authenticate>
<authenticate class="org\.mmbase\.tests\..*">
<property name="username" value="admin" />
<property name="rank" value="administrator" />
</authenticate>
Simply using class-security would alwyas match the first one. You would wnat to match the second one if a login info map is given where the proeprties match.