org.apache.directory.shared.kerberos.codec.apReq.actions
Class StorePvno

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno<ApReqContainer>
          extended by org.apache.directory.shared.kerberos.codec.apReq.actions.StorePvno
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<ApReqContainer>

public class StorePvno
extends AbstractReadPvno<ApReqContainer>

The action used to set the AP-REQ VNO

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StorePvno()
          Instantiates a new StorePvno action.
 
Method Summary
protected  void setPvno(int pvno, ApReqContainer apReqContainer)
          sets the pvno on the ASN.1 object present in the container
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno
action
 
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorePvno

public StorePvno()
Instantiates a new StorePvno action.

Method Detail

setPvno

protected void setPvno(int pvno,
                       ApReqContainer apReqContainer)
sets the pvno on the ASN.1 object present in the container

Specified by:
setPvno in class AbstractReadPvno<ApReqContainer>
Parameters:
pvno - the protocol version number received
apReqContainer - the ASN.1 object's container


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.