Package | Description |
---|---|
sirius.web.security |
Modifier and Type | Class and Description |
---|---|
class |
GenericUserManager
Base class for various implementations of
UserManager . |
class |
PublicUserManager
A simple user manager which always returns the same user with a defined set of roles.
|
Modifier and Type | Method and Description |
---|---|
UserManager |
PublicUserManager.Factory.createManager(ScopeInfo scope,
sirius.kernel.settings.Extension config) |
UserManager |
UserManagerFactory.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.
|
UserManager |
UserContext.getUserManager()
Determines and returns the current user manager.
|
UserManager |
ScopeInfo.getUserManager()
Returns the
UserManager responsible for this scope. |
Copyright © 2018. All rights reserved.