org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
Class StoreAddresses

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddresses<KdcReqBodyContainer>
          extended by org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreAddresses
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KdcReqBodyContainer>

public class StoreAddresses
extends AbstractReadHostAddresses<KdcReqBodyContainer>

The action used to store the Addresses

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreAddresses()
          Instantiates a new StoreAddresses action.
 
Method Summary
protected  void setHostAddresses(HostAddresses hostAddresses, KdcReqBodyContainer kdcReqBodyContainer)
          set HostAddresses on the ASN.1 object present in the container
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddresses
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

StoreAddresses

public StoreAddresses()
Instantiates a new StoreAddresses action.

Method Detail

setHostAddresses

protected void setHostAddresses(HostAddresses hostAddresses,
                                KdcReqBodyContainer kdcReqBodyContainer)
set HostAddresses on the ASN.1 object present in the container

Specified by:
setHostAddresses in class AbstractReadHostAddresses<KdcReqBodyContainer>
Parameters:
hostAddresses - the host addresses
kdcReqBodyContainer - the container holding the ASN.1 object


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