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