org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions
Class StoreCAddr
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadHostAddresses<EncKdcRepPartContainer>
org.apache.directory.shared.kerberos.codec.EncKdcRepPart.actions.StoreCAddr
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<EncKdcRepPartContainer>
public class StoreCAddr
- extends AbstractReadHostAddresses<EncKdcRepPartContainer>
The action used to store the caddr of EncKdcRepPart
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreCAddr()
Instantiates a new StoreAddresses action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreCAddr
public StoreCAddr()
- Instantiates a new StoreAddresses action.
setHostAddresses
protected void setHostAddresses(HostAddresses hostAddresses,
EncKdcRepPartContainer encKdcRepPartContainer)
- set HostAddresses on the ASN.1 object present in the container
- Specified by:
setHostAddresses in class AbstractReadHostAddresses<EncKdcRepPartContainer>
- Parameters:
hostAddresses - the host addressesencKdcRepPartContainer - the container holding the ASN.1 object
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.