org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
Class StoreKeyExpiration

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

public class StoreKeyExpiration
extends AbstractReadKerberosTime<EncKdcRepPartContainer>

The action used to store the EncKdcRepPart key expiration

Author:
Apache Directory Project

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

StoreKeyExpiration

public StoreKeyExpiration()
Instantiates a new StoreKeyExpiration action.

Method Detail

setKerberosTime

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

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


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