handlerAnnotationSecurity
which can see in the configuration section.​Secure
Annotationsecured
annotation. This annotation can be added to the entire handler or to an action method or both. The default value of the secured
annotation is a Boolean true
. Which means, we need a user to be authenticated in order to access it.