org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
Class StoreTimestamp

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime<KrbSafeBodyContainer>
          extended by org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreTimestamp
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KrbSafeBodyContainer>

public class StoreTimestamp
extends AbstractReadKerberosTime<KrbSafeBodyContainer>

The action used to store the KrbSafeBody timemstamp

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreTimestamp()
          Instantiates a new StoreCTime action.
 
Method Summary
protected  void setKerberosTime(KerberosTime krbtime, KrbSafeBodyContainer krbSafeBodyContainer)
          set the KerberosTime on the ASN.1 object present in the container
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime
action
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreTimestamp

public StoreTimestamp()
Instantiates a new StoreCTime action.

Method Detail

setKerberosTime

protected void setKerberosTime(KerberosTime krbtime,
                               KrbSafeBodyContainer krbSafeBodyContainer)
set the KerberosTime on the ASN.1 object present in the container

Specified by:
setKerberosTime in class AbstractReadKerberosTime<KrbSafeBodyContainer>
Parameters:
krbtime - the KerberosTime decoded from the TLV
krbSafeBodyContainer - the ASN.1 object's container


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