Closed
Description
Expected Behavior
SecurityExpressionRoot<T extends Authentication>
Current Behavior
SecurityExpressionRoot
Context
When extending SecurityExpressionRoot
to enrich security DSL, I have to cast the returned value from super.getAuthentication()
, which should not happen as the actual authentication type is known per SecurityExpressionRoot
constructors.