Class: Rex::Proto::Kerberos::CredentialCache::Krb5CcachePrincipal

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/rex/proto/kerberos/credential_cache/krb5_ccache_principal.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



18
19
20
# File 'lib/rex/proto/kerberos/credential_cache/krb5_ccache_principal.rb', line 18

def to_s
  "#{components.snapshot.join('/')}@#{realm}"
end