Class: Rex::Proto::Kerberos::CredentialCache::Krb5CcacheCredential
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- Rex::Proto::Kerberos::CredentialCache::Krb5CcacheCredential
- Defined in:
- lib/rex/proto/kerberos/credential_cache/krb5_ccache_credential.rb
Instance Method Summary collapse
-
#to_ccache ⇒ Object
Return a Rex::Proto::Kerberos::CredentialCache::Krb5Ccache instance that wraps this credential object.
Instance Method Details
#to_ccache ⇒ Object
Return a Rex::Proto::Kerberos::CredentialCache::Krb5Ccache instance that wraps this credential object.
35 36 37 38 39 40 |
# File 'lib/rex/proto/kerberos/credential_cache/krb5_ccache_credential.rb', line 35 def to_ccache Rex::Proto::Kerberos::CredentialCache::Krb5Ccache.new( default_principal: client, credentials: [ self ] ) end |