Actions
Bug #6759
closedFeature #6711: refactoring of lavoisier security
replace @authorized="xpath" with @authorization="reference"
Start date:
04/04/2014
Due date:
% Done:
100%
Estimated time:
Description
New configuration syntax:
<view name="example" authorization="admin"/>
<authorization name="admin">
<authenticator type="IPAuthenticator" authorized="true()"
eval="document('ip.xml')"/>
<authenticator type="CASAuthenticator" authorized="contains(user(),'@cc.')">
<entry key="url">http://...</entry>
</authenticator>
</authorization>
Engine.getAuthenticators() returns OrderedMap<Class
Updated by Reynaud Sylvain over 10 years ago
- Tracker changed from Task to Bug
- Status changed from New to Resolved
- % Done changed from 0 to 100
Actions