org.apache.directory.shared.kerberos.codec.principalName.actions
Class StoreNameType

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

public class StoreNameType
extends org.apache.directory.shared.asn1.actions.AbstractReadInteger<PrincipalNameContainer>

The action used to store the PrincipalName type

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreNameType()
          Instantiates a new PrincipalNameInit action.
 
Method Summary
protected  void setIntegerValue(int value, PrincipalNameContainer principalNameContainer)
          
 
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

StoreNameType

public StoreNameType()
Instantiates a new PrincipalNameInit action.

Method Detail

setIntegerValue

protected void setIntegerValue(int value,
                               PrincipalNameContainer principalNameContainer)

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


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