Class: Rex::Proto::Kerberos::CredentialCache::Krb5CcachePrincipal
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::CredentialCache::Krb5CcachePrincipal
- Defined in:
- lib/rex/proto/kerberos/credential_cache/krb5_ccache_principal.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
18 19 20 |
# File 'lib/rex/proto/kerberos/credential_cache/krb5_ccache_principal.rb', line 18 def to_s "#{components.snapshot.join('/')}@#{realm}" end |