Local
A specific authentication module is used to configure the authentication using local accounts stored in Squore database.
This module does not require the use of a provider since no properties are necessary for it to work. Simply define the type as local in the auth-module
element.
Here is an example of a local authentication module configuration:
<subsystem xmlns="urn:com:vector:squore:1.0" >
<security>
<authentication name="default">
<auth-module name="database" type="local"/>
</authentication>
</security>
</subsystem>