We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3912137 + edc475f commit 3b7b1b6Copy full SHA for 3b7b1b6
src/main/java/com/github/_1c_syntax/bsl/mdo/support/RoleRight.java
@@ -99,7 +99,8 @@ public enum RoleRight implements EnumWithValue {
99
START("Start"),
100
STANDARD_AUTHENTICATION_CHANGE("StandardAuthenticationChange"),
101
SESSION_STANDARD_AUTHENTICATION_CHANGE("SessionStandardAuthenticationChange"),
102
- SESSION_OS_AUTHENTICATION_CHANGE("SessionOSAuthenticationChange")
+ SESSION_OS_AUTHENTICATION_CHANGE("SessionOSAuthenticationChange"),
103
+ EXCLUSIVE_MODE_TERMINATION_AT_SESSION_START("ExclusiveModeTerminationAtSessionStart")
104
;
105
106
@Accessors(fluent = true)
0 commit comments