public class OpenShiftTokenCredentialImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements TokenProducer
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenShiftTokenCredentialImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| Constructor and Description |
|---|
OpenShiftTokenCredentialImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
hudson.util.Secret secret) |
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Secret |
getSecret() |
String |
getToken(String serviceAddress,
String caCertData,
boolean skipTlsVerify) |
equals, getDescription, getId, hashCodegetDescriptor, getScopepublic String getToken(String serviceAddress, String caCertData, boolean skipTlsVerify)
getToken in interface TokenProducerpublic hudson.util.Secret getSecret()
Copyright © 2004-2016. All Rights Reserved.