org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
Class StoreNonce

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.asn1.actions.AbstractReadInteger<KdcReqBodyContainer>
          extended by org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreNonce
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KdcReqBodyContainer>

public class StoreNonce
extends org.apache.directory.shared.asn1.actions.AbstractReadInteger<KdcReqBodyContainer>

The action used to store the Nonce

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreNonce()
          Instantiates a new StoreNonce action.
 
Method Summary
 void setIntegerValue(int value, KdcReqBodyContainer kdcReqBodyContainer)
          
 
Methods inherited from class org.apache.directory.shared.asn1.actions.AbstractReadInteger
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

StoreNonce

public StoreNonce()
Instantiates a new StoreNonce action.

Method Detail

setIntegerValue

public void setIntegerValue(int value,
                            KdcReqBodyContainer kdcReqBodyContainer)

Specified by:
setIntegerValue in class org.apache.directory.shared.asn1.actions.AbstractReadInteger<KdcReqBodyContainer>


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