Java org.springframework.security.acls.model Permission fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.acls.model Permission fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.acls.model Permission.

The text is from its open source code.

Implementation

org.springframework.security.acls.model.Permission has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
intgetMask()
Returns the bits that represents the permission.
StringgetPattern()
Returns a 32-character long bit pattern String representing this permission.
StringtoString()
Returns a string representation of the object.