Class: RubySMB::Gss::Provider::Result
- Inherits:
-
Struct
- Object
- Struct
- RubySMB::Gss::Provider::Result
- Defined in:
- lib/ruby_smb/gss/provider.rb
Overview
The result of a processed GSS request.
Instance Attribute Summary collapse
-
#buffer ⇒ Object
Returns the value of attribute buffer.
-
#identity ⇒ Object
Returns the value of attribute identity.
-
#is_guest ⇒ Object
Returns the value of attribute is_guest.
-
#nt_status ⇒ Object
Returns the value of attribute nt_status.
Instance Method Summary collapse
Instance Attribute Details
#buffer ⇒ Object
Returns the value of attribute buffer
10 11 12 |
# File 'lib/ruby_smb/gss/provider.rb', line 10 def buffer @buffer end |
#identity ⇒ Object
Returns the value of attribute identity
10 11 12 |
# File 'lib/ruby_smb/gss/provider.rb', line 10 def identity @identity end |
#is_guest ⇒ Object
Returns the value of attribute is_guest
10 11 12 |
# File 'lib/ruby_smb/gss/provider.rb', line 10 def is_guest @is_guest end |
#nt_status ⇒ Object
Returns the value of attribute nt_status
10 11 12 |
# File 'lib/ruby_smb/gss/provider.rb', line 10 def nt_status @nt_status end |
Instance Method Details
#is_anonymous ⇒ Object
11 12 13 |
# File 'lib/ruby_smb/gss/provider.rb', line 11 def is_anonymous identity == Gss::Provider::IDENTITY_ANONYMOUS end |