org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
Class StoreAuthTime
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime<EncKdcRepPartContainer>
org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreAuthTime
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<EncKdcRepPartContainer>
public class StoreAuthTime
- extends AbstractReadKerberosTime<EncKdcRepPartContainer>
The action used to store the EncKdcRepPart auth time
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreAuthTime()
Instantiates a new StoreAuthTime action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreAuthTime
public StoreAuthTime()
- Instantiates a new StoreAuthTime action.
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 TLVencKdcRepPartContainer - the ASN.1 object's container
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.