Module configuration
Extract from wagon.xml file:
<realm name="adelia" loginModuleName="AnonymousLoginModule" className="com.hardis.adelia.cloud.security.realms.AnonymousRealm"/> <loginModules> <loginModule name="AnonymousLoginModule" className="com.hardis.adelia.cloud.security.loginmodules.anonymous.AnonymousLoginModule" /> </loginModule> |
In this mode, all users are authenticated with the 'anonymous' profile. Session recovery is only possible using the same browser.
The isUserInRole(role) API always returns the "True" value.