org.apache.directory.shared.kerberos.codec.lastReq.actions
Class StoreLrValue
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
org.apache.directory.shared.kerberos.codec.actions.AbstractReadKerberosTime<LastReqContainer>
org.apache.directory.shared.kerberos.codec.lastReq.actions.StoreLrValue
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.Action<LastReqContainer>
public class StoreLrValue
- extends AbstractReadKerberosTime<LastReqContainer>
The action used to store the LastReq value
- Author:
- Apache Directory Project
| Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
|
Constructor Summary |
StoreLrValue()
Instantiates a new StoreLrValue action. |
| Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
StoreLrValue
public StoreLrValue()
- Instantiates a new StoreLrValue action.
setKerberosTime
protected void setKerberosTime(KerberosTime krbtime,
LastReqContainer lastReqContainer)
- set the KerberosTime on the ASN.1 object present in the container
- Specified by:
setKerberosTime in class AbstractReadKerberosTime<LastReqContainer>
- Parameters:
krbtime - the KerberosTime decoded from the TLVlastReqContainer - the ASN.1 object's container
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.