Class CmsUserDataResourceHandler

  • All Implemented Interfaces:
    I_CmsResourceInit

    public class CmsUserDataResourceHandler
    extends java.lang.Object
    implements I_CmsResourceInit
    Impelemnts user data download links for the user data request feature.

    Download links have the form .../userdatarequest/[id]?auth=[authcode] . If the stored user data request with the given id exists, and its auth code matches the auth code given as a parameter, the download for the user data will be started, otherwise HTTP 404 will be returned.