@Extension(ordinal=2.147483435E9) public class GlobalCredentialsConfiguration extends ManagementLink implements Describable<GlobalCredentialsConfiguration>
ManagementLink to expose the global credentials configuration screen.CredentialsProviderManager.Configuration,
GlobalCredentialsConfiguration.Category| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalCredentialsConfiguration.Category
Security related configurations.
|
static class |
GlobalCredentialsConfiguration.DescriptorImpl
Our
Descriptor. |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Modifier and Type | Field and Description |
|---|---|
static Predicate<Descriptor> |
FILTER
Our filter.
|
LIST| Constructor and Description |
|---|
GlobalCredentialsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.kohsuke.stapler.HttpResponse |
doConfigure(org.kohsuke.stapler.StaplerRequest req)
Handles the form submission
|
String |
getCategoryName() |
String |
getDescription() |
Descriptor<GlobalCredentialsConfiguration> |
getDescriptor() |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
all, getRequiredPermission, getRequiresConfirmation, getRequiresPOSTpublic static final Predicate<Descriptor> FILTER
public String getIconFileName()
getIconFileName in interface ActiongetIconFileName in class ManagementLinkpublic String getDisplayName()
getDisplayName in interface ActiongetDisplayName in interface ModelObjectpublic String getDescription()
getDescription in class ManagementLinkpublic String getUrlName()
getUrlName in interface ActiongetUrlName in class ManagementLinkpublic String getCategoryName()
@NonNull
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class)
public org.kohsuke.stapler.HttpResponse doConfigure(@NonNull
org.kohsuke.stapler.StaplerRequest req)
throws IOException,
javax.servlet.ServletException,
Descriptor.FormException
req - the request.IOException - if something goes wrong.javax.servlet.ServletException - if something goes wrong.Descriptor.FormException - if something goes wrong.public Descriptor<GlobalCredentialsConfiguration> getDescriptor()
getDescriptor in interface Describable<GlobalCredentialsConfiguration>Copyright © 2016–2021. All rights reserved.