Microsoft SDK for Java

PermissionDataSetEnumerator Class

The PermissionDataSetEnumerator Class of the com.ms.security package implements an enumeration of the permission identifiers stored within a PermissionDataSet object. To acquire a PermissionDataSetEnumerator object for a particular PermissionDataSet, call the PermissionDataSet.elements method.

public class PermissionDataSetEnumerator implements Enumeration
{
  // Methods
  public boolean hasMoreElements();
  public boolean hasMorePermissionIDs();
  public Object nextElement();
  public PermissionID nextPermissionID();
}

See Also

com.ms.security.PermissionDataSet

© 1999 Microsoft Corporation. All rights reserved. Terms of use.