org.apache.directory.shared.kerberos.codec.krbError.actions
Class StoreRealm
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadRealm<KrbErrorContainer>
org.apache.directory.shared.kerberos.codec.krbError.actions.StoreRealm
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<KrbErrorContainer>
public class StoreRealm
- extends AbstractReadRealm<KrbErrorContainer>
The action used to set the KrbError 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. |
|
Method Summary |
protected void |
setRealm(String realm,
KrbErrorContainer krbErrorContainer)
sets the relam value on the ASN.1 object present in the container |
| 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 realm,
KrbErrorContainer krbErrorContainer)
- sets the relam value on the ASN.1 object present in the container
- Specified by:
setRealm in class AbstractReadRealm<KrbErrorContainer>
- Parameters:
realm - the realm namekrbErrorContainer - the container holding ASN.1 object
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.