Class CIM_KerberosTicket
extends CIM_Credential

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_KerberosTicket

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DeprecatedstringCIM_KerberosCredential
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.16.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AccessesServicestring
DeprecatedstringCIM_KerberosCredential.AccessesService
DescriptionstringThe name of the service for which this ticket is used.
Keybooleantrue
MaxLenuint32256
RemoteIDstring
DeprecatedstringCIM_KerberosCredential.RemoteID
DescriptionstringRemoteID is the name by which the user is known at the KDC security service.
Keybooleantrue
MaxLenuint32256
ServiceCreationClassNamestring
DeprecatedstringCIM_KerberosCredential.InstanceID
DescriptionstringThe scoping Service's CCN.
Keybooleantrue
MaxLenuint32256
PropagatedstringCIM_KerberosKeyDistributionCenter.CreationClassName
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.
Keybooleantrue
MaxLenuint32256
PropagatedstringCIM_KerberosKeyDistributionCenter.Name
SystemCreationClassNamestring
DeprecatedstringCIM_KerberosCredential.InstanceID
DescriptionstringThe scoping System's CCN.
Keybooleantrue
MaxLenuint32256
PropagatedstringCIM_KerberosKeyDistributionCenter.SystemCreationClassName
SystemNamestring
DeprecatedstringCIM_KerberosCredential.InstanceID
DescriptionstringThe scoping System's Name.
Keybooleantrue
MaxLenuint32256
PropagatedstringCIM_KerberosKeyDistributionCenter.SystemName
TicketTypeuint16
DeprecatedstringCIM_KerberosCredential.TicketType
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").
ValueMapstring0, 1
ValuesstringSession, TicketGranting

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
ExpiresdatetimeCIM_Credential
InstanceIDstringCIM_ManagedElement
IssueddatetimeCIM_Credential

Class Methods