Java java.util PropertyPermission fields, constructors, methods, implement or subclass

Example usage for Java java.util PropertyPermission fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util PropertyPermission.

The text is from its open source code.

Constructor

PropertyPermission(String name, String actions)
Creates a new PropertyPermission object with the specified name.
PropertyPermission(String name, int mask)
Creates a PropertyPermission object with the specified name and a pre-calculated mask.

Method

booleanequals(Object obj)
Checks two PropertyPermission objects for equality.
StringgetActions()
Returns the "canonical string representation" of the actions.
StringgetName()
Returns the name of this Permission.
booleanimplies(Permission p)
Checks if this PropertyPermission object "implies" the specified permission.
PermissionCollectionnewPermissionCollection()
Returns a new PermissionCollection object for storing PropertyPermission objects.