org.apache.directory.shared.kerberos.codec.authorizationData
Class AuthorizationDataContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.kerberos.codec.authorizationData.AuthorizationDataContainer
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.Asn1Container
Direct Known Subclasses:
AdIfRelevantContainer, AdMandatoryForKdcContainer

public class AuthorizationDataContainer
extends org.apache.directory.shared.asn1.ber.AbstractContainer

The AuthorizationData container stores the AuthorizationData 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
AuthorizationDataContainer()
          Creates a new AuthorizationDataContainer object.
 
Method Summary
 AuthorizationData getAuthorizationData()
           
 void setAuthorizationData(AuthorizationData authorizationData)
          Set a AuthorizationData Object into the container.
 
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

AuthorizationDataContainer

public AuthorizationDataContainer()
Creates a new AuthorizationDataContainer object.

Method Detail

getAuthorizationData

public AuthorizationData getAuthorizationData()
Returns:
Returns the AuthorizationData.

setAuthorizationData

public void setAuthorizationData(AuthorizationData authorizationData)
Set a AuthorizationData Object into the container. It will be completed by the KerberosDecoder.

Parameters:
authorizationData - The AuthorizationData to set.


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