All MIBs › BEA-WEBLOGIC-MIB › webAppContainerAllowAllRoles
webAppContainerAllowAllRoles
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::webAppContainerAllowAllRoles
OID (numeric): 1.3.6.1.4.1.140.625.1155.1.21
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: In the security-constraints elements defined in a Web application's web.xml deployment descriptor, the auth-constraint element indicates the user roles that should be permitted access to this resource collection. Here role-name = '*' is a compact syntax for indicating all roles in the Web application. In previous releases, role-name = '*' was treated as all users/roles defined in the realm. This parameter is a backward-compatibility switch to restore old behavior. Default behavior is one required by the spec, meaning all roles defined in the web application. If set, the value defined in weblogic.xml (container-descriptor -> allow-all-roles) takes precedence (if set) over this value.
What is webAppContainerAllowAllRoles?
Controls whether role-name='*' in security constraints means all roles in the realm (legacy) vs. all roles in the webapp (standard). Enabling restores old behavior. Example: enabling this interprets '*' to mean all users in the security realm rather than just those assigned webapp roles.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.1155.1.21 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::webAppContainerAllowAllRoles
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.1155.1.21.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::webAppContainerAllowAllRoles.1
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BEA-WEBLOGIC-MIB::webAppContainerAllowAllRoles OID value, configure state conditions and alerts, and monitor any BEA/Oracle WebLogic Server (Java EE application server) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.140 | bea | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625 | wls | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1155 | webAppContainerTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1155.1 | webAppContainerEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.1155.1.21 | webAppContainerAllowAllRoles | BEA-WEBLOGIC-MIB |