Annotation Interface RequireHardLogIn


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface RequireHardLogIn
This annotation is used in controller methods for which the following conditions will be evaluated to be true in order for the request to proceeded: # The request is secure. # The current user is not anonymous. # The GUID cookie token matches the value in the session . If any of this conditions are not met the request is redirected to the login page.