Uses of Class
org.apache.directory.shared.kerberos.KerberosTime

Packages that use KerberosTime
org.apache.directory.server.kerberos.shared.keytab   
org.apache.directory.server.kerberos.shared.replay Provides the interface and in-memory implementation of a Kerberos replay cache. 
org.apache.directory.server.kerberos.shared.store Provides the implementation for storing Kerberos principals and symmetric keys backed by JNDI. 
org.apache.directory.shared.kerberos   
org.apache.directory.shared.kerberos.codec.actions   
org.apache.directory.shared.kerberos.codec.authenticator.actions   
org.apache.directory.shared.kerberos.codec.encApRepPart.actions   
org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions   
org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions   
org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions   
org.apache.directory.shared.kerberos.codec.encTicketPart.actions   
org.apache.directory.shared.kerberos.codec.kdcReqBody.actions   
org.apache.directory.shared.kerberos.codec.krbCredInfo.actions   
org.apache.directory.shared.kerberos.codec.krbError.actions   
org.apache.directory.shared.kerberos.codec.krbSafeBody.actions   
org.apache.directory.shared.kerberos.codec.lastReq.actions   
org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions   
org.apache.directory.shared.kerberos.components   
org.apache.directory.shared.kerberos.messages   
 

Uses of KerberosTime in org.apache.directory.server.kerberos.shared.keytab
 

Methods in org.apache.directory.server.kerberos.shared.keytab that return KerberosTime
 KerberosTime KeytabEntry.getTimeStamp()
           
 

Constructors in org.apache.directory.server.kerberos.shared.keytab with parameters of type KerberosTime
KeytabEntry(String principalName, long principalType, KerberosTime timeStamp, byte keyVersion, EncryptionKey key)
          Creates a new instance of Entry.
 

Uses of KerberosTime in org.apache.directory.server.kerberos.shared.replay
 

