Actions
Feature #6762
closedsupport dynamic instanciation of authenticator adaptors
Start date:
04/04/2014
Due date:
% Done:
0%
Estimated time:
Description
Authenticator can be instanciated in 2 ways:
- authenticators configured in lavoisier-security.conf are instanciated at startup time.
- authenticators configured in lavoisier-config.xml are instanciated each time the associated view is invoked (except for X509Authenticator, which will not support this for technical reasons)
Updated by Schwarz Lionel over 10 years ago
- Status changed from New to Resolved
Actually, authenticators are initiated at startup and dynamic configuration are loaded into the "CallbackHandler" that is instanciated for each request
Actions