class Metasploit::Credential::Realm
The realm in which a {Metasploit::Credential::Public} can be used to authenticate or from which a {Metasploit::Credential::Private} was looted.
Public Class Methods
Source
# File app/models/metasploit/credential/realm.rb, line 87 def self.key_set @key_set ||= Set.new Metasploit::Model::Realm::Key::ALL end
Set of valid values for searching {#key}.
@return [Set<String>] ‘Metasploit::Model::Realm::Key::ALL` as a `Set`. @see Metasploit::Model::Search::Operation::Set#membership @see Metasploit::Model::Search::Operator::Attribute#attribute_set
Public Instance Methods
Source
# File app/models/metasploit/credential/realm.rb, line 96 def to_s value.to_s end
@return [String]