Class CIM_KerberosTicket
extends CIM_KerberosCredential

A CIM_KerberosTicket represents a credential issued by a particular Kerberos Key Distribution Center (KDC) to establish an identity, as the result of a successful authentication process. There are two types of tickets that a KDC may issue - a TicketGranting ticket, which is used to protect and authenticate communications between an entity and the KDC, and a Session ticket, which the KDC issues to two entities to allow them to communicate with each other.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Credential
   |
   +--CIM_KerberosCredential
   |
   +--CIM_KerberosTicket

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringA CIM_KerberosTicket represents a credential issued by a particular Kerberos Key Distribution Center (KDC) to establish an identity, as the result of a successful authentication process. There are two types of tickets that a KDC may issue - a TicketGranting ticket, which is used to protect and authenticate communications between an entity and the KDC, and a Session ticket, which the KDC issues to two entities to allow them to communicate with each other.
UMLPackagePathstringCIM::User::Kerberos
Versionstring2.31.1

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AccessesServicestring
DescriptionstringThe name of the service for which this ticket is used.
MaxLenuint32256
OverridestringAccessesService
Requiredbooleantrue
RemoteIDstring
DescriptionstringRemoteID is the name by which the user is known at the KDC security service.
MaxLenuint32256
OverridestringRemoteID
Requiredbooleantrue
ServiceCreationClassNamestring
DeprecatedstringCIM_KerberosCredential.InstanceID
DescriptionstringThe scoping Service's CCN.
MaxLenuint32256
Requiredbooleantrue
ServiceNamestring
DeprecatedstringCIM_KerberosCredential.InstanceID
DescriptionstringThe scoping Service's Name. The Kerberos KDC Realm of CIM_KerberosTicket is used to record the security authority, or Realm, name so that tickets issued by different Realms can be separately managed and enumerated.
MaxLenuint32256
Requiredbooleantrue
SystemCreationClassNamestring
DeprecatedstringCIM_KerberosCredential.InstanceID
DescriptionstringThe scoping System's CCN.
MaxLenuint32256
Requiredbooleantrue
SystemNamestring
DeprecatedstringCIM_KerberosCredential.InstanceID
DescriptionstringThe scoping System's Name.
MaxLenuint32256
Requiredbooleantrue
TicketTypeuint16
DescriptionstringThe Type of CIM_KerberosTicket is used to indicate whether the ticket in question was issued by the Kerberos Key Distribution Center (KDC) to support ongoing communication between the Users Access and the KDC ("TicketGranting"), or was issued by the KDC to support ongoing communication between two Users Access entities ("Session").
OverridestringTicketType
ValueMapstring0, 1
ValuesstringSession, TicketGranting

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
ExpiresdatetimeCIM_Credential
InstanceIDstringCIM_KerberosCredential
IssueddatetimeCIM_Credential

Class Methods