Class: Rex::Proto::Kerberos::Model::TicketFlags

Inherits:
KerberosFlags show all
Defined in:
lib/rex/proto/kerberos/model/ticket_flags.rb

Overview

The TicketFlags KerberosFlags are represented as a bit string. This module associates the human readable name, to the index the flag value is found at within the bit string. www.rfc-editor.org/rfc/rfc4120.txt

Constant Summary collapse

RESERVED =
0
FORWARDABLE =
1
FORWARDED =
2
PROXIABLE =
3
PROXY =
4
ALLOW_POST_DATE =
5
POST_DATED =
6
INVALID =
7
RENEWABLE =
8
INITIAL =
9
PRE_AUTHENT =
10
HW_AUTHNET =
11
TRANSITED_POLICY_CHECKED =
12
OK_AS_DELEGATE =
13

Instance Attribute Summary

Attributes inherited from KerberosFlags

#value

Method Summary

Methods inherited from KerberosFlags

#==, #enabled_flag_names, from_flags, #include?, #initialize, name, #to_i

Constructor Details

This class inherits a constructor from Rex::Proto::Kerberos::Model::KerberosFlags