org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions
Class StoreTimestamp
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime<EncKrbCredPartContainer>
org.apache.directory.shared.kerberos.codec.encKrbCredPart.actions.StoreTimestamp
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<EncKrbCredPartContainer>
public class StoreTimestamp
- extends AbstractReadKerberosTime<EncKrbCredPartContainer>
The action used to store the EncKrbCredPart timemstamp
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreTimestamp()
Instantiates a new StoreCTime action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreTimestamp
public StoreTimestamp()
- Instantiates a new StoreCTime action.
setKerberosTime
protected void setKerberosTime(KerberosTime krbtime,
EncKrbCredPartContainer encKrbCredPartContainer)
- set the KerberosTime on the ASN.1 object present in the container
- Specified by:
setKerberosTime in class AbstractReadKerberosTime<EncKrbCredPartContainer>
- Parameters:
krbtime - the KerberosTime decoded from the TLVencKrbCredPartContainer - the ASN.1 object's container
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.