@Extension(ordinal=99999.0)
public class BlueOceanCredentialsProvider
extends com.cloudbees.plugins.credentials.CredentialsProvider
CredentialsProvider to serve credentials stored in user store.
It works by looking for BlueOceanCredentialsProvider.FolderPropertyImpl on a folder. This should allow
using such user scoped properties with OrganizationFolder or MultiBranchProject
or even a Folder.| Modifier and Type | Class and Description |
|---|---|
static class |
BlueOceanCredentialsProvider.FolderPropertyImpl |
| Constructor and Description |
|---|
BlueOceanCredentialsProvider() |
| Modifier and Type | Method and Description |
|---|---|
static com.cloudbees.plugins.credentials.domains.Domain |
createDomain(String uri)
Creates a domain specific to
BlueOceanCredentialsProvider |
<C extends com.cloudbees.plugins.credentials.common.IdCredentials> |
getCredentialIds(Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication,
List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements,
com.cloudbees.plugins.credentials.CredentialsMatcher matcher) |
<C extends com.cloudbees.plugins.credentials.Credentials> |
getCredentials(Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication) |
<C extends com.cloudbees.plugins.credentials.Credentials> |
getCredentials(Class<C> type,
hudson.model.ItemGroup itemGroup,
org.acegisecurity.Authentication authentication,
List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements) |
String |
getDisplayName() |
Set<com.cloudbees.plugins.credentials.CredentialsScope> |
getScopes(hudson.model.ModelObject object) |
com.cloudbees.plugins.credentials.CredentialsStore |
getStore(hudson.model.ModelObject object) |
_isApplicable, all, allCredentialsDescriptors, enabled, enabled, findCredentialById, findCredentialById, getCredentialIds, getCredentials, getCredentials, getCredentialsDescriptors, getDescriptor, getFingerprintOf, getIconClassName, getOrCreateFingerprintOf, hasCredentialsDescriptors, hasStores, isApplicable, isApplicable, isEnabled, isEnabled, listCredentials, listCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupCredentials, lookupScopes, lookupStores, saveAll, snapshot, snapshot, track, track, track, trackAll, trackAll, trackAll, trackAll, trackAll, trackAlladdHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, 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, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap@Nonnull public <C extends com.cloudbees.plugins.credentials.Credentials> List<C> getCredentials(@Nonnull Class<C> type, @Nonnull hudson.model.ItemGroup itemGroup, @Nonnull org.acegisecurity.Authentication authentication)
getCredentials in class com.cloudbees.plugins.credentials.CredentialsProvider@Nonnull public <C extends com.cloudbees.plugins.credentials.Credentials> List<C> getCredentials(@Nonnull Class<C> type, @Nullable hudson.model.ItemGroup itemGroup, @Nullable org.acegisecurity.Authentication authentication, @Nonnull List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements)
getCredentials in class com.cloudbees.plugins.credentials.CredentialsProvider@Nonnull public <C extends com.cloudbees.plugins.credentials.common.IdCredentials> hudson.util.ListBoxModel getCredentialIds(@Nonnull Class<C> type, @Nullable hudson.model.ItemGroup itemGroup, @Nullable org.acegisecurity.Authentication authentication, @Nonnull List<com.cloudbees.plugins.credentials.domains.DomainRequirement> domainRequirements, @Nonnull com.cloudbees.plugins.credentials.CredentialsMatcher matcher)
getCredentialIds in class com.cloudbees.plugins.credentials.CredentialsProvider@Nonnull public String getDisplayName()
getDisplayName in class com.cloudbees.plugins.credentials.CredentialsProviderpublic com.cloudbees.plugins.credentials.CredentialsStore getStore(@CheckForNull hudson.model.ModelObject object)
getStore in class com.cloudbees.plugins.credentials.CredentialsProviderpublic Set<com.cloudbees.plugins.credentials.CredentialsScope> getScopes(hudson.model.ModelObject object)
getScopes in class com.cloudbees.plugins.credentials.CredentialsProvider@Nonnull public static com.cloudbees.plugins.credentials.domains.Domain createDomain(@Nonnull String uri)
BlueOceanCredentialsProvideruri - repo URLDomain instanceCopyright © 2016–2020. All rights reserved.