org.apache.directory.shared.kerberos.codec.krbSafe.actions
Class StoreSafeBody

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

public class StoreSafeBody
extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction<KrbSafeContainer>

The action used to read the KrbSafeBody

Author:
Apache Directory Project

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

StoreSafeBody

public StoreSafeBody()
Instantiates a new StoreSafeBody action.

Method Detail

action

public void action(KrbSafeContainer krbSafeContainer)
            throws org.apache.directory.shared.asn1.DecoderException

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


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