Package | Description |
---|---|
hudson | |
hudson.security |
Security-related code.
|
hudson.security.captcha |
Modifier and Type | Method and Description |
---|---|
static List<Descriptor<CaptchaSupport>> |
Functions.getCaptchaSupportDescriptors() |
Modifier and Type | Method and Description |
---|---|
CaptchaSupport |
SecurityRealm.getCaptchaSupport() |
Modifier and Type | Method and Description |
---|---|
List<Descriptor<CaptchaSupport>> |
SecurityRealm.getCaptchaSupportDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityRealm.setCaptchaSupport(CaptchaSupport captchaSupport) |
Constructor and Description |
---|
HudsonPrivateSecurityRealm(boolean allowsSignup,
boolean enableCaptcha,
CaptchaSupport captchaSupport) |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>> |
CaptchaSupport.all()
Returns all the registered
CaptchaSupport descriptors. |
static DescriptorExtensionList<CaptchaSupport,Descriptor<CaptchaSupport>> |
CaptchaSupport.all()
Returns all the registered
CaptchaSupport descriptors. |
Copyright © 2017. All rights reserved.