Uses of Class
hudson.security.LDAPSecurityRealm.CacheConfiguration
Packages that use LDAPSecurityRealm.CacheConfiguration
-
Uses of LDAPSecurityRealm.CacheConfiguration in hudson.security
Methods in hudson.security that return LDAPSecurityRealm.CacheConfigurationConstructors in hudson.security with parameters of type LDAPSecurityRealm.CacheConfigurationModifierConstructorDescriptionLDAPSecurityRealm
(String server, String rootDN, String userSearchBase, String userSearch, String groupSearchBase, String managerDN, String managerPassword, boolean inhibitInferRootDN, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache) Deprecated.retained for backwards binary compatibility.LDAPSecurityRealm
(String server, String rootDN, String userSearchBase, String userSearch, String groupSearchBase, String groupSearchFilter, String groupMembershipFilter, String managerDN, Secret managerPasswordSecret, boolean inhibitInferRootDN, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache, LDAPSecurityRealm.EnvironmentProperty[] environmentProperties, String displayNameAttributeName, String mailAddressAttributeName) Deprecated.retained for backwards binary compatibility.LDAPSecurityRealm
(String server, String rootDN, String userSearchBase, String userSearch, String groupSearchBase, String groupSearchFilter, String groupMembershipFilter, String managerDN, String managerPassword, boolean inhibitInferRootDN, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache) Deprecated.retained for backwards binary compatibility.LDAPSecurityRealm
(String server, String rootDN, String userSearchBase, String userSearch, String groupSearchBase, String groupSearchFilter, String groupMembershipFilter, String managerDN, String managerPassword, boolean inhibitInferRootDN, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache, LDAPSecurityRealm.EnvironmentProperty[] environmentProperties) Deprecated.retained for backwards binary compatibility.LDAPSecurityRealm
(String server, String rootDN, String userSearchBase, String userSearch, String groupSearchBase, String groupSearchFilter, String groupMembershipFilter, String managerDN, String managerPassword, boolean inhibitInferRootDN, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache, LDAPSecurityRealm.EnvironmentProperty[] environmentProperties, String displayNameAttributeName, String mailAddressAttributeName) Deprecated.retained for backwards binary compatibility.LDAPSecurityRealm
(String server, String rootDN, String userSearchBase, String userSearch, String groupSearchBase, String groupSearchFilter, LDAPGroupMembershipStrategy groupMembershipStrategy, String managerDN, Secret managerPasswordSecret, boolean inhibitInferRootDN, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache, LDAPSecurityRealm.EnvironmentProperty[] environmentProperties, String displayNameAttributeName, String mailAddressAttributeName) Deprecated.retained for backwards binary compatibility.LDAPSecurityRealm
(String server, String rootDN, String userSearchBase, String userSearch, String groupSearchBase, String groupSearchFilter, LDAPGroupMembershipStrategy groupMembershipStrategy, String managerDN, Secret managerPasswordSecret, boolean inhibitInferRootDN, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache, LDAPSecurityRealm.EnvironmentProperty[] environmentProperties, String displayNameAttributeName, String mailAddressAttributeName, IdStrategy userIdStrategy, IdStrategy groupIdStrategy) Deprecated.retained for backwards binary compatibility.LDAPSecurityRealm
(List<LDAPConfiguration> configurations, boolean disableMailAddressResolver, LDAPSecurityRealm.CacheConfiguration cache, IdStrategy userIdStrategy, IdStrategy groupIdStrategy)