org.apache.directory.shared.kerberos.codec.kdcRep.actions
Class AddPaData

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

public class AddPaData
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<KdcRepContainer>

The action used to add a PaData

Author:
Apache Directory Project

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

AddPaData

public AddPaData()
Instantiates a new AddPaData action.

Method Detail

action

public void action(KdcRepContainer kdcRepContainer)
            throws org.apache.directory.shared.asn1.DecoderException

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


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