org.apache.directory.shared.kerberos.codec.kdcReq.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<KdcReqContainer>
          extended by org.apache.directory.shared.kerberos.codec.kdcReq.actions.StorePvno
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KdcReqContainer>

public class StorePvno
extends AbstractReadPvno<KdcReqContainer>

The action used to store the PVNO

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
 void setPvno(int pvno, KdcReqContainer kdcReqContainer)
          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

public void setPvno(int pvno,
                    KdcReqContainer kdcReqContainer)
sets the pvno on the ASN.1 object present in the container

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


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