Class AllPermissionsImpl
- java.lang.Object
-
- org.mozilla.jss.netscape.security.acl.PermissionImpl
-
- org.mozilla.jss.netscape.security.acl.AllPermissionsImpl
-
- All Implemented Interfaces:
java.security.acl.Permission
public class AllPermissionsImpl extends PermissionImpl
This class implements the principal interface for the set of all permissions.
-
-
Constructor Summary
Constructors Constructor Description AllPermissionsImpl(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.security.acl.Permission another)This function returns true if the permission passed matches the permission represented in this interface.-
Methods inherited from class org.mozilla.jss.netscape.security.acl.PermissionImpl
equals, hashCode, toString
-
-