| Package | Description |
|---|---|
| hudson.security | |
| jenkins.security.plugins.ldap |
| Modifier and Type | Method and Description |
|---|---|
LDAPSecurityRealm.EnvironmentProperty[] |
LDAPSecurityRealm.getEnvironmentProperties()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
LDAPSecurityRealm.EnvironmentProperty.toMap(List<LDAPSecurityRealm.EnvironmentProperty> properties) |
| Constructor and Description |
|---|
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 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,
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.
|
| Modifier and Type | Method and Description |
|---|---|
LDAPSecurityRealm.EnvironmentProperty[] |
LDAPConfiguration.getEnvironmentProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPConfiguration.setEnvironmentProperties(LDAPSecurityRealm.EnvironmentProperty[] environmentProperties) |
Copyright © 2016–2017. All rights reserved.