Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[es-dev] Mechanism to define security interceptors using *AuthenticationMechanismDefinition

Hi,

I'd like to call attention to the following issue:

https://github.com/eclipse-ee4j/security-api/issues/200

A recurring request I've seen is to apply security interceptors like @RememberMe to existing authentication mechanisms. https://github.com/eclipse-ee4j/security-api/issues/192 is a very general way to do this, but a bit more abstract.

With 200 I'm looking to enhance the existing *AuthenticationMechanismDefinition annotations to make it a little easier to add arbitrary security interceptors.

Thoughts?

Kind regards,
Arjan Tijms

Back to the top