org.apache.directory.shared.kerberos.codec.etypeInfo2.actions
Class AddETypeInfo2Entry

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

public class AddETypeInfo2Entry
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<ETypeInfo2Container>

The action used to add an ETypeInfo2Entry object

Author:
Apache Directory Project

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

AddETypeInfo2Entry

public AddETypeInfo2Entry()
Instantiates a new AddETypeInfo2Entry action.

Method Detail

action

public void action(ETypeInfo2Container eTypeInfo2Container)
            throws org.apache.directory.shared.asn1.DecoderException

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


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