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
challenge_response_authentication_method?
Returns true if this enum value equals ChallengeResponseAuthenticationMethod
multi_authentication_framework?
Returns true if this enum value equals MultiAuthenticationFramework