public class TwoFactorAuthCredentialsImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements TwoFactorAuthCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
TwoFactorAuthCredentialsImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorTwoFactorAuthCredentials.NameProvider| Constructor and Description |
|---|
TwoFactorAuthCredentialsImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String serverCertificate,
String clientCertificate,
String clientPrivateKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientCertificate() |
String |
getClientPrivateKey() |
String |
getServerCertificate() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait@DataBoundConstructor public TwoFactorAuthCredentialsImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String serverCertificate, @CheckForNull String clientCertificate, @CheckForNull String clientPrivateKey)
public String getServerCertificate()
getServerCertificate in interface TwoFactorAuthCredentialspublic String getClientCertificate()
getClientCertificate in interface TwoFactorAuthCredentialspublic String getClientPrivateKey()
getClientPrivateKey in interface TwoFactorAuthCredentialsCopyright © 2016–2019. All rights reserved.