public class DeveloperProfile
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
DeveloperProfile.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| コンストラクタと説明 |
|---|
DeveloperProfile(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
hudson.util.Secret password,
org.apache.commons.fileupload.FileItem image) |
DeveloperProfile(String id,
String description,
hudson.util.Secret password,
org.apache.commons.fileupload.FileItem image)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
List<X509Certificate> |
getCertificates()
Obtains the certificates in this developer profile.
|
String |
getDisplayNameOf(X509Certificate p) |
byte[] |
getImage()
Retrieves the PKCS12 byte image.
|
hudson.util.Secret |
getPassword() |
equals, getDescription, getId, hashCode@DataBoundConstructor public DeveloperProfile(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, hudson.util.Secret password, org.apache.commons.fileupload.FileItem image) throws IOException
IOException@Deprecated public DeveloperProfile(String id, String description, hudson.util.Secret password, org.apache.commons.fileupload.FileItem image) throws IOException
IOExceptionpublic hudson.util.Secret getPassword()
public byte[] getImage()
throws IOException
IOException@Nonnull public List<X509Certificate> getCertificates() throws IOException, GeneralSecurityException
public String getDisplayNameOf(X509Certificate p)
Copyright © 2016–2018. All rights reserved.