public abstract class AbstractReadKerberosTime<E extends org.apache.directory.api.asn1.ber.Asn1Container>
extends org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
Constructor and Description |
---|
AbstractReadKerberosTime(String name)
Instantiates a new AbstractReadKerberosTime action.
|
Modifier and Type | Method and Description |
---|---|
void |
action(E container) |
protected abstract void |
setKerberosTime(KerberosTime krbtime,
E container)
set the KerberosTime on the ASN.1 object present in the container
|
public AbstractReadKerberosTime(String name)
protected abstract void setKerberosTime(KerberosTime krbtime, E container)
krbtime
- the KerberosTime decoded from the TLVcontainer
- the ASN.1 object's containerpublic final void action(E container) throws org.apache.directory.api.asn1.DecoderException
org.apache.directory.api.asn1.DecoderException
Copyright © 2018. All rights reserved.