Methods in org.apache.directory.server.kerberos.shared.replay with parameters of type KerberosTime
 boolean ReplayCacheImpl.isReplay(KerberosPrincipal serverPrincipal, KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Check if an entry is a replay or not.
 boolean ReplayCache.isReplay(KerberosPrincipal serverPrincipal, KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Returns whether a request is a replay, based on the server principal, client principal, time, and microseconds.
 void ReplayCacheImpl.save(KerberosPrincipal serverPrincipal, KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Add a new entry into the cache.
 void ReplayCache.save(KerberosPrincipal serverPrincipal, KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Saves the server principal, client principal, time, and microseconds to the replay cache.
 

Constructors in org.apache.directory.server.kerberos.shared.replay with parameters of type KerberosTime
ReplayCacheImpl.ReplayCacheEntry(KerberosPrincipal serverPrincipal, KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Creates a new instance of ReplayCacheEntry.
 

Uses of KerberosTime in org.apache.directory.server.kerberos.shared.store
 

Methods in org.apache.directory.server.kerberos.shared.store that return KerberosTime
 KerberosTime PrincipalStoreEntry.getExpiration()
          Returns the expiration time.
 KerberosTime PrincipalStoreEntry.getPasswordEnd()
          Returns the expiration time for the password.
 KerberosTime PrincipalStoreEntry.getValidEnd()
          Returns the end of validity.
 KerberosTime PrincipalStoreEntry.getValidStart()
          Returns the start of validity.
 

Methods in org.apache.directory.server.kerberos.shared.store with parameters of type KerberosTime
 void PrincipalStoreEntryModifier.setExpiration(KerberosTime expiration)
          Sets the expiration time.
 void PrincipalStoreEntryModifier.setPasswordEnd(KerberosTime passwordEnd)
          Sets the end-of-life for the password.
 void PrincipalStoreEntryModifier.setValidEnd(KerberosTime validEnd)
          Sets the end of validity.
 void PrincipalStoreEntryModifier.setValidStart(KerberosTime validStart)
          Sets the start of validity.
 

Uses of KerberosTime in org.apache.directory.shared.kerberos
 

Fields in org.apache.directory.shared.kerberos declared as KerberosTime
static KerberosTime KerberosTime.INFINITY
          Constant for the KerberosTime "infinity."
 

Methods in org.apache.directory.shared.kerberos that return KerberosTime
static KerberosTime KerberosTime.getTime(String zuluTime)
          Returns the KerberosTime for a given zulu time.
 

Methods in org.apache.directory.shared.kerberos with parameters of type KerberosTime
 int KerberosTime.compareTo(KerberosTime that)
          compares current kerberos time with the given kerberos time
 boolean KerberosTime.greaterThan(KerberosTime ktime)
          checks if the current kerberos time is greater than the given kerberos time
 boolean KerberosTime.lessThan(KerberosTime ktime)
          checks if the current kerberos time is less or equal than the given kerberos time
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.actions
 

Methods in org.apache.directory.shared.kerberos.codec.actions with parameters of type KerberosTime
protected abstract  void AbstractReadKerberosTime.setKerberosTime(KerberosTime krbtime, E container)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.authenticator.actions
 

Methods in org.apache.directory.shared.kerberos.codec.authenticator.actions with parameters of type KerberosTime
protected  void StoreCTime.setKerberosTime(KerberosTime krbtime, AuthenticatorContainer authenticatorContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.encApRepPart.actions
 

Methods in org.apache.directory.shared.kerberos.codec.encApRepPart.actions with parameters of type KerberosTime
protected  void StoreCTime.setKerberosTime(KerberosTime krbtime, EncApRepPartContainer encApRepPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
 

Methods in org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions with parameters of type KerberosTime
protected  void StoreStartTime.setKerberosTime(KerberosTime krbtime, EncKdcRepPartContainer encKdcRepPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreRenewTill.setKerberosTime(KerberosTime krbtime, EncKdcRepPartContainer encKdcRepPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreKeyExpiration.setKerberosTime(KerberosTime krbtime, EncKdcRepPartContainer encKdcRepPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreEndTime.setKerberosTime(KerberosTime krbtime, EncKdcRepPartContainer encKdcRepPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreAuthTime.setKerberosTime(KerberosTime krbtime, EncKdcRepPartContainer encKdcRepPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
 

Methods in org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions with parameters of type KerberosTime
protected  void StoreTimestamp.setKerberosTime(KerberosTime krbtime, EncKrbCredPartContainer encKrbCredPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions
 

Methods in org.apache.directory.shared.kerberos.codec.encKrbPrivPart.actions with parameters of type KerberosTime
protected  void StoreTimestamp.setKerberosTime(KerberosTime krbtime, EncKrbPrivPartContainer encKrbPrivPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.encTicketPart.actions
 

Methods in org.apache.directory.shared.kerberos.codec.encTicketPart.actions with parameters of type KerberosTime
protected  void StoreStartTime.setKerberosTime(KerberosTime krbtime, EncTicketPartContainer encTicketPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreRenewtill.setKerberosTime(KerberosTime krbtime, EncTicketPartContainer encTicketPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreEndTime.setKerberosTime(KerberosTime krbtime, EncTicketPartContainer encTicketPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreAuthTime.setKerberosTime(KerberosTime krbtime, EncTicketPartContainer encTicketPartContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
 

Methods in org.apache.directory.shared.kerberos.codec.kdcReqBody.actions with parameters of type KerberosTime
protected  void StoreRTime.setKerberosTime(KerberosTime krbtime, KdcReqBodyContainer kdcReqBodyContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions
 

Methods in org.apache.directory.shared.kerberos.codec.krbCredInfo.actions with parameters of type KerberosTime
protected  void StoreStartTime.setKerberosTime(KerberosTime krbtime, KrbCredInfoContainer krbCredInfoContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreRenewtill.setKerberosTime(KerberosTime krbtime, KrbCredInfoContainer krbCredInfoContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreEndTime.setKerberosTime(KerberosTime krbtime, KrbCredInfoContainer krbCredInfoContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreAuthTime.setKerberosTime(KerberosTime krbtime, KrbCredInfoContainer krbCredInfoContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.krbError.actions
 

Methods in org.apache.directory.shared.kerberos.codec.krbError.actions with parameters of type KerberosTime
protected  void StoreSTime.setKerberosTime(KerberosTime krbtime, KrbErrorContainer krbErrorContainer)
          set the KerberosTime on the ASN.1 object present in the container
protected  void StoreCTime.setKerberosTime(KerberosTime krbtime, KrbErrorContainer krbErrorContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
 

Methods in org.apache.directory.shared.kerberos.codec.krbSafeBody.actions with parameters of type KerberosTime
protected  void StoreTimestamp.setKerberosTime(KerberosTime krbtime, KrbSafeBodyContainer krbSafeBodyContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.lastReq.actions
 

Methods in org.apache.directory.shared.kerberos.codec.lastReq.actions with parameters of type KerberosTime
protected  void StoreLrValue.setKerberosTime(KerberosTime krbtime, LastReqContainer lastReqContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions
 

Methods in org.apache.directory.shared.kerberos.codec.paEncTsEnc.actions with parameters of type KerberosTime
protected  void StorePaTimestamp.setKerberosTime(KerberosTime krbtime, PaEncTsEncContainer paEncTsEncContainer)
          set the KerberosTime on the ASN.1 object present in the container
 

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

Methods in org.apache.directory.shared.kerberos.components that return KerberosTime
 KerberosTime KrbCredInfo.getAuthTime()
           
 KerberosTime EncTicketPart.getAuthTime()
           
 KerberosTime EncKdcRepPart.getAuthTime()
          Returns the auth KerberosTime.
 KerberosTime LastReq.getCurrentLrValue()
           
 KerberosTime KrbCredInfo.getEndTime()
           
 KerberosTime EncTicketPart.getEndTime()
           
 KerberosTime EncKdcRepPart.getEndTime()
          Returns the end KerberosTime.
 KerberosTime KdcReqBody.getFrom()
          Returns the from KerberosTime.
 KerberosTime EncKdcRepPart.getKeyExpiration()
          Returns the key expiration KerberosTime.
 KerberosTime LastReqEntry.getLrValue()
           
 KerberosTime PaEncTsEnc.getPaTimestamp()
          Returns the patimestamp value.
 KerberosTime KrbCredInfo.getRenewtill()
           
 KerberosTime EncTicketPart.getRenewTill()
           
 KerberosTime EncKdcRepPart.getRenewTill()
          Returns the renew till KerberosTime.
 KerberosTime KdcReqBody.getRTime()
          Returns the RenewTime KerberosTime.
 KerberosTime KrbCredInfo.getStartTime()
           
 KerberosTime EncTicketPart.getStartTime()
           
 KerberosTime EncKdcRepPart.getStartTime()
          Returns the start KerberosTime.
 KerberosTime KdcReqBody.getTill()
          Returns the till KerberosTime.
 KerberosTime KrbSafeBody.getTimestamp()
           
 KerberosTime EncKrbPrivPart.getTimestamp()
           
 KerberosTime EncKrbCredPart.getTimestamp()
           
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type KerberosTime
 void KrbCredInfo.setAuthTime(KerberosTime authTime)
           
 void EncTicketPart.setAuthTime(KerberosTime authTime)
           
 void EncKdcRepPart.setAuthTime(KerberosTime time)
          Sets the auth KerberosTime.
 void LastReq.setCurrentLrValue(KerberosTime lrValue)
          Set the CurrentLr value
 void KrbCredInfo.setEndTime(KerberosTime endTime)
           
 void EncTicketPart.setEndTime(KerberosTime endTime)
           
 void EncKdcRepPart.setEndTime(KerberosTime time)
          Sets the end KerberosTime.
 void KdcReqBody.setFrom(KerberosTime from)
           
 void EncKdcRepPart.setKeyExpiration(KerberosTime expiration)
          Sets the key expiration KerberosTime.
 void LastReqEntry.setLrValue(KerberosTime lrValue)
           
 void PaEncTsEnc.setPaTimestamp(KerberosTime patimestamp)
          Set the patimestamp.
 void KrbCredInfo.setRenewtill(KerberosTime renewtill)
           
 void EncTicketPart.setRenewTill(KerberosTime renewtill)
           
 void EncKdcRepPart.setRenewTill(KerberosTime till)
          Sets the renew till KerberosTime.
 void KdcReqBody.setRtime(KerberosTime rtime)
           
 void KrbCredInfo.setStartTime(KerberosTime startTime)
           
 void EncTicketPart.setStartTime(KerberosTime startTime)
           
 void EncKdcRepPart.setStartTime(KerberosTime time)
          Sets the start KerberosTime.
 void KdcReqBody.setTill(KerberosTime till)
           
 void KrbSafeBody.setTimestamp(KerberosTime timestamp)
           
 void EncKrbPrivPart.setTimestamp(KerberosTime timestamp)
           
 void EncKrbCredPart.setTimestamp(KerberosTime timestamp)
           
 

Constructors in org.apache.directory.shared.kerberos.components with parameters of type KerberosTime
LastReqEntry(LastReqType lrType, KerberosTime lrValue)
          Creates a new instance of LastReqEntry
PaEncTsEnc(KerberosTime paTimestamp, int pausec)
          Creates a new instance of PaEncTsEnc.
 

Uses of KerberosTime in org.apache.directory.shared.kerberos.messages
 

Methods in org.apache.directory.shared.kerberos.messages that return KerberosTime
 KerberosTime Authenticator.getCtime()
           
 KerberosTime KrbError.getCTime()
           
 KerberosTime EncApRepPart.getCTime()
          Returns the client KerberosTime.
 KerberosTime TgsRep.getEndTime()
          Returns the end KerberosTime.
 KerberosTime AsRep.getEndTime()
          Returns the end KerberosTime.
 KerberosTime TgsRep.getRenewTill()
          Returns the renew till KerberosTime.
 KerberosTime AsRep.getRenewTill()
          Returns the renew till KerberosTime.
 KerberosTime TgsRep.getStartTime()
          Returns the start KerberosTime.
 KerberosTime AsRep.getStartTime()
          Returns the start KerberosTime.
 KerberosTime KrbError.getSTime()
           
 

Methods in org.apache.directory.shared.kerberos.messages with parameters of type KerberosTime
 void KrbError.setCTime(KerberosTime cTime)
           
 void EncApRepPart.setCTime(KerberosTime ctime)
           
 void Authenticator.setCTime(KerberosTime ctime)
           
 void KrbError.setSTime(KerberosTime sTime)
           
 



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