| Package | Description |
|---|---|
| org.hswebframework.web.authorization.setting |
| Modifier and Type | Method and Description |
|---|---|
UserSettingPermission |
SettingNullValueHolder.getPermission() |
UserSettingPermission |
SettingValueHolder.getPermission() |
static UserSettingPermission |
UserSettingPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserSettingPermission[] |
UserSettingPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SettingValueHolder |
StringSourceSettingHolder.of(String value,
UserSettingPermission permission) |
void |
UserSettingManager.saveSetting(String userId,
String key,
String value,
UserSettingPermission permission) |
Copyright © 2016–2021. All rights reserved.