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–2015 The Apache Software Foundation. All rights reserved.