Java java.security Permission fields, constructors, methods, implement or subclass

Example usage for Java java.security Permission fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security Permission.

The text is from its open source code.

Subclass

java.security.Permission has subclasses.
Click this link to see all its subclasses.

Method

booleanequals(Object obj)
Checks two Permission objects for equality.
StringgetActions()
Returns the actions as a String.
ClassgetClass()
Returns the runtime class of this Object .
StringgetName()
Returns the name of this Permission.
booleanimplies(Permission permission)
Checks if the specified permission's actions are "implied by" this object's actions.
StringtoString()
Returns a string describing this Permission.