public class DropboxTokenImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements DropboxToken
| Modifier and Type | Class and Description |
|---|---|
static class |
DropboxTokenImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorDropboxToken.NameProvidercom.cloudbees.plugins.credentials.common.IdCredentials.HelpersExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
DropboxTokenImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
Secret authorizationCode,
String description) |
| Modifier and Type | Method and Description |
|---|---|
Secret |
getAccessCode() |
Secret |
getAuthorizationCode() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@DataBoundConstructor
public DropboxTokenImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
@Nonnull
Secret authorizationCode,
String description)
throws IOException
IOException@Nonnull public Secret getAuthorizationCode()
getAuthorizationCode in interface DropboxToken@Nonnull public Secret getAccessCode()
getAccessCode in interface DropboxTokenCopyright © 2016–2021. All rights reserved.