Uses of Class
org.apache.directory.server.kerberos.shared.messages.KdcRequest

Packages that use KdcRequest
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.io.decoder Provides the decoders for Kerberos message objects. 
org.apache.directory.server.kerberos.shared.io.encoder Provides the encoders for Kerberos message objects. 
 

Uses of KdcRequest in org.apache.directory.server.kerberos.kdc
 

Methods in org.apache.directory.server.kerberos.kdc that return KdcRequest
 KdcRequest KdcContext.getRequest()
           
 

Methods in org.apache.directory.server.kerberos.kdc with parameters of type KdcRequest
 void KdcContext.setRequest(KdcRequest request)
           
 

Uses of KdcRequest in org.apache.directory.server.kerberos.shared.io.decoder
 

Methods in org.apache.directory.server.kerberos.shared.io.decoder that return KdcRequest
 KdcRequest KdcRequestDecoder.decode(java.nio.ByteBuffer in)
          Decodes a ByteBuffer into a KdcRequest.
 

Uses of KdcRequest in org.apache.directory.server.kerberos.shared.io.encoder
 

Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type KdcRequest
 void KdcRequestEncoder.encode(KdcRequest request, java.nio.ByteBuffer out)
          Encodes a KdcRequest into a ByteBuffer.
 



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