| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ticket.setServerPrincipal(KerberosPrincipal serverPrincipal)
Set the server KerberosPrincipal
|
| Constructor and Description |
|---|
Ticket(int tktvno,
KerberosPrincipal serverPrincipal,
EncryptedData encPart)
Creates a new instance of Ticket.
|
Ticket(KerberosPrincipal serverPrincipal,
EncryptedData encPart)
Creates a new instance of Ticket.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.