Annotation Interface UnlicensedSiteAccess


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface UnlicensedSiteAccess

Permits resource access if EITHER of the following criteria is met:

  • Current user is authenticated AND limited unlicensed access enabled for site (see UserManager#isLimitedUnlicensedAccessEnabled)
  • Current user is authenticated AND assigned a product license (see UserManager#isLicensed)
Since:
5.0.0