Package | Description |
---|---|
sirius.web.security |
Modifier and Type | Field and Description |
---|---|
protected Function<UserInfo,UserSettings> |
UserInfo.settingsSupplier |
Modifier and Type | Method and Description |
---|---|
protected UserSettings |
GenericUserManager.getScopeSettings()
Boilerplate for fetching the settings of the current scope.
|
static UserSettings |
UserContext.getSettings()
Returns the configuration with is specific to the current user.
|
UserSettings |
ScopeInfo.getSettings()
Returns the scope specific configuration.
|
UserSettings |
UserInfo.getSettings()
Obtains the user specific config.
|
protected UserSettings |
GenericUserManager.getUserSettings(UserSettings scopeSettings,
UserInfo user)
Fetches the user specific configuration if available.
|
Modifier and Type | Method and Description |
---|---|
protected UserSettings |
GenericUserManager.getUserSettings(UserSettings scopeSettings,
UserInfo user)
Fetches the user specific configuration if available.
|
Modifier and Type | Method and Description |
---|---|
UserInfo.Builder |
UserInfo.Builder.withSettingsSupplier(Function<UserInfo,UserSettings> settingsSupplier)
Sets a config supplier which can provide an individual configuration for the current user.
|
Copyright © 2018. All rights reserved.