public class KeychainPasswordAndPathImpl extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials implements KeychainPasswordAndPath
修飾子とタイプ | クラスと説明 |
---|---|
static class |
KeychainPasswordAndPathImpl.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
KeychainPasswordAndPath.NameProvider
コンストラクタと説明 |
---|
KeychainPasswordAndPathImpl(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String keychainPath,
String password,
String inSearchPath)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
static List<KeychainPasswordAndPathImpl> |
getAllKeycainInfo() |
String |
getInSearchPath()
Add keychain to search path.
|
String |
getKeychainPath()
macOS Keychain path.
|
hudson.util.Secret |
getPassword() |
boolean |
isInSearchPath()
Add keyc hain to search path.
|
void |
setInSearchPath(String inSearchPath) |
void |
setKeychainPath(String keychainPath) |
void |
setPassword(hudson.util.Secret password) |
equals, getDescription, getId, hashCode
@DataBoundConstructor public KeychainPasswordAndPathImpl(@CheckForNull com.cloudbees.plugins.credentials.CredentialsScope scope, @CheckForNull String id, @CheckForNull String description, @CheckForNull String keychainPath, @CheckForNull String password, @CheckForNull String inSearchPath)
scope
- the credentials scopeid
- the ID or null
to generate a new one.description
- the description.keychainPath
- the Keychain path.password
- the password.inSearchPath
- flag for keychain in search path.public hudson.util.Secret getPassword()
getPassword
インタフェース内 KeychainPasswordAndPath
getPassword
インタフェース内 com.cloudbees.plugins.credentials.common.PasswordCredentials
@DataBoundSetter public void setPassword(hudson.util.Secret password)
@NonNull public String getKeychainPath()
getKeychainPath
インタフェース内 KeychainPasswordAndPath
@DataBoundSetter public void setKeychainPath(String keychainPath)
public String getInSearchPath()
getInSearchPath
インタフェース内 KeychainPasswordAndPath
@DataBoundSetter public void setInSearchPath(String inSearchPath)
public boolean isInSearchPath()
isInSearchPath
インタフェース内 KeychainPasswordAndPath
public static List<KeychainPasswordAndPathImpl> getAllKeycainInfo()
Copyright © 2016–2019. All rights reserved.