[][src]Module kerbeiros::credentials

Classes that represents the Kerberos credentials

Each credential if composed by a ticket and information related to the Kerberos session, such as client name, realm name or session key.

Structs

Credential

Represents a Kerberos credential, which includes one Ticket and session information.

CredentialWarehouse

Example