Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.KerberosTime

Packages that use KerberosTime
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. 
org.apache.directory.server.kerberos.shared.keytab   
org.apache.directory.server.kerberos.shared.messages Provides base message objects for Kerberos request and reply messages. 
org.apache.directory.server.kerberos.shared.messages.application Provides message objects for Kerberos application messages. 
org.apache.directory.server.kerberos.shared.messages.components Provides major components of Kerberos messages. 
org.apache.directory.server.kerberos.shared.messages.value Provides value object components of Kerberos messages. 
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. 
 

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

Methods in org.apache.directory.server.kerberos.shared.io.decoder that return KerberosTime
protected static KerberosTime KerberosTimeDecoder.decode(org.apache.directory.shared.asn1.der.DERGeneralizedTime time)
          KerberosTime ::= GeneralizedTime -- Specifying UTC time zone (Z)
 

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

Methods in org.apache.directory.server.kerberos.shared.io.encoder with parameters of type KerberosTime
protected static org.apache.directory.shared.asn1.der.DERGeneralizedTime KerberosTimeEncoder.encode(KerberosTime time)
          KerberosTime ::= GeneralizedTime -- Specifying UTC time zone (Z)
 

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(java.lang.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.messages
 

Methods in org.apache.directory.server.kerberos.shared.messages that return KerberosTime
 KerberosTime KdcReply.getAuthTime()
          Returns the auth KerberosTime.
 KerberosTime ErrorMessage.getClientTime()
          Returns the client KerberosTime.
 KerberosTime KdcReply.getEndTime()
          Return the end KerberosTime.
 KerberosTime KdcRequest.getFrom()
          Returns the from KerberosTime.
 KerberosTime KdcReply.getKeyExpiration()
          Returns the key expiration KerberosTime.
 KerberosTime KdcReply.getRenewTill()
          Returns the renew till KerberosTime.
 KerberosTime KdcRequest.getRtime()
          Returns the "R" KerberosTime.
 KerberosTime ErrorMessage.getServerTime()
          Returns the server KerberosTime.
 KerberosTime KdcReply.getStartTime()
          Returns the start KerberosTime.
 KerberosTime KdcRequest.getTill()
          Returns the till KerberosTime.
 

Methods in org.apache.directory.server.kerberos.shared.messages with parameters of type KerberosTime
 void KdcReply.setAuthTime(KerberosTime time)
          Sets the auth KerberosTime.
 void ErrorMessageModifier.setClientTime(KerberosTime time)
          Sets the client KerberosTime.
 void KdcReply.setEndTime(KerberosTime time)
          Sets the end KerberosTime.
 void KdcReply.setKeyExpiration(KerberosTime expiration)
          Sets the key expiration KerberosTime.
 void KdcReply.setRenewTill(KerberosTime till)
          Sets the renew till KerberosTime.
 void ErrorMessageModifier.setServerTime(KerberosTime time)
          Sets the server KerberosTime.
 void KdcReply.setStartTime(KerberosTime time)
          Sets the start KerberosTime.
 

Constructors in org.apache.directory.server.kerberos.shared.messages with parameters of type KerberosTime
ErrorMessage(KerberosTime clientTime, java.lang.Integer clientMicroSecond, KerberosTime serverTime, int serverMicroSecond, int errorCode, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, java.lang.String explanatoryText, byte[] explanatoryData)
          Creates a new instance of ErrorMessage.
 

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

Methods in org.apache.directory.server.kerberos.shared.messages.application that return KerberosTime
 KerberosTime SafeBody.getTimestamp()
          Returns the KerberosTime timestamp.
 KerberosTime SafeMessage.getTimestamp()
          Returns the KerberosTime timestamp.
 

Constructors in org.apache.directory.server.kerberos.shared.messages.application with parameters of type KerberosTime
SafeBody(byte[] userData, KerberosTime timestamp, java.lang.Integer usec, java.lang.Integer seqNumber, HostAddress sAddress, HostAddress rAddress)
          Creates a new instance of SafeBody.
 

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

Methods in org.apache.directory.server.kerberos.shared.messages.components that return KerberosTime
 KerberosTime EncTicketPart.getAuthTime()
          Returns the auth KerberosTime
 KerberosTime EncKdcRepPart.getAuthTime()
          Returns the auth KerberosTime.
 KerberosTime Authenticator.getClientTime()
          Returns the client KerberosTime.
 KerberosTime EncApRepPart.getClientTime()
          Returns the client KerberosTime.
 KerberosTime EncTicketPart.getEndTime()
          Returns the end KerberosTime
 KerberosTime EncKdcRepPart.getEndTime()
          Returns the end KerberosTime.
 KerberosTime EncKdcRepPart.getKeyExpiration()
          Returns the key expiration KerberosTime.
 KerberosTime EncTicketPart.getRenewTill()
          Returns the renew till KerberosTime
 KerberosTime EncKdcRepPart.getRenewTill()
          Returns the renew till KerberosTime.
 KerberosTime EncTicketPart.getStartTime()
          Returns the start KerberosTime
 KerberosTime EncKdcRepPart.getStartTime()
          Returns the start KerberosTime.
 KerberosTime EncKrbPrivPart.getTimestamp()
          Returns the KerberosTime timestamp.
 KerberosTime EncKrbCredPart.getTimeStamp()
          Returns the timestamp.
 

Methods in org.apache.directory.server.kerberos.shared.messages.components with parameters of type KerberosTime
 void EncTicketPartModifier.setAuthTime(KerberosTime authtime)
          Sets the auth KerberosTime.
 void EncKdcRepPart.setAuthTime(KerberosTime time)
          Sets the auth KerberosTime.
 void AuthenticatorModifier.setClientTime(KerberosTime time)
          Sets the client KerberosTime.
 void EncApRepPartModifier.setClientTime(KerberosTime clientTime)
          Sets the client KerberosTime.
 void EncTicketPartModifier.setEndTime(KerberosTime time)
          Sets the end KerberosTime.
 void EncKdcRepPart.setEndTime(KerberosTime time)
          Sets the end KerberosTime.
 void EncKdcRepPart.setKeyExpiration(KerberosTime expiration)
          Sets the key expiration KerberosTime.
 void EncTicketPartModifier.setRenewTill(KerberosTime till)
          Sets the renew till KerberosTime.
 void EncKdcRepPart.setRenewTill(KerberosTime till)
          Sets the renew till KerberosTime.
 void EncTicketPartModifier.setStartTime(KerberosTime time)
          Sets the start KerberosTime.
 void EncKdcRepPart.setStartTime(KerberosTime time)
          Sets the start KerberosTime.
 void EncKrbPrivPartModifier.setTimestamp(KerberosTime timestamp)
          Sets the KerberosTime timestamp.
 

Constructors in org.apache.directory.server.kerberos.shared.messages.components with parameters of type KerberosTime
Authenticator(int versionNumber, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, Checksum checksum, int clientMicroSecond, KerberosTime clientTime, EncryptionKey subSessionKey, int sequenceNumber, AuthorizationData authorizationData)
          Creates a new instance of Authenticator.
Authenticator(javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, Checksum checksum, int clientMicroSecond, KerberosTime clientTime, EncryptionKey subSessionKey, int sequenceNumber, AuthorizationData authorizationData)
          Creates a new instance of Authenticator.
EncApRepPart(KerberosTime clientTime, int cusec, EncryptionKey subSessionKey, java.lang.Integer sequenceNumber)
          Creates a new instance of EncApRepPart.
EncAsRepPart(EncryptionKey key, LastRequest lastReq, int nonce, KerberosTime keyExpiration, TicketFlags flags, KerberosTime authTime, KerberosTime startTime, KerberosTime endTime, KerberosTime renewTill, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, HostAddresses caddr)
          Creates a new instance of EncAsRepPart.
EncKdcRepPart(EncryptionKey key, LastRequest lastReq, int nonce, KerberosTime keyExpiration, TicketFlags flags, KerberosTime authtime, KerberosTime starttime, KerberosTime endtime, KerberosTime renewTill, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, HostAddresses caddr, MessageComponentType componentType)
          Creates a new instance of EncKdcRepPart.
EncKrbCredPart(KrbCredInfo[] ticketInfo, KerberosTime timeStamp, java.lang.Integer usec, java.lang.Integer nonce, HostAddress sAddress, HostAddresses rAddress)
          Creates a new instance of EncKrbCredPart.
EncKrbPrivPart(byte[] userData, KerberosTime timestamp, java.lang.Integer usec, java.lang.Integer sequenceNumber, HostAddress senderAddress, HostAddress recipientAddress)
          Creates a new instance of EncKrbPrivPart.
EncTgsRepPart(EncryptionKey key, LastRequest lastReq, int nonce, KerberosTime keyExpiration, TicketFlags flags, KerberosTime authtime, KerberosTime starttime, KerberosTime endtime, KerberosTime renewTill, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, HostAddresses caddr)
          Creates a new instance of EncTgsRepPart.
EncTicketPart(TicketFlags flags, EncryptionKey key, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, TransitedEncoding transited, KerberosTime authtime, KerberosTime starttime, KerberosTime endtime, KerberosTime renewTill, HostAddresses caddr, AuthorizationData authorizationData)
          Creates a new instance of EncTicketPart.
 

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

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

Methods in org.apache.directory.server.kerberos.shared.messages.value that return KerberosTime
 KerberosTime KrbCredInfo.getAuthTime()
          Returns the auth KerberosTime.
 KerberosTime KrbCredInfo.getEndTime()
          Returns the end KerberosTime.
 KerberosTime RequestBody.getFrom()
          Returns the from KerberosTime.
 KerberosTime LastRequestEntry.getLastRequestValue()
          Returns the KerberosTime of the last request.
 KerberosTime KrbCredInfo.getRenewTill()
          Returns the renew till KerberosTime.
 KerberosTime RequestBody.getRtime()
          Returns the "R" KerberosTime.
 KerberosTime KrbCredInfo.getStartTime()
          Returns the start KerberosTime.
 KerberosTime RequestBody.getTill()
          Returns the till KerberosTime.
static KerberosTime KerberosTime.getTime(java.lang.String zuluTime)
          Returns the KerberosTime for a given zulu time.
 KerberosTime EncryptedTimeStamp.getTimeStamp()
          Returns the KerberosTime.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type KerberosTime
 int KerberosTime.compareTo(KerberosTime that)
           
 boolean KerberosTime.equals(KerberosTime time)
          Returns whether this KerberosTime is equal to another KerberosTime.
 boolean KerberosTime.greaterThan(KerberosTime time)
          Returns whether this KerberosTime is greater than a given KerberosTime.
 boolean KerberosTime.lessThan(KerberosTime time)
          Returns whether this KerberosTime is less than a given KerberosTime.
 void RequestBodyModifier.setFrom(KerberosTime from)
          Sets the from KerberosTime.
 void EncryptedTimeStampModifier.setKerberosTime(KerberosTime timeStamp)
          Sets the KerberosTime.
 void RequestBodyModifier.setRtime(KerberosTime rtime)
          Sets the "R" KerberosTime.
 void RequestBodyModifier.setTill(KerberosTime till)
          Sets the till KerberosTime.
 

Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type KerberosTime
EncryptedTimeStamp(KerberosTime timeStamp, int microSeconds)
          Creates a new instance of EncryptedTimeStamp.
KrbCredInfo(EncryptionKey key, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, TicketFlags flags, KerberosTime authTime, KerberosTime startTime, KerberosTime endTime, KerberosTime renewTill, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, HostAddresses clientAddresses)
          Creates a new instance of KrbCredInfo.
LastRequestEntry(LastRequestType type, KerberosTime value)
          Creates a new instance of LastRequestEntry.
RequestBody(KdcOptions kdcOptions, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, KerberosTime from, KerberosTime till, KerberosTime rtime, int nonce, java.util.Set<EncryptionType> eType, HostAddresses addresses, EncryptedData encAuthorizationData, Ticket[] additionalTickets)
          Creates a new instance of RequestBody.
 

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 ReplayCache.isReplay(javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Returns whether a request is a replay, based on the server principal, client principal, time, and microseconds.
 boolean InMemoryReplayCache.isReplay(javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Check if an entry is a replay or not.
 void ReplayCache.save(javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Saves the server principal, client principal, time, and microseconds to the replay cache.
 void InMemoryReplayCache.save(javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, KerberosTime clientTime, int clientMicroSeconds)
          Add a new entry into the cache.
 

Constructors in org.apache.directory.server.kerberos.shared.replay with parameters of type KerberosTime
InMemoryReplayCache.ReplayCacheEntry(javax.security.auth.kerberos.KerberosPrincipal serverPrincipal, javax.security.auth.kerberos.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.
 



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