Chapter 3: Condition Reference
admin.access=
Tests the administrative access requested by the current transaction.
It evaluates to null if the transaction is not an administrative transaction, which may occur if the test is included in an <Exception> layer.
Replaces: method=
Syntax
admin.access=READWRITE
Layer and Transaction Notes
•Use in <Admin> layers instead of method=
•Applies to administrator transactions.
Examples
This example grants full administrative access to members of the IT_Admin group, allows
<Admin>
authenticate(MyRealm)
<Admin>
group=IT_Admin allow
group=IT_support admin.access=READ allow ; can view but not modify deny
See Also
•Conditions: console_access=
53