public class

AllPermissionsImpl

extends PermissionImpl
java.lang.Object
   ↳ sun.security.acl.PermissionImpl
     ↳ sun.security.acl.AllPermissionsImpl

Class Overview

This class implements the principal interface for the set of all permissions.

Summary

Public Constructors
AllPermissionsImpl(String s)
Public Methods
boolean equals(Permission another)
This function returns true if the permission passed matches the permission represented in this interface.
[Expand]
Inherited Methods
From class sun.security.acl.PermissionImpl
From class java.lang.Object
From interface java.security.acl.Permission

Public Constructors

public AllPermissionsImpl (String s)

Public Methods

public boolean equals (Permission another)

This function returns true if the permission passed matches the permission represented in this interface.

Parameters
another The Permission object to compare with.