Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [es-dev] EE Security.Next

On 7/7/2018 12:53 PM, Werner Keil wrote:
If 
@RolesAllowed(value = {"foo", "bar"}, semantics = AND)
public void someMethod();

had a default value for "semantics" that makes sense (depending on how multiple roles are treated there now in combination) what prevents us from extending the one that's already there?
To be clear, I am not too religious about this. If we can somehow adapt the existing annotation without adding awkward workarounds/syntax, I don't think that would be a bad thing.

Back to the top