| Method | Arguments | Return | Throws Exception
 | 
|---|
| new | ( ) | Aw::Admin::AccessControlList | YES | 
|---|
| copy | ( ) | Aw::Admin::AccessControlList | NO | 
|---|
| delete | ( ) | void | NO | 
|---|
| getAuthNames | ( ) | @ of Strings | YES | 
|---|
| getAuthNameState | ( name ) | Boolean | YES | 
|---|
| getUserNames | ( ) | @ of Strings | YES | 
|---|
| getUserNameState | ( name ) | Boolean | YES | 
|---|
| setAuthNames | ( \@names ) | Boolean | YES | 
|---|
| setAuthNameState | ( [name | \@names], is_allowed ) | Boolean | YES | 
|---|
| setUserNames | ( \@names ) | Boolean | YES | 
|---|
| setUserNameState | ( [name | \@names], is_allowed ) | Boolean | YES | 
|---|
| toString | ( [indent_level, name] ) | String | NO | 
|---|
| Inherited Methods | 
|---|
| err | ( ) | Boolean | YES | 
|---|
| errmsg | ( ) | String | YES | 
|---|
| error | ( ) | Aw::Error | NO | 
|---|
| hello | ( ) 
 Returns the string "hello".  Useful for debugging. | String | NO | 
|---|
| getWarn | ( ) 
 Returns current warn level. | Number | NO | 
|---|
| setWarn | ( level ) 
 Sets new warn 0 : No warnings (quiet mode)level. 1 : Terse (uses awErrorToString)
 2 : Verbose (uses awErrorToCompleteString)The Aw extensions must be compiled with AWXS_WARNS defined.
 | void | NO | 
|---|
| warn | ( [string] ) 
 Warn message is stringif passed, otherwise current err is converted to string. | void | YES | 
|---|