Managing Encryption Passwords
Managing Encryption Passwords
- public function shouldShowPasswordField() — Return true to show an additional "Password" field. This is used by SSH credentials to strip passwords off private keys.
- public function getPasswordLabel() — Return the label for the password field, if one is shown.
Other Methods
Other Methods
- public function getCredentialType()
- public function getProvidesType()
- public function getCredentialTypeName()
- public function getCredentialTypeDescription()
- public function getSecretLabel()
- public function newSecretControl()
- public static function getAllTypes()
- public static function getAllCreateableTypes()
- public static function getAllProvidesTypes()
- public static function getTypeByConstant($constant)
- public function isCreateable() — Can users create new credentials of this type?
- public function didInitializeNewCredential($actor, $credential)
- public function hasPublicKey()
- public function getPublicKey($viewer, $credential)
- public function shouldRequireUsername()