| Package | Description |
|---|---|
| hudson.security |
| Modifier and Type | Method and Description |
|---|---|
LDAPSecurityRealm.CacheConfiguration |
LDAPSecurityRealm.getCache() |
| Constructor and Description |
|---|
LDAPSecurityRealm(List<LDAPConfiguration> configurations,
boolean disableMailAddressResolver,
LDAPSecurityRealm.CacheConfiguration cache,
jenkins.model.IdStrategy userIdStrategy,
jenkins.model.IdStrategy groupIdStrategy) |
LDAPSecurityRealm(String server,
String rootDN,
String userSearchBase,
String userSearch,
String groupSearchBase,
String groupSearchFilter,
LDAPGroupMembershipStrategy groupMembershipStrategy,
String managerDN,
hudson.util.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,
hudson.util.Secret managerPasswordSecret,
boolean inhibitInferRootDN,
boolean disableMailAddressResolver,
LDAPSecurityRealm.CacheConfiguration cache,
LDAPSecurityRealm.EnvironmentProperty[] environmentProperties,
String displayNameAttributeName,
String mailAddressAttributeName,
jenkins.model.IdStrategy userIdStrategy,
jenkins.model.IdStrategy groupIdStrategy)
Deprecated.
retained for backwards binary compatibility.
|
LDAPSecurityRealm(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,
hudson.util.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.
|
Copyright © 2016–2017. All rights reserved.