You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Jakarta EE security we have various interceptors that add functionality to authentication mechanisms, such as @AutoApplySession and @RememberMe. Those are easy to add to custom authentication mechanisms, but at the moment not trivial to add to the build-in ones.
#192 seeks to add interceptors fully dynamically to a bean.
Alternatively, or perhaps additionally, we can allow interceptors to be defined right away using the *AuthenticationMechanismDefinition such as BasicAuthenticationMechanismDefinition.
In Jakarta EE security we have various interceptors that add functionality to authentication mechanisms, such as
@AutoApplySession
and@RememberMe
. Those are easy to add to custom authentication mechanisms, but at the moment not trivial to add to the build-in ones.#192 seeks to add interceptors fully dynamically to a bean.
Alternatively, or perhaps additionally, we can allow interceptors to be defined right away using the
*AuthenticationMechanismDefinition
such asBasicAuthenticationMechanismDefinition
.For instance using a type reference:
Or from an EL expression:
The text was updated successfully, but these errors were encountered: