All MIBs › BEA-WEBLOGIC-MIB › joltConnectionPoolSecurityContextEnabled
joltConnectionPoolSecurityContextEnabled
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::joltConnectionPoolSecurityContextEnabled
OID (numeric): 1.3.6.1.4.1.140.625.985.1.10
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Indicates whether this Jolt connection pool passes the connection pool's security context (user name, password and other information) from the WebLogic Server user to the Tuxedo domain. If you enable the connection pool to pass the security context, you must start the Jolt Service Handler (JSH) with the -a option. When the JSH gets a message with the caller's identity, it calls impersonate_user() to get the appkey for the user. JSH caches the appkey, so the next time the caller makes a request, the appkey is retrieved from the cache and the request is forwarded to the service. A cache is maintained by each JSH, which means that there will be a cache maintained for all the session pools connected to the same JSH. You must enable Security Context if Tuxedo requires secured connections.
What is joltConnectionPoolSecurityContextEnabled?
This OID indicates whether the pool passes the WebLogic user's security context to Tuxedo. Requires JSH with -a option. Example: 'true' flows user identity to Tuxedo; 'false' uses pool credentials only.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.985.1.10 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::joltConnectionPoolSecurityContextEnabled
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.985.1.10.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::joltConnectionPoolSecurityContextEnabled.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::joltConnectionPoolSecurityContextEnabled 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.985 | joltConnectionPoolTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.985.1 | joltConnectionPoolEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.985.1.10 | joltConnectionPoolSecurityContextEnabled | BEA-WEBLOGIC-MIB |