Page MenuHomeWMGMC Issues

PassphraseSSHPrivateKeyTextCredentialType.php
No OneTemporary

PassphraseSSHPrivateKeyTextCredentialType.php

<?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)

Event Timeline