Page Menu
Home
WMGMC Issues
搜索
Configure Global Search
登录
Files
F16153
PassphraseSSHPrivateKeyTextCredentialType.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
订阅
标记用于日后
授予令牌
Size
659 B
Referenced Files
None
订阅者
None
PassphraseSSHPrivateKeyTextCredentialType.php
View Options
<?php
final
class
PassphraseSSHPrivateKeyTextCredentialType
extends
PassphraseSSHPrivateKeyCredentialType
{
const
CREDENTIAL_TYPE
=
'ssh-key-text'
;
public
function
getCredentialType
()
{
return
self
::
CREDENTIAL_TYPE
;
}
public
function
getCredentialTypeName
()
{
return
pht
(
'SSH Private Key'
);
}
public
function
getCredentialTypeDescription
()
{
return
pht
(
'Store the plaintext of an SSH private key.'
);
}
public
function
getSecretLabel
()
{
return
pht
(
'Private Key'
);
}
public
function
shouldShowPasswordField
()
{
return
true
;
}
public
function
getPasswordLabel
()
{
return
pht
(
'Password for Key'
);
}
}
File Metadata
详情
附加的
Mime Type
text/x-php
Expires
9月 11 Thu, 1:59 PM (22 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5623
默认替代文本
PassphraseSSHPrivateKeyTextCredentialType.php (659 B)
Attached To
Mode
rP phorge
附加的
Detach File
Event Timeline
Log In to Comment