execute
Execution pipeline that is executed for all requests. Rejecting from this pipeline will reject the request.
aaa {
policy "DEFAULT" {
handler "AUTHENTICATION" {
execute {
# handle request
}
}
}
}