org.apache.directory.shared.kerberos.codec.tgsRep.actions
Class StoreKdcRep

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

public class StoreKdcRep
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<TgsRepContainer>

The action used to add a KDC-REP object

Author:
Apache Directory Project

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

StoreKdcRep

public StoreKdcRep()
Instantiates a new KDC-REP action.

Method Detail

action

public void action(TgsRepContainer tgsRepContainer)
            throws org.apache.directory.shared.asn1.DecoderException

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


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