org.apache.directory.shared.kerberos.codec.kdcRep.actions
Class StoreCRealm

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadRealm<KdcRepContainer>
          extended by org.apache.directory.shared.kerberos.codec.kdcRep.actions.StoreCRealm
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KdcRepContainer>

public class StoreCRealm
extends AbstractReadRealm<KdcRepContainer>

The action used to set the ticket Realm

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
StoreCRealm()
          Instantiates a new TicketRealm action.
 
Method Summary
protected  void setRealm(String realm, KdcRepContainer kdcRepContainer)
          sets the relam value on the ASN.1 object present in the container
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadRealm
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

StoreCRealm

public StoreCRealm()
Instantiates a new TicketRealm action.

Method Detail

setRealm

protected void setRealm(String realm,
                        KdcRepContainer kdcRepContainer)
sets the relam value on the ASN.1 object present in the container

Specified by:
setRealm in class AbstractReadRealm<KdcRepContainer>
Parameters:
realm - the realm name
kdcRepContainer - the container holding ASN.1 object


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