[][src]Module kerberos_ccache::constants

Define the constants used by Kerberos.

Re-exports

pub use address_type::*;
pub use ap_options::*;
pub use error_codes::*;
pub use etypes::*;
pub use kdc_options::*;
pub use key_usages::*;
pub use pa_data_types::*;
pub use principal_name_types::*;
pub use ticket_flags::*;

Modules

address_type

Types of addresses used by Kerberos protocol.

ap_options

Options used by the message AsReq (not implemented yet).

error_codes

Error codes retrieved by KrbError.

etypes

Encryption types used by Kerberos protocol.

kdc_options

Options used by the message AsReq.

key_usages

These constants define the use of keys in Kerberos protocol.

pa_data_types

Preauthentication data types used by Kerberos protocol.

principal_name_types

Types of names used by Kerberos protocol.

ticket_flags

Flags used by Ticket in Kerberos protocol.