public interface UserManagerFactory
UserManager
for a given ScopeInfo
.
Implementations of this class must wear an Register
annotation with a Register.name()
. This name is referenced in the system config (security.scope.[scopeType].manager to
select which manager to use.
Modifier and Type | Method and Description |
---|---|
UserManager |
createManager(ScopeInfo scope,
sirius.kernel.settings.Extension config)
Creates a new user manager for the given scope and config settings (the block in
security.scope.
|
@Nonnull UserManager createManager(@Nonnull ScopeInfo scope, @Nonnull sirius.kernel.settings.Extension config)
scope
- the scope for which the user manager is to be createdconfig
- the config section from the system configCopyright © 2018. All rights reserved.