@Extension
public static final class LDAPSecurityRealm.DescriptorImpl
extends hudson.model.Descriptor<hudson.security.SecurityRealm>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DISPLAYNAME_ATTRIBUTE_NAME |
static String |
DEFAULT_MAILADDRESS_ATTRIBUTE_NAME |
static String |
DEFAULT_USER_SEARCH |
| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.FormValidation |
doValidate(org.kohsuke.stapler.StaplerRequest req) |
jenkins.model.IdStrategy |
getDefaultIdStrategy() |
String |
getDisplayName() |
boolean |
hasCustomBindScript() |
hudson.security.SecurityRealm |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
validate(LDAPSecurityRealm realm,
String user,
String password) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic static final String DEFAULT_DISPLAYNAME_ATTRIBUTE_NAME
public static final String DEFAULT_MAILADDRESS_ATTRIBUTE_NAME
public static final String DEFAULT_USER_SEARCH
public String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.security.SecurityRealm>public jenkins.model.IdStrategy getDefaultIdStrategy()
public hudson.security.SecurityRealm newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
newInstance in class hudson.model.Descriptor<hudson.security.SecurityRealm>hudson.model.Descriptor.FormExceptionpublic boolean hasCustomBindScript()
public hudson.util.FormValidation doValidate(org.kohsuke.stapler.StaplerRequest req)
throws Exception
Exceptionpublic hudson.util.FormValidation validate(LDAPSecurityRealm realm, String user, String password)
Copyright © 2016–2017. All rights reserved.