org.apache.directory.shared.kerberos.codec.actions
Class AbstractReadPvno<E extends org.apache.directory.shared.asn1.ber.Asn1Container>
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno<E>
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<E>
- Direct Known Subclasses:
- StoreAuthenticatorVno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno, StorePvno
public abstract class AbstractReadPvno<E extends org.apache.directory.shared.asn1.ber.Asn1Container>
- extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
The action used to read the PVNO
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Method Summary |
void |
action(E container)
|
protected abstract void |
setPvno(int pvno,
E container)
sets the pvno on the ASN.1 object present in the container |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
AbstractReadPvno
public AbstractReadPvno(String name)
- Creates a new instance of AbstractReadPvno.
- Parameters:
name - the name of the action
setPvno
protected abstract void setPvno(int pvno,
E container)
- sets the pvno on the ASN.1 object present in the container
- Parameters:
pvno - the protocol version number receivedcontainer - the ASN.1 object's container
action
public final void action(E container)
throws org.apache.directory.shared.asn1.DecoderException
-
- Throws:
org.apache.directory.shared.asn1.DecoderException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.