|
I'm not sure what you mean. I'll sum up the current state:
-
PicketLink DeltaSpike integration uses @Secures, which is OK, since that works fine for method-level authorization
-
for the improvement described in this issue (view-level authorization), one of these conditions would need to become true:
-
DS would need to support @Secures on ViewConfigs
-
PL would need to reimplement the annotations using @Secured, but that is currently not recommended, since there's open issues in DS (DELTASPIKE-719) regarding this
So, we can either keep this issue open until the DS issues get resolved, or reject this RFE altogether.
|