org.apache.directory.shared.kerberos.codec.asReq.actions
Class StoreKdcReq

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

public class StoreKdcReq
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<AsReqContainer>

The action used to add a KDC-REQ object

Author:
Apache Directory Project

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

StoreKdcReq

public StoreKdcReq()
Instantiates a new KDC-REQ action.

Method Detail

action

public void action(AsReqContainer asReqContainer)
            throws org.apache.directory.shared.asn1.DecoderException

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


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