Package | Description |
---|---|
org.apache.directory.server.kerberos.kdc |
Provides the entry point to an instance of the
KdcServer
(KDC), as well as classes common to the KDC's two services: the
Authentication Service (AS) and the Ticket-Granting Service (TGS). |
org.apache.directory.server.kerberos.shared.messages |
Provides base message objects for Kerberos request and
reply messages.
|
org.apache.directory.server.kerberos.shared.messages.application |
Provides message objects for Kerberos application messages.
|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
KerberosMessage |
KdcContext.getReply() |
Modifier and Type | Method and Description |
---|---|
void |
KdcContext.setReply(KerberosMessage reply) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationRequest |
class |
AuthenticationReply |
class |
ErrorMessage |
class |
KdcReply |
class |
KdcRequest |
class |
TicketGrantReply |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationReply |
class |
CredentialMessage |
class |
PrivateMessage |
class |
SafeMessage |
Modifier and Type | Class and Description |
---|---|
class |
EncApRepPart
Encrypted part of the application response.
|
class |
EncKrbPrivPart
Encrypted part of private messages.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.