org.apache.directory.shared.kerberos.codec.adMandatoryForKdc
Class AdMandatoryForKdcContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataContainer
          extended by org.apache.directory.shared.kerberos.codec.adMandatoryForKdc.AdMandatoryForKdcContainer
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.Asn1Container

public class AdMandatoryForKdcContainer
extends AuthorizationDataContainer

The AD-MANDATORY-FOR-KDC container stores the AD-MANDATORY-FOR-KDC decoded by the Asn1Decoder.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
decodeBytes, grammar, stateStack
 
Constructor Summary
AdMandatoryForKdcContainer()
          Creates a new AdMandatoryForKdcContainer object.
 
Method Summary
 AdMandatoryForKdc getAdMandatoryForKdc()
           
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataContainer
getAuthorizationData, setAuthorizationData
 
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdMandatoryForKdcContainer

public AdMandatoryForKdcContainer()
Creates a new AdMandatoryForKdcContainer object.

Method Detail

getAdMandatoryForKdc

public AdMandatoryForKdc getAdMandatoryForKdc()
Returns:
Returns the AD-MANDATORY-FOR-KDC.


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