org.apache.directory.shared.kerberos.codec.krbCred.actions
Class CheckMsgType

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.shared.kerberos.codec.actions.AbstractReadMsgType<KrbCredContainer>
          extended by org.apache.directory.shared.kerberos.codec.krbCred.actions.CheckMsgType
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.grammar.Action<KrbCredContainer>

public class CheckMsgType
extends AbstractReadMsgType<KrbCredContainer>

The action used to check the KRB-CRED msg-type

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
CheckMsgType()
          Instantiates a new CheckMsgType action.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.actions.AbstractReadMsgType
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

CheckMsgType

public CheckMsgType()
Instantiates a new CheckMsgType action.



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