org.apache.directory.shared.kerberos.codec.kdcReqBody.actions
Class StoreRealm
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadRealm<KdcReqBodyContainer>
org.apache.directory.shared.kerberos.codec.kdcReqBody.actions.StoreRealm
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<KdcReqBodyContainer>
public class StoreRealm
- extends AbstractReadRealm<KdcReqBodyContainer>
The action used to store the Realm
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreRealm()
Instantiates a new StoreRealm action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreRealm
public StoreRealm()
- Instantiates a new StoreRealm action.
setRealm
protected void setRealm(String srealm,
KdcReqBodyContainer kdcReqBodyContainer)
- sets the relam value on the ASN.1 object present in the container
- Specified by:
setRealm in class AbstractReadRealm<KdcReqBodyContainer>
- Parameters:
srealm - the realm namekdcReqBodyContainer - the container holding ASN.1 object
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.