GnuSmalltalkUsersGuide:BaseChapter 126

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Permission

Permission

네임스페이스 Smalltalk에 정의됨

슈퍼클래스: Object

범주: 언어-보안


나는 시스템의 보안을 해칠 수도 있는 연산을 허용할 것인지 거부할 것인지 나타내는 기본 클래스다.


Permission 클래스: 검사하기

allowing: aSymbol target: aTarget action: action

해당 설명 없음.

allowing: aSymbol target: aTarget actions: actionsArray

해당 설명 없음.

denying: aSymbol target: aTarget action: action

해당 설명 없음.

denying: aSymbol target: aTarget actions: actionsArray

해당 설명 없음.

granting: aSymbol target: aTarget action: action

해당 설명 없음.

granting: aSymbol target: aTarget actions: actionsArray

해당 설명 없음.

name: aSymbol target: aTarget action: action

해당 설명 없음.

name: aSymbol target: aTarget actions: actionsArray

해당 설명 없음.


Permission: 접근하기

action: anObject

해당 설명 없음.

actions

'actions'을 응답하라.

actions: anObject

해당 설명 없음.

allow

해당 설명 없음.

allowing

해당 설명 없음.

deny

해당 설명 없음.

denying

해당 설명 없음.

isAllowing

'positive'를 응답하라.

name

'name'를 응답하라.

name: anObject

해당 설명 없음.

target

'target'을 응답하라.

target: anObject

해당 설명 없음.


Permission: 검사하기

check: aPermission for: anObject

해당 설명 없음.

implies: aPermission

해당 설명 없음.


Notes