org.apache.directory.shared.kerberos.codec.krbError.actions
Class StoreSusec

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.asn1.actions.AbstractReadInteger<KrbErrorContainer>
          extended by org.apache.directory.shared.kerberos.codec.krbError.actions.StoreSusec
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KrbErrorContainer>

public class StoreSusec
extends org.apache.directory.shared.asn1.actions.AbstractReadInteger<KrbErrorContainer>

The action used to store the susec

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreSusec()
          Instantiates a new StorePvno action.
 
Method Summary
protected  void setIntegerValue(int value, KrbErrorContainer krbErrorContainer)
          
 
Methods inherited from class org.apache.directory.shared.asn1.actions.AbstractReadInteger
action
 
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

StoreSusec

public StoreSusec()
Instantiates a new StorePvno action.

Method Detail

setIntegerValue

protected void setIntegerValue(int value,
                               KrbErrorContainer krbErrorContainer)

Specified by:
setIntegerValue in class org.apache.directory.shared.asn1.actions.AbstractReadInteger<KrbErrorContainer>


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