HTTP action adapter: (v6.1)
The HttpActionAdapter
is an abstraction to apply pac4j HTTP actions
(= HttpAction
) returned by the logics on the HTTP request/response = the web context.
Its implementations are different depending on the pac4j implementations.
For example, there is a JEEHttpActionAdapter
for JEE applications, a PlayHttpActionAdapter
for Play applications, etc.