org.apache.directory.shared.kerberos.codec.krbSafeBody.actions
Class StoreSenderAddress

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddress<KrbSafeBodyContainer>
          extended by org.apache.directory.shared.kerberos.codec.krbSafeBody.actions.StoreSenderAddress
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KrbSafeBodyContainer>

public class StoreSenderAddress
extends AbstractReadHostAddress<KrbSafeBodyContainer>

Store the s-address of KrbSafeBody.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreSenderAddress()
           
 
Method Summary
protected  void setAddress(HostAddress hostAddress, KrbSafeBodyContainer krbSafeBodyContainer)
          
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddress
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

StoreSenderAddress

public StoreSenderAddress()
Method Detail

setAddress

protected void setAddress(HostAddress hostAddress,
                          KrbSafeBodyContainer krbSafeBodyContainer)

Specified by:
setAddress in class AbstractReadHostAddress<KrbSafeBodyContainer>


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