org.apache.directory.shared.kerberos.codec.authenticator.actions
Class StoreAuthenticatorVno
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadPvno<AuthenticatorContainer>
org.apache.directory.shared.kerberos.codec.authenticator.actions.StoreAuthenticatorVno
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<AuthenticatorContainer>
public class StoreAuthenticatorVno
- extends AbstractReadPvno<AuthenticatorContainer>
The action used to store the AuthenticatorVno
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Method Summary |
protected void |
setPvno(int pvno,
AuthenticatorContainer authenticatorContainer)
sets the pvno on the ASN.1 object present in the container |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreAuthenticatorVno
public StoreAuthenticatorVno()
- Instantiates a new StoreAuthenticatorVno action.
setPvno
protected void setPvno(int pvno,
AuthenticatorContainer authenticatorContainer)
- sets the pvno on the ASN.1 object present in the container
- Specified by:
setPvno in class AbstractReadPvno<AuthenticatorContainer>
- Parameters:
pvno - the protocol version number receivedauthenticatorContainer - the ASN.1 object's container
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.