Back: ScaledDecimal-storing Up: Base classes Forward: SecurityPolicy-modifying   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.145 SecurityPolicy

Defined in namespace Smalltalk
Superclass: Object
Category: Language-Security
I am the class that represents which operations that could harm the system's security are allowed or denied to a particular class. If a class does not have a policy, it is allowed everything if it is trusted, and denied everything if it is untrusted

1.145.1 SecurityPolicy: modifying  (instance)
1.145.2 SecurityPolicy: querying  (instance)


1.145.1 SecurityPolicy: modifying

addPermission: aPermission
Not commented.

owner: aClass
Not commented.

removePermission: aPermission
Not commented.

withOwner: aClass
Not commented.


1.145.2 SecurityPolicy: querying

check: aPermission
Not commented.

implies: aPermission
Not commented.



Back: SecurityPolicy-modifying Up: SecurityPolicy Forward: Semaphore   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document


This document was generated on April, 16 2013 using texi2html