org.apache.directory.server.kerberos.shared.messages.value
Class AuthorizationData

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.AuthorizationData
All Implemented Interfaces:
Encodable

public class AuthorizationData
extends java.lang.Object
implements Encodable

Version:
$Rev: 540371 $, $Date: 2007-05-21 20:00:43 -0400 (Mon, 21 May 2007) $
Author:
Apache Directory Project

Constructor Summary
AuthorizationData()
          Creates a new instance of AuthorizationData.
 
Method Summary
 void add(AuthorizationData data)
          Adds all AuthorizationData entries to this AuthorizationData.
 void add(AuthorizationDataEntry entry)
          Adds an AuthorizationDataEntry to this AuthorizationData.
 java.util.Iterator iterator()
          Returns an Iterator over the entries in this AuthorizationData.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationData

public AuthorizationData()
Creates a new instance of AuthorizationData.

Method Detail

add

public void add(AuthorizationData data)
Adds all AuthorizationData entries to this AuthorizationData.

Parameters:
data -

add

public void add(AuthorizationDataEntry entry)
Adds an AuthorizationDataEntry to this AuthorizationData.

Parameters:
entry -

iterator

public java.util.Iterator iterator()
Returns an Iterator over the entries in this AuthorizationData.

Returns:
An Iterator over the entries in this AuthorizationData.


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