enum

SOCKS::Frames::AuthenticationFlag

Inherits Enum < Comparable < Value < Object

Constants

NoAuthentication = 0_u8
GSSAPI = 1_u8
UserNamePassword = 2_u8
ChallengeHandshakeAuthenticationProtocol = 3_u8
Unassigned = 4_u8
ChallengeResponseAuthenticationMethod = 5_u8
SecureSocketsLayer = 6_u8
NDSAuthentication = 7_u8
MultiAuthenticationFramework = 8_u8
JSONParameterBlock = 9_u8
NoAcceptableMethods = 255_u8

Instance methods

challenge_handshake_authentication_protocol?

Returns true if this enum value equals ChallengeHandshakeAuthenticationProtocol

Source
challenge_response_authentication_method?

Returns true if this enum value equals ChallengeResponseAuthenticationMethod

Source
gssapi?

Returns true if this enum value equals GSSAPI

Source
json_parameter_block?

Returns true if this enum value equals JSONParameterBlock

Source
multi_authentication_framework?

Returns true if this enum value equals MultiAuthenticationFramework

Source
nds_authentication?

Returns true if this enum value equals NDSAuthentication

Source
no_acceptable_methods?

Returns true if this enum value equals NoAcceptableMethods

Source
no_authentication?

Returns true if this enum value equals NoAuthentication

Source
secure_sockets_layer?

Returns true if this enum value equals SecureSocketsLayer

Source
unassigned?

Returns true if this enum value equals Unassigned

Source
user_name_password?

Returns true if this enum value equals UserNamePassword

Source