|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.model.ManagementLink
com.cloudbees.plugins.credentials.SystemCredentialsProvider
@Extension public class SystemCredentialsProvider
The root store of credentials.
| Nested Class Summary | |
|---|---|
static class |
SystemCredentialsProvider.DescriptorImpl
Our management link descriptor. |
static class |
SystemCredentialsProvider.ProviderImpl
The CredentialsProvider that exposes credentials stored in
getCredentials() |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.model.ManagementLink |
|---|
LIST |
| Fields inherited from interface hudson.model.Saveable |
|---|
NOOP |
| Constructor Summary | |
|---|---|
SystemCredentialsProvider()
Constructor. |
|
| Method Summary | |
|---|---|
org.kohsuke.stapler.HttpResponse |
doConfigSubmit(org.kohsuke.stapler.StaplerRequest req)
Handles form submission. |
static hudson.XmlFile |
getConfigFile()
Gets the configuration file that this CredentialsProvider uses to store its credentials. |
hudson.DescriptorExtensionList<Credentials,hudson.model.Descriptor<Credentials>> |
getCredentialDescriptors()
Gets all the credentials descriptors. |
java.util.List<Credentials> |
getCredentials()
Get all the credentials. |
java.lang.String |
getDescription()
|
hudson.model.Descriptor<SystemCredentialsProvider> |
getDescriptor()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getIconFileName()
|
static SystemCredentialsProvider |
getInstance()
Gets the singleton instance. |
java.lang.Object |
getTarget()
Only sysadmin can access this page. |
java.lang.String |
getUrlName()
|
void |
save()
|
| Methods inherited from class hudson.model.ManagementLink |
|---|
all |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemCredentialsProvider()
| Method Detail |
|---|
public java.lang.String getIconFileName()
getIconFileName in interface hudson.model.ActiongetIconFileName in class hudson.model.ManagementLinkpublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getDescription()
getDescription in class hudson.model.ManagementLinkpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.ActiongetUrlName in class hudson.model.ManagementLinkpublic java.util.List<Credentials> getCredentials()
public hudson.DescriptorExtensionList<Credentials,hudson.model.Descriptor<Credentials>> getCredentialDescriptors()
public hudson.model.Descriptor<SystemCredentialsProvider> getDescriptor()
getDescriptor in interface hudson.model.Describable<SystemCredentialsProvider>public java.lang.Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxy
public org.kohsuke.stapler.HttpResponse doConfigSubmit(org.kohsuke.stapler.StaplerRequest req)
throws javax.servlet.ServletException,
java.io.IOException
req - the request.
javax.servlet.ServletException - if something goes wrong.
java.io.IOException - if something goes wrong.
public void save()
throws java.io.IOException
save in interface hudson.model.Saveablejava.io.IOExceptionpublic static hudson.XmlFile getConfigFile()
CredentialsProvider uses to store its credentials.
CredentialsProvider uses to store its credentials.public static SystemCredentialsProvider getInstance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||