@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Settings extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
TREAT_USER_AUTHORITIES_AS_ROLES
Enabling processing of User Authorities.
|
static int |
USER_DETAILS_CACHE_EXPIRATION_TIME_SEC
Defines lifetime of entries in the User details cache.
|
static int |
USER_DETAILS_CACHE_MAX_SIZE
Defines maximum size of the User details cache.
|
public static final int USER_DETAILS_CACHE_MAX_SIZE
TREAT_USER_AUTHORITIES_AS_ROLES
is enabled.
Changing of this option requires Jenkins restart.public static final int USER_DETAILS_CACHE_EXPIRATION_TIME_SEC
TREAT_USER_AUTHORITIES_AS_ROLES
is enabled.
Changing of this option requires Jenkins restart.public static boolean TREAT_USER_AUTHORITIES_AS_ROLES
RoleMap.hasPermission(java.lang.String, hudson.security.Permission, com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType, hudson.security.AccessControlled)
.
Since 2.3.0 this value was true
, but it has been switched due to the performance reasons.
The behavior can be reverted (even dynamically via System Groovy Script).Copyright © 2016–2018. All rights reserved.