org.apache.directory.shared.kerberos.codec.etypeInfo.actions
Class AddETypeInfoEntry

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

public class AddETypeInfoEntry
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<ETypeInfoContainer>

The action used to add an ETypeInfoEntry object

Author:
Apache Directory Project

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

AddETypeInfoEntry

public AddETypeInfoEntry()
Instantiates a new AddETypeInfoEntry action.

Method Detail

action

public void action(ETypeInfoContainer eTypeInfoContainer)
            throws org.apache.directory.shared.asn1.DecoderException

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


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