Uses of Class
org.apache.directory.server.kerberos.shared.messages.components.InvalidTicketException

Packages that use InvalidTicketException
org.apache.directory.server.kerberos.shared.messages.components Provides major components of Kerberos messages. 
 

Uses of InvalidTicketException in org.apache.directory.server.kerberos.shared.messages.components
 

Methods in org.apache.directory.server.kerberos.shared.messages.components that throw InvalidTicketException
 void Ticket.setServerPrincipal(javax.security.auth.kerberos.KerberosPrincipal serverPrincipal)
          Set the server KerberosPrincipal
 

Constructors in org.apache.directory.server.kerberos.shared.messages.components that throw InvalidTicketException
Ticket(int tktvno, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, EncryptedData encPart)
          Creates a new instance of Ticket.
Ticket(javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, EncryptedData encPart)
          Creates a new instance of Ticket.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.