eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTTPServerSettingsAppl::AuthorizationSettingsAppl':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: AuthorizationSettingsAppl (private in HTTPServerSettingsAppl

This class is only visible from within HTTPServerSettingsAppl.

Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--AbstractSettingsApplication
            |
            +--AbstractServerSettingsApplication
               |
               +--HTTPServerSettingsAppl::AuthorizationSettingsAppl

Package:
stx:goodies/webServer/ui
Category:
Net-Communication-HTTP-Settings
Owner:
HTTPServerSettingsAppl

Class protocol:

image specs
o  defaultIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self defaultIcon inspect
     ImageEditor openOnClass:self andSelector:#defaultIcon
     Icon flushCachedIcons

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:HTTPServerSettingsAppl::AuthorizationSettingsAppl andSelector:#windowSpec
     HTTPServerSettingsAppl::AuthorizationSettingsAppl new openInterface:#windowSpec
     HTTPServerSettingsAppl::AuthorizationSettingsAppl open


Instance protocol:

actions
o  addRealm

o  addUserToRealm

o  basicSaveSettings

o  changeUserPassword

o  collectionOfAuthMethods

o  readRealmUsersMapSettings

o  readSettings
read the default settings

o  removeRealm

o  removeUser

o  setAuthValueHolderFor: aColOfAuths

aspects
o  authBasicAllowed
true

o  authDigestAllowed

o  haveSelectedRealm
if your app needs to be notified of changes, uncomment one of the lines below:

usage example(s):

haveSelectedRealm addDependent:self.

usage example(s):

haveSelectedRealm onChangeSend:#haveSelectedRealmChanged to:self.

o  haveSelectedUser
if your app needs to be notified of changes, uncomment one of the lines below:

usage example(s):

haveSelectedUser addDependent:self.

usage example(s):

haveSelectedUser onChangeSend:#haveSelectedUserChanged to:self.

o  realmList
automatically generated by UIPainter ...

usage example(s):

realmList addDependent:self.

usage example(s):

realmList onChangeSend:#realmListChanged to:self.

o  realmUsersMapHolder
if your app needs to be notified of changes, uncomment one of the lines below:

o  selectedRealm
automatically generated by UIPainter ...

usage example(s):

selectedRealm onChangeSend:#selectedRealmChanged to:self.

o  selectedUser
automatically generated by UIPainter ...

usage example(s):

selectedUser onChangeSend:#selectedUserChanged to:self.

o  usersList
automatically generated by UIPainter ...

usage example(s):

usersList addDependent:self.

usage example(s):

usersList onChangeSend:#usersListChanged to:self.

change & update
o  realmUsersMapHolderChanged

o  selectedRealmChanged

o  selectedUserChanged

o  update: something with: aParameter from: changedObject
Invoked when an object that I depend upon sends a change notification.

defaults
o  nameInSettingsDialog

queries
o  hasUnsavedChanges

o  helpFilename



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 08:09:21 GMT