org.apache.directory.shared.kerberos.codec.authenticator.actions
Class StoreAuthenticatorVno

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

public class StoreAuthenticatorVno
extends AbstractReadPvno<AuthenticatorContainer>

The action used to store the AuthenticatorVno

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreAuthenticatorVno()
          Instantiates a new StoreAuthenticatorVno action.
 
Method Summary
protected  void setPvno(int pvno, AuthenticatorContainer authenticatorContainer)
          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

StoreAuthenticatorVno

public StoreAuthenticatorVno()
Instantiates a new StoreAuthenticatorVno action.

Method Detail

setPvno

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

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


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