class PropertyPermission : BasicPermission
kotlin.Any
   ↳ java.security.Permission
   ↳ java.security.BasicPermission
   ↳ java.util.PropertyPermission

Legacy security code; do not use.

Summary

Public constructors

PropertyPermission(name: String!, actions: String!)

Inherited functions

From class Permission

Unit checkGuard(object: Any!)

Determines whether or not to allow access to the guarded object object. Returns silently if access is allowed. Otherwise, throws a SecurityException.

String! getName()
PermissionCollection! newPermissionCollection()

Public constructors

PropertyPermission

PropertyPermission(
    name: String!,
    actions: String!)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-02-13 UTC.