org.apache.directory.shared.kerberos.codec.lastReq.actions
Class StoreLrValue

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

public class StoreLrValue
extends AbstractReadKerberosTime<LastReqContainer>

The action used to store the LastReq value

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreLrValue()
          Instantiates a new StoreLrValue action.
 
Method Summary
protected  void setKerberosTime(KerberosTime krbtime, LastReqContainer lastReqContainer)
          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

StoreLrValue

public StoreLrValue()
Instantiates a new StoreLrValue action.

Method Detail

setKerberosTime

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

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


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