Uses of Class
org.apache.directory.shared.kerberos.components.LastReq

Packages that use LastReq
org.apache.directory.shared.kerberos.codec.lastReq   
org.apache.directory.shared.kerberos.components   
 

Uses of LastReq in org.apache.directory.shared.kerberos.codec.lastReq
 

Methods in org.apache.directory.shared.kerberos.codec.lastReq that return LastReq
 LastReq LastReqContainer.getLastReq()
           
 

Methods in org.apache.directory.shared.kerberos.codec.lastReq with parameters of type LastReq
 void LastReqContainer.setLastReq(LastReq lastReq)
          Set a LastReq Object into the container.
 

Uses of LastReq in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components that return LastReq
 LastReq EncKdcRepPart.getLastReq()
          Returns the LastReq.
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type LastReq
 void EncKdcRepPart.setLastReq(LastReq lastReq)
          Sets the LastReq.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.