When
true , the appropriate authentication managers will
be wrapped with proxy that purges outdated data on-the-fly without having
to run an asynchronous purge thread.
The encryption method that will be used for the password, this has to
be a valid identifier of a
StringEncryptor
The duration of an authentication session in milliseconds.
Sets up the standard
Authenticated element with credentials and
remember-me managers for database storage, but the session managers for
memory storage.
Deployer for
Authenticated elements that by default sets up the
credentials and remember-me managers for database storage, but the session
managers for memory storage.
Deployer for
Authenticated elements that by default sets up all the
authentication managers for database storage and enables automatic in-process purging.
Deployer for
Authenticated elements that by default sets up all the
authentication managers for memory storage and enables automatic in-process
purging.
Sets up the standard
Authenticated element with credentials and
remember-me managers for database storage, but the session managers for
memory storage and enables automatic in-process purging.
Deployer for
Authenticated elements that by default sets up the
credentials and remember-me managers for database storage, the session
managers for memory storage and enables automatic in-process purging.
Extends the generic
Authenticated element with support for a
role property that will be used together with
RoleUserCredentials credentials to only allow people with that role to access the child page.