Back: PackageLoader class-testing Up: Base classes Forward: Permission class-testing   Top: GNU Smalltalk Library Reference Contents: Table of Contents Index: Class index About: About this document

1.126 Permission

Defined in namespace Smalltalk
Superclass: Object
Category: Language-Security
I am the basic class that represents whether operations that could harm the system's security are allowed or denied.

1.126.1 Permission class: testing  (class)
1.126.2 Permission: accessing  (instance)
1.126.3 Permission: testing  (instance)


1.126.1 Permission class: testing

allowing: aSymbol target: aTarget action: action
Not commented.

allowing: aSymbol target: aTarget actions: actionsArray
Not commented.

denying: aSymbol target: aTarget action: action
Not commented.

denying: aSymbol target: aTarget actions: actionsArray
Not commented.

granting: aSymbol target: aTarget action: action
Not commented.

granting: aSymbol target: aTarget actions: actionsArray
Not commented.

name: aSymbol target: aTarget action: action
Not commented.

name: aSymbol target: aTarget actions: actionsArray
Not commented.


1.126.2 Permission: accessing

action: anObject
Not commented.

actions
Answer `actions'.

actions: anObject
Not commented.

allow
Not commented.

allowing
Not commented.

deny
Not commented.

denying
Not commented.

isAllowing
Answer `positive'.

name
Answer `name'.

name: anObject
Not commented.

target
Answer `target'.

target: anObject
Not commented.


1.126.3 Permission: testing

check: aPermission for: anObject
Not commented.

implies: aPermission
Not commented.



Back: Permission-accessing Up: Permission Forward: PluggableAdaptor   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