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

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

public class KdcReqBodyInit
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<KdcReqBodyContainer>

The action used to initialize the KDC-REQ-BODY object

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
KdcReqBodyInit()
          Instantiates a new KdcReqBodyInit action.
 
Method Summary
 void action(KdcReqBodyContainer kdcReqBodyContainer)
          
 
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

KdcReqBodyInit

public KdcReqBodyInit()
Instantiates a new KdcReqBodyInit action.

Method Detail

action

public void action(KdcReqBodyContainer kdcReqBodyContainer)
            throws org.apache.directory.shared.asn1.DecoderException

Throws:
org.apache.directory.shared.asn1.DecoderException


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