Uses of Class
hudson.security.LDAPSecurityRealm.EnvironmentProperty
Packages that use LDAPSecurityRealm.EnvironmentProperty
-
Uses of LDAPSecurityRealm.EnvironmentProperty in hudson.security
Methods in hudson.security that return LDAPSecurityRealm.EnvironmentPropertyMethod parameters in hudson.security with type arguments of type LDAPSecurityRealm.EnvironmentPropertyModifier and TypeMethodDescriptionLDAPSecurityRealm.EnvironmentProperty.toMap
(List<LDAPSecurityRealm.EnvironmentProperty> properties) Constructors in hudson.security with parameters of type LDAPSecurityRealm.EnvironmentPropertyModifierConstructorDescriptionLDAPSecurityRealm
(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, 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. -
Uses of LDAPSecurityRealm.EnvironmentProperty in jenkins.security.plugins.ldap
Methods in jenkins.security.plugins.ldap that return LDAPSecurityRealm.EnvironmentPropertyMethods in jenkins.security.plugins.ldap with parameters of type LDAPSecurityRealm.EnvironmentPropertyModifier and TypeMethodDescriptionvoid
LDAPConfiguration.setEnvironmentProperties
(LDAPSecurityRealm.EnvironmentProperty[] environmentProperties)