Chapter 3: Condition Reference
53
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=READ|WRITE
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 read-only
access to members of the IT group, and denies administrative access to all others.
<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=