A Map of the Console

You can use this page to learn about the relationships between MBeans and how they make up a domain - helping you to navigate WebLogic Remote Console and find what you’re looking for.

This page is split into two sections, both with subsections:

  • Perspective trees: Use this section to see a high-level, hierarchal view of how MBeans are organized, by perspective. These trees go to the page-level of the console.

  • Page Summaries: Use this section to learn about the specific attributes of an MBean: how they are labeled in the UI, which page tab they’re located on, and a short description of the field (plus a link to more information).

    MBeans in the Page Summaries section are listed alphabetically.

 

Monitoring Tree

 

Configuration View/Configuration Edit Trees

 

Security Data Tree

 

Page Summaries

 

ActiveDirectoryAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> ActiveDirectoryAuthenticator
Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter ActiveDirectoryAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the Group schema. More info
AllUsersFilter All Users Filter ActiveDirectoryAuthenticatorParameters If the attribute (user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals ActiveDirectoryAuthenticatorParameters By default, the LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled ActiveDirectoryAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size ActiveDirectoryAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL ActiveDirectoryAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
ConnectTimeout Connect Timeout ActiveDirectoryAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is no maximum time limit. More info
ConnectionPoolSize Connection Pool Size ActiveDirectoryAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit ActiveDirectoryAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential ActiveDirectoryAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute ActiveDirectoryAuthenticatorParameters The attribute of a dynamic LDAP group object that specifies the name of the group. More info
DynamicGroupObjectClass Dynamic Group Object Class ActiveDirectoryAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute ActiveDirectoryAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics ActiveDirectoryAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals ActiveDirectoryAuthenticatorParameters Specifies that a search for a user or group within the LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN ActiveDirectoryAuthenticatorParameters The attribute of an LDAP user object that specifies the Distinguished Names (DNs) of dynamic groups to which the user belongs. More info
GroupFromNameFilter Group From Name Filter ActiveDirectoryAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema. More info
GroupMembershipSearching Group Membership Searching ActiveDirectoryAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope ActiveDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute ActiveDirectoryAuthenticatorParameters Specifies the name of the GUID attribute defined in the Active Directory LDAP server. More info
Host Host ActiveDirectoryAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain ActiveDirectoryAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership ActiveDirectoryAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled ActiveDirectoryAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level ActiveDirectoryAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay ActiveDirectoryAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port ActiveDirectoryAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal ActiveDirectoryAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception ActiveDirectoryAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit ActiveDirectoryAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is no maximum time limit. More info
RetrieveUserAccountControl Retrieve User Account Control ActiveDirectoryAuthenticatorParameters Specifies whether to retrieve the userAccountControl attribute from Active Directory. More info
SSLEnabled SSL Enabled ActiveDirectoryAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter ActiveDirectoryAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute ActiveDirectoryAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. More info
StaticGroupObjectClass Static Group Object Class ActiveDirectoryAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute ActiveDirectoryAuthenticatorParameters The attribute of the LDAP static group object that specifies the distinguished names (DNs) of the members of the group. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal ActiveDirectoryAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UseTokenGroupsForGroupMembershipLookup Use Token Groups For Group Membership Lookup ActiveDirectoryAuthenticatorParameters Indicates whether to use the Active Directory TokenGroups attribute lookup algorithm instead of the standard recursive group membership lookup algorithm. More info
UserBaseDN User Base DN ActiveDirectoryAuthenticatorParameters The base Distinguished Name (DN) of the tree in the LDAP directory that contains users. More info
UserDescriptionAttribute User Description Attribute ActiveDirectoryAuthenticatorParameters The brief description of an LDAP user object. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute ActiveDirectoryAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter ActiveDirectoryAuthenticatorParameters If the attribute (user name attribute and user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
UserNameAttribute User Name Attribute ActiveDirectoryAuthenticatorParameters The attribute of the LDAP User object that specifies the name of the user. More info
UserObjectClass User Object Class ActiveDirectoryAuthenticatorParameters The name of the LDAP object class that stores users. More info
UserSearchScope User Search Scope ActiveDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

AppClientComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> AppClientComponentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info

 

AppDeployment

References to this type:

  • Configuration -> Deployments -> App Deployments
Property Name Label Tab Name Description MBean Reference
AbsolutePlanPath Absolute Plan Path Overview The fully resolved location of this application’s deployment plan on the Administration Server. More info
AbsoluteSourcePath Absolute Source Path Overview The fully resolved location of this application’s source files on the Administration Server. More info
CacheInAppDirectory Cache In App Directory Overview More info
DeploymentOrder Deployment Order Overview An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup. More info
DeploymentPrincipalName Deployment Principal Name Overview A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. More info
InstallDir Install Dir Overview The path to the application’s install-root directory, relative to the domain/config/deployments directory. More info
ModuleType Module Type Overview The type of the module (ear, jar, war, or rar) More info
Name Name Overview The user-specified name of this MBean instance. More info
PlanDir Plan Dir Overview The location of this application’s configuration area. More info
PlanPath Plan Path Overview The path to the deployment plan document on the Administration Server. More info
PlanStagingMode Plan Staging Mode Overview Specifies whether an application’s deployment plan is copied from a source on the Administration Server to the Managed Server’s staging area during application preparation. More info
SecurityDDModel Security DD Model Overview The security model that is used to secure a deployed module. More info
SourcePath Source Path Overview The path to the source of the deployable unit on the Administration Server. More info
StagingMode Staging Mode Overview Specifies whether a deployment’s files are copied from a source on the Administration Server to the Managed Server’s staging area during application preparation. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

AppDeploymentPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> App Deployments
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> App Deployments
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

AppDeploymentRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> App Deployments -> Roles
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> App Deployments -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

AppDeploymentRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> App Deployments
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> App Deployments
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

AppDeploymentRuntime

Actions: Update/Redeploy, Start, Stop, Create Plan

References to this type:

  • Monitoring -> Deployments -> Application Management
Property Name Label Tab Name Description MBean Reference
ApplicationName Application Name The application’s name. More info
ApplicationVersion Application Version The application’s version identifier. More info
IntendedState Intended State The state this deployment should be in.
Name Name The name of this configuration. More info
State State The state of this deployment.

 

ApplicationDeployment

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment
Property Name Label Tab Name Description MBean Reference
ModuleType Module Type Overview The type of deployment: Enterprise Application, EJB Jar, Resource Adapter, Web Application, and so on.
Name Name Overview The deployment’s name.

 

ApplicationRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data
Property Name Label Tab Name Description MBean Reference
ApplicationName Application Name The name of the application. More info
ApplicationVersion Application Version The application’s version identifier. More info
HealthState Health State The HealthState MBean for the application. More info
Internal Internal Indicates whether this application is an internal application. More info
Name Name The name of this configuration. More info
OverallHealthState Overall Health State The overall health of the application including that of some of the components that report health. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

AsyncReplicationRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> Async Replication Runtime
  • Monitoring -> Environment -> Clustering -> Async Replication Runtime -> AsyncReplicationRuntime
Property Name Label Tab Name Description MBean Reference
DetailedSecondariesDistribution Detailed Secondaries Distribution Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. More info
LastSessionsFlushTime Last Sessions Flush Time The last time the sessions were flushed, in milliseconds since midnight, January 1, 1970 UTC More info
Name Name The name of this configuration. More info
PrimaryCount Primary Count Provides the number of object that the local server hosts as primaries. More info
SecondaryCount Secondary Count Answer the number of object that the local server hosts as secondaries. More info
SecondaryServerDetails Secondary Server Details More info
Server Server More info
SessionsWaitingForFlushCount Sessions Waiting For Flush Count Number of sessions which are waiting to be flushed. More info
Type Type Returns the type of the MBean. More info

 

Auditor

Actions: Move Down, Move Up

References to this type:

  • Configuration -> Security -> Realms -> Auditors
Property Name Label Tab Name Description MBean Reference
Description Description Returns a description of this security provider. More info
Name Name The name of this configuration. More info
Version Version Returns this security provider’s version. More info

 

AuthenticationProvider

Actions: Move Down, Move Up

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers
Property Name Label Tab Name Description MBean Reference
Description Description Returns a description of this security provider. More info
Name Name The name of this configuration. More info
Version Version Returns this security provider’s version. More info

 

AuthenticationProviderSecurityData

References to this type:

  • Security Data -> Realms -> Authentication Providers
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

AuthenticatorRuntime

References to this type:

  • Monitoring -> Security -> Realm Runtimes -> Authenticator Runtimes -> AuthenticatorRuntime
  • Monitoring -> Security -> Realm Runtimes -> Authenticator Runtimes
  • Monitoring -> Security -> Authenticator Runtimes
  • Monitoring -> Security -> Authenticator Runtimes -> AuthenticatorRuntime
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
ProviderName Provider Name Returns name of this security provider. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

Authorizer

Actions: Move Down, Move Up

References to this type:

  • Configuration -> Security -> Realms -> Authorizers
Property Name Label Tab Name Description MBean Reference
Description Description Returns a description of this security provider. More info
Name Name The name of this configuration. More info
Version Version Returns this security provider’s version. More info

 

AuthorizerSecurityData

References to this type:

  • Security Data -> Realms -> Authorizers
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

Capacity

References to this type:

  • Configuration -> Scheduling -> Capacities
Property Name Label Tab Name Description MBean Reference
Count Count General Total number of requests that can be enqueued. More info
Name Name ReferencedBy The user-specified name of this MBean instance. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.

 

CapacityRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCDataSourceRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JMSComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCMultiDataSourceRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> SCAPojoComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCDataSourceRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Services -> Data Sources -> JDBC Multi Data Source Runtime MBeans -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Scheduling -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCReplayStatisticsRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> AppClientComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> SCASpringComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ComponentConcurrentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> InterceptionComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Work Manager Runtimes -> Capacity Runtime
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCOracleDataSourceRuntime -> Work Manager Runtimes -> Capacity Runtime
Property Name Label Tab Name Description MBean Reference
AvailableCapacity Available Capacity Returns the number of additional requests that can be scheduled before the capacity constraint limit is reached. More info
Count Count Total number of requests that can be enqueued. More info
InProgressRequests In Progress Requests Returns the total number of in-progress requests which is the sum of requests in the queue waiting for a thread + requests already executing for this capacity constraint. More info
Server Server More info

 

CertPathProvider

Actions: Move Down, Move Up

References to this type:

  • Configuration -> Security -> Realms -> Cert Path Providers
Property Name Label Tab Name Description MBean Reference
Description Description Returns a description of this security provider. More info
Name Name The name of this configuration. More info
Version Version Returns this security provider’s version. More info

 

CertRevocCA

References to this type:

  • Configuration -> Security -> Certificate Authority Overrides
Property Name Label Tab Name Description MBean Reference
CheckingDisabled Disable Revocation Checking For This Certificate Authority General For this CA, determines whether certificate revocation checking is disabled. More info
CrlDpDownloadTimeout Crl Dp Download Timeout CRL For this CA, determines the overall timeout for the Distribution Point CRL download, expressed in seconds. More info
CrlDpEnabled Crl Dp Enabled CRL For this CA, determines whether the CRL Distribution Point processing to update the local CRL cache is enabled. More info
CrlDpUrl Crl Dp Url CRL For this CA, determines the CRL Distribution Point URL to use as failover or override for the URL found in the CRLDistributionPoints extension in the certificate. More info
CrlDpUrlUsage Crl Dp Url Usage CRL For this CA, determines how getCrlDpUrl is used: as failover in case the URL in the certificate CRLDistributionPoints extension is invalid or not found, or as a value overriding the URL found in the certificate CRLDistributionPoints extension. More info
DistinguishedName Distinguished Name General Determines the identity of this per-CA configuration using the distinguished name (defined in RFC 2253), which is used in certificates issued by the represented certificate authority. More info
FailOnUnknownRevocStatus Fail On Unknown Revocation Status General For this CA, determines whether certificate path checking should fail, if revocation status could not be determined. More info
MethodOrder Revocation Checks General For this CA, determines the certificate revocation checking method order. More info
Name Name General The administrative name of this certificate authority override. More info
OcspNonceEnabled Enable Nonce OCSP For this CA, determines whether a nonce is sent with OCSP requests, to force a fresh (not pre-signed) response. More info
OcspResponderCertIssuerName Issuer Name OCSP For this CA, determines the explicitly trusted OCSP responder certificate issuer name, when the attribute returned by getOcspResponderExplicitTrustMethod is “USE_ISSUER_SERIAL_NUMBER”. More info
OcspResponderCertSerialNumber Serial Number OCSP For this CA, determines the explicitly trusted OCSP responder certificate serial number, when the attribute returned by getOcspResponderExplicitTrustMethod is “USE_ISSUER_SERIAL_NUMBER”. More info
OcspResponderCertSubjectName Subject Name OCSP For this CA, determines the explicitly trusted OCSP responder certificate subject name, when the attribute returned by getOcspResponderExplicitTrustMethod is “USE_SUBJECT”. More info
OcspResponderExplicitTrustMethod Ocsp Responder Explicit Trust Method OCSP For this CA, determines whether the OCSP Explicit Trust model is enabled and how the trusted certificate is specified. More info
OcspResponderUrl Responder URL OCSP For this CA, determines the OCSP responder URL to use as failover or override for the URL found in the certificate AIA. More info
OcspResponderUrlUsage Responder URL Usage OCSP For this CA, determines how getOcspResponderUrl is used: as failover in case the URL in the certificate AIA is invalid or not found, or as a value overriding the URL found in the certificate AIA. More info
OcspResponseCacheEnabled Enable Response Cache OCSP For this CA, determines whether the OCSP response local cache is enabled. More info
OcspResponseTimeout Response Timeout (seconds) OCSP For this CA, determines the timeout for the OCSP response, expressed in seconds. More info
OcspTimeTolerance Time Tolerance (seconds) OCSP For this CA, determines the time tolerance value for handling clock-skew differences between clients and responders, expressed in seconds. More info

 

CertificateRegistry

References to this type:

  • Configuration -> Security -> Realms -> Cert Path Providers -> CertificateRegistry
Property Name Label Tab Name Description MBean Reference
Description Description Common The certificate registry’s description. More info
Name Name ReferencedBy The name of referring object. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Type Type ReferencedBy The type of the referring object.
Version Version Common The certificate registry’s version. More info

 

CloudSecurityAgentAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> CloudSecurityAgentAsserter
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common No description provided. More info
Base64DecodingRequired Base64 Decoding Required Common Returns whether the tokens that are passed to the Identity Assertion provider will be base64 decoded first. More info
Description Description Common No description provided. More info
Name Name Common More info
SupportedTypes Supported Types Common No description provided. More info
Version Version Common No description provided. More info

 

Cluster

References to this type:

  • Configuration -> Environment -> Clusters
Property Name Label Tab Name Description MBean Reference
AbandonTimeoutSeconds Abandon Timeout Seconds JTA Specifies the maximum amount of time, in seconds, a transaction manager persists in attempting to complete the second phase of a two-phase commit transaction. More info
AdditionalAutoMigrationAttempts Additional Migration Attempts Migration.General A migratable server could fail to come up on every possible configured machine. More info
AutoMigrationTableCreationDDLFile Auto Migration Table Creation DDL File Migration.General The absolute file path of a custom DDL file for creating the automatic migration database table. More info
AutoMigrationTableCreationPolicy Auto Migration Table Creation Policy Migration.General Control automatic leasing table creation behavior. More info
AutoMigrationTableName Auto Migration Table Name Migration.General Return the name of the table to be used for server migration. More info
BeforeCompletionIterationLimit Before Completion Iteration Limit JTA The maximum number of cycles that the transaction manager performs the beforeCompletion synchronization callback for this cluster. More info
CalculatedListenPorts Enable Calculated Listen Ports Dynamic Specifies whether listen ports are calculated. More info
CalculatedMachineNames Enable Calculated Machine Associations Dynamic Specifies whether dynamic servers are assigned to a machine.

The CalculatedMachineNames attribute controls how server instances in a dynamic cluster are assigned to a machine. If the attribute is not set, then the dynamic servers will not be assigned to a machine. If the attribute is set, then the MachineNameMatchExpression attribute is used to select the set of machines to use for the dynamic servers.

More info
CandidateMachinesForMigratableServers Candidate Machines For Migratable Servers Migration.Candidates The set of machines (and order of preference) on which Node Manager will restart failed servers. More info
CheckpointIntervalSeconds Checkpoint Interval Seconds JTA The interval at which the transaction manager creates a new transaction log file and checks all old transaction log files to see if they are ready to be deleted. More info
ClientCertProxyEnabled Client Cert Proxy Enabled Specifies whether to honor the WL-Proxy-Client-Cert header coming with the request or not. More info
ClusterAddress Cluster Address General The address that forms a portion of the URL a client uses to connect to this cluster, and that is used for generating EJB handles and entity EJB failover addresses. More info
ClusterBroadcastChannel Cluster Broadcast Channel Messaging Specifies the channel used to handle communications within a cluster. More info
ClusterMessagingMode Cluster Messaging Mode Messaging Specifies the messaging type used in the cluster. More info
ClusterType Cross-cluster Replication Type Replication Optimizes cross-cluster replication for the type of network that servers in the clusters use for administrative communication. More info
ClusterwideRecoveryEnabled Enable Cluster-Wide Recovery JTA Indicates that cluster-wide recovery is used for distributed transactions. More info
CoherenceClusterSystemResource Coherence Cluster System Resource Coherence Coherence cluster associated with this cluster. More info
CoherenceWebFederatedStorageEnabled Coherence Web Federated Storage Enabled Coherence Specifies whether Federated Cache Storage is enabled for the Coherence Web cluster member More info
CoherenceWebLocalStorageEnabled Coherence Web Local Storage Enabled Coherence Specifies whether Local Storage is enabled for the Coherence*Web cluster tier More info
CompletionTimeoutSeconds Completion Timeout JTA Specifies the maximum amount of time, in seconds, a transaction manager waits for all resource managers to respond and indicate if the transaction can be committed or rolled back. More info
ConcurrentSingletonActivationEnabled Enable Concurrent Single Activation General Specifies whether to allow the concurrent activation, deactivation, or restart of two or more singleton services. More info
DataSourceForAutomaticMigration Data Source For Automatic Migration Migration.General The data source used by servers in the cluster during migration. More info
DataSourceForJobScheduler Data Source For Job Scheduler Scheduler Data source required to support persistence of jobs scheduled with the job scheduler More info
DataSourceForSessionPersistence Data Source For Session Persistence Replication To support HTTP Session failover across data centers, a datasource is required to dump session state on disk. More info
DefaultLoadAlgorithm Default Load Algorithm General Defines the algorithm to be used for load-balancing between replicated services if none is specified for a particular service. More info
Determiners Determiners JTA Specifies a list of one or more transaction resources (determiners) separated by line breaks. More info
DynamicClusterCooloffPeriodSeconds Dynamic Cluster Cooloff Period In Seconds Dynamic The cool-off period, in seconds, for elastic scaling operations. More info
DynamicClusterShutdownTimeoutSeconds Dynamic Cluster Shutdown Timeout In Seconds Dynamic Timeout period in seconds. More info
DynamicClusterSize Dynamic Cluster Size Dynamic The number of dynamic server instances allowed to be created. More info
FailureAction Failure Action Overload Enable automatic forceshutdown of the server on failed state. More info
FencingGracePeriodMillis Fencing Grace Period Health During automatic migration, if the Cluster Master determines a server to be dead, it waits for this period of time (in milliseconds) before the Cluster Master migrates the service to another server in the cluster. More info
ForgetHeuristics Forget Heuristics JTA Specifies whether the transaction manager automatically performs an XA Resource forget operation for heuristic transaction completions. More info
FreeMemoryPercentHighThreshold Free Memory Percent High Threshold Overload Percentage free memory after which the server overload condition is cleared. More info
FreeMemoryPercentLowThreshold Free Memory Percent Low Threshold Overload Percentage free memory below which the server is considered overloaded. More info
FrontendHTTPPort Frontend HTTP Port Http Specifies the name of the HTTP port to which all redirected URLs will be sent. It should be used when the Port information coming from the URL may be inaccurate due to the presence of a firewall or proxy. More info
FrontendHTTPSPort Frontend HTTPS Port Http Specifies the name of the HTTPS port to which all redirected URLs will be sent. It should be used when the Port information coming from the URL may be inaccurate due to the presence of a firewall or proxy. More info
FrontendHost Frontend Host Http Specifies the name of the host to which all redirected URLs will be sent. It should be used when the Port information coming from the URL may be inaccurate due to the presence of a firewall or proxy. More info
HealthCheckIntervalMillis Health Check Interval Health Interval in milliseconds at which Migratable Servers and Cluster Masters prove their liveness via the database. More info
HealthCheckPeriodsUntilFencing Health Check Periods Until Fencing Health Maximum number of periods that a cluster member will wait before timing out a Cluster Master and also the maximum number of periods the Cluster Master will wait before timing out a Migratable Server. More info
HttpTraceSupportEnabled Http Trace Support Enabled Returns the value of HttpTraceSupportEnabled. More info
IdlePeriodsUntilTimeout Idle Periods Until Timeout Messaging Maximum number of periods that a cluster member will wait before timing out a member of a cluster. More info
IgnoreSessionsDuringShutdown Enable Ignore Sessions During Shutdown Dynamic Specifies whether the Elasticity Framework should ignore inflight HTTP sessions while shutting down servers. More info
InterClusterCommLinkHealthCheckInterval Inter-Cluster Comm Link Health Check Interval Replication If the cluster link between two clusters goes down, a trigger will run periodically to see if the link is restored. More info
JobSchedulerTableName Job Scheduler Table Name Scheduler The table name to use for storing timers active with the job scheduler More info
LocalStorageEnabled Local Storage Enabled Coherence Specifies whether Local Storage is enabled More info
MachineMatchExpression Machine Match Expression Dynamic The machine match expression used for server assignments. More info
MachineMatchType Machine Match Type Dynamic The machine tag expression to use when selecting machine names. More info
MachineNameMatchExpression Machine Name Match Expression Dynamic Specifies the machines that dynamic servers are assigned to.

If a machine in the domain matches the expression, then it will be included in the set of machines used by these dynamic servers. The expression is a comma separated set of values that specify the machines to match. Each value will either match a machine name exactly or if specified with a trailing ‘*’ suffix then will match multiple machine names. If not set, then all machines in the domain are available for these servers.

More info
MaxDynamicClusterSize Max Dynamic Cluster Size Dynamic The maximum number of server instances that may be running in the dynamic cluster. More info
MaxResourceRequestsOnServer Maximum Resource Requests on a Server JTA Maximum number of concurrent requests to resources allowed for each server. More info
MaxResourceUnavailableMillis Maximum Duration XA Resource Unavailable JTA Maximum duration time, in milliseconds, that a resource is declared dead. More info
MaxSecondarySelectionAttempts Max Secondary Selection Attempts Replication This is the max number of attempts at choosing a suitable secondary server for replication.If it is set to 0,secondary server selection for replication will be tried on all servers in the cluster. More info
MaxTransactions Max Transactions JTA The maximum number of simultaneous in-progress transactions allowed on a server in this cluster. More info
MaxUniqueNameStatistics Max Unique Name Statistics JTA The maximum number of unique transaction names for which statistics are maintained. More info
MaxXACallMillis Maximum Duration of XA Calls JTA Maximum allowed time duration, in milliseconds, for XA calls to resources. More info
MemberDeathDetectorEnabled Member Death Detector Enabled Migration.General Enables faster Automatic Service Migration times with Database Leasing Basis. More info
MemberDiscoveryTimeout Member Discovery Timeout Migration.General Gets the MemberDiscoveryTimeout value. More info
MemberWarmupTimeoutSeconds Member Warmup Timeout General Maximum number of seconds that a cluster member will wait to discover and synchronize with other servers in the cluster. More info
MigrationBasis Migration Basis Migration.General Controls the mechanism used for server and service migration. More info
MillisToSleepBetweenAutoMigrationAttempts Pause Time Between Migration Attempts Migration.General Controls how long of a pause there should be between the migration attempts described in getAdditionalAutoMigrationAttempts(). More info
MinDynamicClusterSize Min Dynamic Cluster Size Dynamic Get the minimum number of running server instances that the Elasticity Framework will attempt to keep in the dynamic cluster. More info
MulticastAddress Multicast Address Messaging The multicast address used by cluster members to communicate with each other. More info
MulticastBufferSize Multicast Buffer Size Messaging The multicast socket send/receive buffer size (at least 64 kilobytes). More info
MulticastDataEncryption Multicast Data Encryption Messaging Enables multicast data to be encrypted. More info
MulticastPort Multicast Port Messaging The multicast port (between 1 and 65535) used by cluster members to communicate with each other. More info
MulticastSendDelay Multicast Send Delay Messaging The amount of time (between 0 and 250 milliseconds) to delay sending message fragments over multicast in order to avoid OS-level buffer overflow. More info
MulticastTTL Multicast TTL Messaging The number of network hops (between 1 and 255) that a cluster multicast message is allowed to travel. More info
Name Name ReferencedBy The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. More info
NumberOfServersInClusterAddress Number Of Servers In Cluster Address General Number of servers to be listed from this cluster when generating a cluster address automatically. More info
OneWayRmiForReplicationEnabled Enable One Way RMI For Replication Replication Indicates if one-way RMI is being used for replication. More info
PanicAction Panic Action Overload Exit the server process when the kernel encounters a panic condition like an unhandled OOME. More info
ParallelXAEnabled Execute XA Calls In Parallel JTA Indicates that XA calls are executed in parallel if there are available threads. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PersistSessionsOnShutdown Persist Sessions On Shutdown Replication When shutting down servers, sessions are not updated. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RebalanceDelayPeriods Rebalance Delay Periods Migration.General Gets the number of the Rebalance periods to wait to rebalance cluster targeted JMS instances in an idle system (typically 10 seconds per period). More info
RemoteClusterAddress Remote Cluster Address Replication Set the foreign cluster. More info
ReplicationChannel Replication Channel Replication The channel name to be used for replication traffic. More info
ReplicationTimeoutEnabled Enable Replication Timeout Replication Indicates if timeout should be applied to session replication calls. More info
ReplicationTimeoutMillis Replication Timeout Millis Replication Interval in milliseconds at which Migratable Servers and Cluster Masters prove their liveness via the database. More info
SecureReplicationEnabled Secure Replication Enabled Replication Servers in a cluster replicate session data. More info
SecurityInteropMode Security Interoperability Mode JTA Specifies the security mode of the communication channel used for XA calls between servers that participate in a global transaction. More info
Server Server Servers A server assigned to this cluster.
ServerNamePrefix Server Name Prefix Dynamic Specifies the prefix to be used when naming new dynamic servers in this cluster. More info
ServerNameStartingIndex Server Name Starting Index Dynamic Get the starting index to use in server names. More info
ServerTemplate Server Template Dynamic The server template used to configure the dynamic servers in this cluster. Only templates that specify this cluster are valid choices. More info
Servers Servers The servers which have declared membership in this cluster. More info
ServiceActivationRequestResponseTimeout Service Activation Request Response Timeout General The maximum time, in milliseconds seconds, for services to wait for response from cluster members. More info
ServiceAgeThresholdSeconds Service Age Threshold General The number of seconds (between 0 and 65534) by which the age of two conflicting services must differ before one is considered older than the other. More info
SessionFlushInterval Session Flush Interval Replication Interval in seconds until HTTP Sessions are periodically flushed to the backup cluster to dump session state on disk. More info
SessionFlushThreshold Session Flush Threshold Replication When number of sessions to be flushed reaches this threshold limit, sessions will be flushed to the backup cluster before the flush interval. More info
SessionLazyDeserializationEnabled Enable Lazy Session Deserialization Replication Enables increased efficiency with session replication. More info
SessionStateQueryProtocolEnabled Enable Session State Query Protocol Replication Indicates if session state query protocol is enabled. More info
SessionStateQueryRequestTimeout Session State Query Request Timeout Replication The maximum time, in seconds, for session state query request to wait for response from cluster members. More info
SharedCapacityForWorkManagers Shared Capacity For Work Managers Overload Total number of requests that can be present in the server. More info
TLOGWriteWhenDeterminerExistsEnabled Write recovery logs when determiners configured JTA Indicates two-phase transaction recovery logs are written even if one or more determiners are configured. More info
TightlyCoupledTransactionsEnabled Enable Tightly Coupled Transactions JTA Indicates tight coupling of transaction branches that span different transaction manager systems. More info
TimeoutSeconds Timeout Seconds JTA Specifies the maximum amount of time, in seconds, an active transaction is allowed to be in the first phase of a two-phase commit transaction. More info
TwoPhaseEnabled Enable Two Phase Commit JTA Indicates that the two-phase commit protocol is used to coordinate transactions across two or more resource managers. More info
TxnAffinityEnabled Enable Transaction Affinity General If enabled, a server’s transaction requests go to servers in the cluster that are already participating in the global transaction. More info
Type Type ReferencedBy The type of the referring object.
UnregisterResourceGracePeriod Unregister Resource Grace Period JTA The amount of time, in seconds, a transaction manager waits for transactions involving the resource to complete before unregistering a resource. More info
WaitForAllSessionsDuringShutdown Enable Wait For All Sessions During Shutdown Dynamic Specifies whether to wait for all inflight HTTP sessions (persisted and non-persisted) to complete work while shutting down servers. More info
WeblogicPluginEnabled WebLogic Plug-In Enabled General Specifies if this cluster will receive requests from a proxy plug-in or HttpClusterServlet. More info

 

ClusterRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> Cluster Runtime
Property Name Label Tab Name Description MBean Reference
ActiveSingletonServices Active Singleton Services Returns an array of the names of the singleton services that are active on this server. More info
DetailedSecondariesDistribution Detailed Secondaries Distribution Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. More info
DiscoveredGroupLeaders Discovered Group Leaders Running group leader names More info
ForeignFragmentsDroppedCount Foreign Fragments Dropped Count Provides the number of fragments that originated in foreign domains or clusters which use the same multicast address. More info
FragmentsReceivedCount Fragments Received Count Provides the total number of messages received on this server from the cluster. More info
FragmentsSentCount Fragments Sent Count Returns the total number of message fragments sent from this server into the cluster. More info
Groups Groups Formatted group list More info
HealthState Health State Provides health information returned by the server self-health monitor service. More info
LocalGroupLeaderName Local Group Leader Name Name of the local group leader More info
MulticastMessagesLostCount Multicast Messages Lost Count Provides the total number of in-coming multicast messages that were lost according to this server. More info
Name Name The name of this configuration. More info
PrimaryCount Primary Count Provides the number of object that the local server hosts as primaries. More info
RemoteGroupsDiscoveredCount Remote Groups Discovered Count Returns the total groups discovered by this server More info
ResendRequestsCount Resend Requests Count Provides the number of state-delta messages that had to be resent because a receiving server in the cluster missed a message. More info
SecondaryCount Secondary Count Answer the number of object that the local server hosts as secondaries. More info
SecondaryServerDetails Secondary Server Details More info
Server Server More info
TotalGroupsCount Total Groups Count Total configured groups - running and not running More info

 

CoherenceAddressProvider

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Address Providers
Property Name Label Tab Name Description MBean Reference
Name Name General A unique name that identifies this well known address provider of a Coherence cluster member. More info

 

CoherenceCache

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Caches
Property Name Label Tab Name Description MBean Reference
Name Name General A unique name that identifies this Coherence cache. More info

 

CoherenceCacheConfig

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Cache Configs
Property Name Label Tab Name Description MBean Reference
CacheConfigurationFile Cache Configuration File General Return the cache configuration file being used by this CoherenceCacheConfigMBean. More info
JNDIName JNDI Name General The JNDI name this resource will be bound to. More info
Name Name General Unique identifier for this bean instance. More info
RuntimeCacheConfigurationUri Runtime Cache Configuration Uri General Return the cache configuration file used at runtime. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

CoherenceCacheMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> create
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> create
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> destroy
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> join
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> join
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> destroy
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

CoherenceCachePolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Caches
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

CoherenceCacheRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> Roles
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Caches -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

CoherenceCacheRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Caches
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Caches
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

CoherenceClusterSystemResource

Actions: Import Configuration

References to this type:

  • Configuration -> Environment -> Coherence Clusters
Property Name Label Tab Name Description MBean Reference
ActiveDirectory Active Directory CoherencePersistence The active directory for the default persistence environment. If no value is specified, the directory which will be used is the coherence/active sub-directory under Domain Home directory. More info
BackupDirectory Backup Directory CoherencePersistence The backup directory for the default persistence environment. More info
CharacterLimit Character Limit Logging The character limit for Coherence logs. More info
ClusterHosts Cluster Hosts CoherenceFederation The comma separated list of local participant hosts. This field is automatically populated using the host-names of all the managed servers belonging to this Coherence cluster. More info
ClusterListenPort Cluster Listen Port CoherenceFederation The listen port of the Coherence Cluster which is acting as the local participant. More info
ClusteringMode Clustering Mode General Specifies a clustering mode of either Unicast (default) or Multicast. More info
CoherenceClientAuth Client Authentication Mode Security The client authentication mode to use. Valid values are none, required and wanted. More info
CoherenceIdentityAlias Private Key Alias Security The string alias used to store and retrieve the Coherence Identity private key in the keystore. More info
CoherencePrivateKeyPassPhrase Private Key Pass Phrase Security The passphrase used to retrieve the private key for the Coherence Identity specified in the server configured keystore. More info
CustomClusterConfigurationFileName Custom Cluster Configuration File Name General The location of the custom configuration file relative to the Domain Configuration directory. Use this field to import a new configuration file. More info
DefaultPersistenceMode Default Persistence Mode CoherencePersistence Specifies the default persistence mode. More info
Enabled Enabled Logging Specifies whether custom Coherence logging is enabled. More info
EventsDirectory Events Directory CoherencePersistence The events directory for the default persistence environment used to store durable events. More info
FederationTopology Federation Topology CoherenceFederation Specify the federation topology. More info
GlobalSocketProvider Global Socket Provider Security Specify the Global Socket Provider name. More info
IgnoreHostnameVerification Ignore Hostname Verification Security Check if ignore hostname verification is set. More info
LoggerName Logger Name Logging The logger name for Coherence logs. More info
MessageFormat Message Format Logging The Coherence logs message format. More info
MulticastListenAddress Multicast Listen Address General The IP address for the cluster multicast listener. More info
Name Name ReferencedBy The Coherence cluster name of the Local participant. This value will be taken as the current Coherence cluster name. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RemoteCoherenceClusterListenPort Remote Coherence Cluster Listen Port CoherenceFederation The listen port of the Coherence Cluster which is acting as the remote participant. More info
RemoteCoherenceClusterName Remote Coherence Cluster Name CoherenceFederation The Coherence Cluster Name of the remote participant cluster. This value should be the same as the Coherence cluster name of the remote participant cluster. More info
RemoteParticipantHosts Remote Participant Hosts CoherenceFederation The comma separated list of remote participant hosts. This should be a comma serparated list of the host-names of managed servers belonging to the remote cluster. More info
SecuredProduction Secured Production Security Specify whether secured production mode is enabled. More info
SecurityFrameworkEnabled Security Framework Enabled Security Check if security framework is enabled More info
SeverityLevel Severity Level Logging The logging severity level for Coherence logs. More info
SnapshotDirectory Snapshot Directory CoherencePersistence The snapshot directory for the default persistence environment. If no value is specified, the directory which will be used is coherence/snapshot sub-directory under Domain Home directory. More info
Targets Targets Members Select the servers or clusters on which you can deploy the Coherence cluster. More info
TimeToLive Time To Live General Sets the time-to-live (TTL) setting for the multicast message. More info
Transport Transport General Specify the underlying transport protocol to use for cluster communication. More info
TrashDirectory Trash Directory CoherencePersistence The trash directory for the default persistence environment. If no value is specified, the directory which will be used is coherence/trash sub-directory under Domain Home directory. More info
Type Type ReferencedBy The type of the referring object.
UsingCustomClusterConfigurationFile Using Custom Cluster Configuration File General Specifies whether this configuration resides in an external custom configuration file. More info

 

CoherenceClusterSystemResourcePolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

CoherenceClusterSystemResourceRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Coherence Cluster System Resources
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Coherence Cluster System Resources
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

CoherenceClusterWellKnownAddress

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Cluster Well Known Addresses
Property Name Label Tab Name Description MBean Reference
ListenAddress Listen Address General The IP address. More info
Name Name General A unique name that identifies this well known address of a Coherence cluster member. More info

 

CoherenceIdentityAsserter

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Identity Asserter
Property Name Label Tab Name Description MBean Reference
ClassName Class Name General The class that implements com.tangosol.net.security.IdentityAsserter. More info

 

CoherenceInitParam

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Identity Asserter -> Identity Asserter Constructor Arguments
Property Name Label Tab Name Description MBean Reference
Name Name General A unique name that identifies this initialization parameter. More info
ParamType Param Type General The parameter type. More info
ParamValue Param Value General The parameter value. More info

 

CoherenceServerLifeCycleTaskRuntime

References to this type:

  • Monitoring -> Environment -> Servers -> ServerRuntime -> Tasks -> CoherenceServerLifeCycleTaskRuntime
  • Monitoring -> Environment -> Servers -> UnreachableServerRuntime -> Tasks -> CoherenceServerLifeCycleTaskRuntime
Property Name Label Tab Name Description MBean Reference
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
Name Name The name of this configuration. More info
Operation Operation Gets the name of the method that was invoked on the ServerLifeCycleRuntime to initiate this task. More info
Progress Progress How much progress this task has made. More info
Running Running Indicates whether the task is still running. More info
ServerName Server Name The name of the server. More info
StartTime Start Time The time this task began. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info

 

CoherenceService

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Services
Property Name Label Tab Name Description MBean Reference
Name Name General A unique name that identifies this Coherence service. More info

 

CoherenceServiceMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services -> destroy
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services -> destroy
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services -> join
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services -> create
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services -> join
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services -> create
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

CoherenceServicePolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Coherence Cluster System Resources -> Coherence Services
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

CoherenceServiceRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Services -> Roles
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Services -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

CoherenceServiceRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Services
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Coherence Cluster System Resources -> Coherence Services
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

CoherenceSocketAddress

References to this type:

  • Configuration -> Environment -> Coherence Clusters -> Coherence Address Providers -> Coherence Socket Addresses
Property Name Label Tab Name Description MBean Reference
Address Address General The IP address. More info
Name Name General A unique name that identifies this Address Socket of an Address Provider. More info
Port Port General The listen port. More info

 

ComponentConcurrentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ComponentConcurrentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

ComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ComponentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

ConcurrentManagedObjectsRuntime

References to this type:

  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime
Property Name Label Tab Name Description MBean Reference
RejectedLongRunningRequests Rejected Long Running Requests The number of long-running requests that have been rejected by managed executor services and managed scheduled executor services in this partition on the current server. More info
RejectedNewThreadRequests Rejected New Thread Requests The number of newThread method invocations that have been rejected by managed thread factories in this partition on the current server. More info
RunningLongRunningRequests Running Long Running Requests The number of running long-running requests submitted to managed executor services and managed scheduled executor services in this partition on the current server. More info
Server Server More info

 

ConfigProperty

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Properties
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Properties
  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Properties
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Properties
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Properties
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Properties
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Properties
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Properties
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups -> Properties
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Properties
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Properties
  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups -> Properties
Property Name Label Tab Name Description MBean Reference
Name Name General The name of this configuration property.
SupportsDynamicUpdates Supports Dynamic Updates General Specifies if the configuration property supports dynamic updates.
Type Type General The type of this configuration property.
Value Value General The configuration property value.

 

ConfigurationMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> Configuration -> auth_config_factory
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> Configuration -> auth_config_factory
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

ConfigurationPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> Configuration
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> Configuration
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

ConfigurationProperty

References to this type:

  • Configuration -> Security -> Webservice Securities -> Webservice Credential Providers -> Configuration Properties
Property Name Label Tab Name Description MBean Reference
EncryptValueRequired Encrypt Value Required General Specifies whether the property should be encrypted. More info
EncryptedValue Encrypted Value General Specifies the decrypted value of the property. More info
Name Name General The user-specified name of this MBean instance. More info
Value Value General Specifies the value of the property. More info

 

ConnectorComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Active RAs
  • Monitoring -> Deployments -> Resource Adapters -> Active RAs
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Active RAs
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Active RAs
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Active RAs
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Active RAs
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Active RAs
  • Monitoring -> Deployments -> Resource Adapters -> RAs
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Active RAs
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs
Property Name Label Tab Name Description MBean Reference
EISResourceId EIS Resource Id Returns the EISResourceId for the component. More info
EISType EIS Type Get the EIS type. More info
HealthState Health State The HealthState mbean for the application. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info
State State Get the state of the resource adapter. More info
SuspendedState Suspended State Gets the suspended state information of the resource adapter. More info
Type Type Returns the type of the MBean. More info

 

ConnectorConnectionPoolRuntime

References to this type:

  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Connection Pools
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Resource Adapters -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Connection Pools
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Active RAs -> Connection Pools
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Connection Pools
Property Name Label Tab Name Description MBean Reference
ActiveConnectionsCurrentCount Active Connections Current Count The current total active connections. More info
ActiveConnectionsHighCount Active Connections High Count The high water mark of active connections in this Connector Pool since the pool was instantiated. More info
CloseCount Close Count The number of connections that were closed for the connection pool. More info
ConnectionsCreatedTotalCount Connections Created Total Count The total number of Connector connections created in this Connector Pool since the pool is instantiated. More info
ConnectionsDestroyedByErrorTotalCount Connections Destroyed By Error Total Count Return the number of connections that were destroyed because an error event was received. More info
ConnectionsDestroyedByShrinkingTotalCount Connections Destroyed By Shrinking Total Count Return the number of connections that were destroyed as a result of shrinking. More info
ConnectionsMatchedTotalCount Connections Matched Total Count The total number of times a request for a Connector connections was satisfied via the use of an existing created connection since the pool is instantiated. More info
ConnectionsRejectedTotalCount Connections Rejected Total Count The total number of rejected requests for a Connector connections in this Connector Pool since the pool is instantiated. More info
ConnectorEisType Connector EIS Type The EIS type of this Connector connection pool. More info
EISResourceId EIS Resource Id The EISResourceId of this Connector connection pool. More info
FreeConnectionsCurrentCount Free Connections Current Count The current total free connections. More info
FreeConnectionsHighCount Free Connections High Count The high water mark of free connections in this Connector Pool since the pool was instantiated. More info
HealthState Health State The HealthState mbean for the application. More info
LastShrinkTime Last Shrink Time Return the last time that the pool was shrunk. More info
Name Name The name of this configuration. More info
NumWaitersCurrentCount Current Number of Waiters Return the number of waiters. More info
PoolName Pool Name The configured Logical Name for the Connection Factory using this Connector connection pool. More info
RecycledTotal Recycled Total The total number of Connector connections that have been recycled in this Connector Pool since the pool is instantiated. More info
RuntimeTransactionSupport Runtime Transaction Support The real transaction support level in use at runtime. More info
Server Server More info
State State Get the state of the pool. More info

 

ConnectorConnectionRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Resource Adapters -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Active RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Connection Pools -> Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Connection Pools -> Connections
Property Name Label Tab Name Description MBean Reference
ActiveHandlesCurrentCount Active Handles Current Count The current total active connection handles for this connection. More info
ActiveHandlesHighCount Active Handles High Count The high water mark of active connection handles for this connection since the connection was created. More info
CreationDurationTime Creation Duration Time Return the time taken to create the connection. More info
HandlesCreatedTotalCount Handles Created Total Count The total number of connection handles created for this connection since the connection was created. More info
Name Name The name of this configuration. More info
ReserveDurationTime Reserve Duration Time Get the time taken to reserve this connection. More info
ReserveTime Reserve Time Return the last time the connection was reserved. More info
Server Server More info
TransactionId Transaction Id Get the Transaction ID of the transaction that this connection is being used with. More info
UserName User Name Returns the UserName associated with the ManagedConnection’s MetaData More info

 

ConnectorDeployment

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment
  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment
Property Name Label Tab Name Description MBean Reference
DeployAsAWhole Deploy As A Whole General Specifies whether the resource adapter is deployed as a whole.
EnableAccessOutsideApp Access Outside App Enabled General Specifies whether this resource adapter can be accessed from outside the application.
EnableGlobalAccessToClasses Global Access To Classes Enabled General Specifies whether access to resource adapter classes is enabled.
JNDIName JNDI Name General The JNDI name of the resource adapter bean.
ModuleType Module Type Overview The type of deployment: Enterprise Application, EJB Jar, Resource Adapter, Web Application, and so on.
Name Name Overview The deployment’s name.
NativeLibdir Native Libdir General The directory where native libraries are stored.

 

ConnectorInboundRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Active RAs -> Inbound Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Active RAs -> Inbound Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Inbound Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Inbound Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Inbound Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Active RAs -> Inbound Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Active RAs -> Inbound Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Active RAs -> Inbound Connections
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Inbound Connections
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Active RAs -> Inbound Connections
  • Monitoring -> Deployments -> Resource Adapters -> Active RAs -> Inbound Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inbound Connections
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inbound Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inbound Connections
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Active RAs -> Inbound Connections
Property Name Label Tab Name Description MBean Reference
MsgListenerType Msg Listener Type The message listener type. More info
Name Name The name of this configuration. More info
Server Server More info
State State Return the state of the Inbound connection. More info
Type Type Returns the type of the MBean. More info

 

ContainerDescriptor

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> Container Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Container Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> Container Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Container Descriptor
Property Name Label Tab Name Description MBean Reference
IndexDirectoryEnabled Index Directory Enabled General Specifies whether the target should automatically generate an HTML directory listing if no suitable index file is found.
IndexDirectorySortBy Index Directory Sort By General Specifies the way in which index directories are sorted.

The default value is ‘Name’.

MinimumNativeFileSize Minimum Native File Size General The minimum file size in Bytes for using native I/O.
ResourceReloadCheckSecs Resource Reload Check (in seconds) General The amount of time (in seconds) that WebLogic Server waits to check if a resource was modified and needs to be reloaded.
ServletReloadCheckSecs Servlet Reload Check (in seconds) General The amount of time (in seconds) that WebLogic Server waits to check if a servlet was modified and needs to be reloaded.
SessionMonitoringEnabled Session Monitoring Enabled General Specifies whether runtime MBeans will be created for session monitoring.

 

ContextCase

References to this type:

  • Configuration -> Scheduling -> Context Request Classes -> Context Cases
Property Name Label Tab Name Description MBean Reference
GroupName Group Name General The name of the user group whose requests are to be processed by the request class with the name specified in RequestClassName. More info
Name Name General The user-specified name of this MBean instance. More info
RequestClassName Request Class Name General The name of the request class to be used for processing requests for the specified user and/or group. More info
UserName User Name General The name of the user whose requests are to be processed by the request class with the name specified in RequestClassName. More info

 

ContextRequestClass

References to this type:

  • Configuration -> Scheduling -> Context Request Classes
Property Name Label Tab Name Description MBean Reference
Name Name General The user-specified name of this MBean instance. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

CredentialMapper

Actions: Move Down, Move Up

References to this type:

  • Configuration -> Security -> Realms -> Credential Mappers
Property Name Label Tab Name Description MBean Reference
Description Description Returns a description of this security provider. More info
Name Name The name of this configuration. More info
Version Version Returns this security provider’s version. More info

 

CredentialMapperSecurityData

References to this type:

  • Security Data -> Realms -> Credential Mappers
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

CrossTenantAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> CrossTenantAuthenticator
Property Name Label Tab Name Description MBean Reference
AllowedExternalTenants Allowed External Tenants CrossTenantAuthenticatorParameters No description provided. More info
AnonymizeDisallowedTenantUsers Anonymize Disallowed Tenant Users CrossTenantAuthenticatorParameters No description provided. More info
CacheSize Cache Size CrossTenantAuthenticatorParameters No description provided. More info
CacheTTL Cache TTL CrossTenantAuthenticatorParameters No description provided. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential CrossTenantAuthenticatorParameters No description provided. More info
CurrentTenant Current Tenant CrossTenantAuthenticatorParameters No description provided. More info
Description Description Common No description provided. More info
GroupBaseDN Group Base DN CrossTenantAuthenticatorParameters No description provided. More info
GroupMappingEnabled Group Mapping Enabled CrossTenantAuthenticatorParameters No description provided. More info
GuidAttribute Guid Attribute CrossTenantAuthenticatorParameters No description provided. More info
IdentityStoreProperties Identity Store Properties CrossTenantAuthenticatorParameters No description provided. More info
LdapURL Ldap URL CrossTenantAuthenticatorParameters No description provided. More info
Name Name Common More info
Principal Principal CrossTenantAuthenticatorParameters No description provided. More info
StaticGroupNameAttribute Static Group Name Attribute CrossTenantAuthenticatorParameters No description provided. More info
StaticGroupObjectClass Static Group Object Class CrossTenantAuthenticatorParameters No description provided. More info
StaticMemberDNAttribute Static Member DN Attribute CrossTenantAuthenticatorParameters No description provided. More info
UserBaseDN User Base DN CrossTenantAuthenticatorParameters No description provided. More info
UserMappingEnabled User Mapping Enabled CrossTenantAuthenticatorParameters No description provided. More info
UserNameAttribute User Name Attribute CrossTenantAuthenticatorParameters No description provided. More info
UserObjectClass User Object Class CrossTenantAuthenticatorParameters No description provided. More info
Version Version Common No description provided. More info

 

CustomDBMSAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> CustomDBMSAuthenticator
Property Name Label Tab Name Description MBean Reference
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
DataSourceName Data Source Name CustomDBMSAuthenticatorParameters The name of the JDBC data source used for database access. More info
Description Description Common A short description of the DBMS Authentication provider. More info
GroupMembershipSearching Group Membership Searching CustomDBMSAuthenticatorParameters Specifies whether recursive group membership searching is unlimited or limited. More info
IdentityDomain Identity Domain CustomDBMSAuthenticatorParameters The name of the identity domain. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level CustomDBMSAuthenticatorParameters This specifies how many levels of group membership can be searched. More info
Name Name Common More info
PlaintextPasswordsEnabled Plaintext Passwords Enabled CustomDBMSAuthenticatorParameters Specifies whether plain text passwords are allowed to be used. More info
PluginClassName Plugin Class Name CustomDBMSAuthenticatorParameters Specifies the name of a class that implements the weblogic.security.providers.authentication.CustomDBMSAuthenticatorPlugin interface. More info
PluginProperties Plugin Properties PluginProperties Defines configuration properties for the specified plug-in class. More info
Version Version Common The version number of the DBMS Authentication provider. More info

 

CustomFilteringDashboard

References to this type:

  • Monitoring -> Dashboards -> CustomFilteringDashboard
Property Name Label Tab Name Description MBean Reference
Date Date The date of the monitoring information displayed in this dashboard.
Description Description Filters This dashboard’s description.
Name Name Filters This dashboard’s name.
NumberOfMatches Number Of Matches The number of matching beans displayed in this filtering dashboard.

 

CustomResource

References to this type:

  • Configuration -> Custom Resources
Property Name Label Tab Name Description MBean Reference
DescriptorBeanClass Descriptor Bean Class General Returns the interface of the bean that is returned by the #getResource method. More info
DescriptorFileName Descriptor File Name General The name of the file that contains the module. More info
Name Name ReferencedBy Unique identifier for this bean instance. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ResourceClass Resource Class General This is the name of the class that is used to manage the lifecycle of the resource. More info
Targets Targets General You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.

 

DBClientDataDeploymentRuntime

Actions: Upload And Redeploy, Redeploy

References to this type:

  • Monitoring -> Deployments -> Database Client Data Management
Property Name Label Tab Name Description MBean Reference
DBClientDataName DB Client Data Name The DBClientData’s name. More info
Name Name The name of this configuration. More info

 

DBClientDataDirectory

References to this type:

  • Configuration -> Deployments -> Database Client Data Directories
Property Name Label Tab Name Description MBean Reference
AbsoluteSourcePath Absolute Source Path Overview The fully resolved location of this application’s source files on the Administration Server. More info
DeploymentOrder Deployment Order Overview An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup. More info
InstallDir Install Dir Overview The path to the DBClientData’s install-root directory, relative to the domain/config/dbclientdata directory, by default. More info
Name Name Overview The user-specified name of this MBean instance. More info
SourcePath Source Path Overview The path to the source of the deployable unit on the Administration Server. More info

 

Dashboard

Actions: Copy

References to this type:

  • Monitoring -> Dashboards
Property Name Label Tab Name Description MBean Reference
Name Name This dashboard’s name.
Type Type This dashboard’s type.

 

DataAccessRuntime

References to this type:

  • Monitoring -> Services -> Persistence -> Data Access Runtimes -> DataAccessRuntime
  • Monitoring -> Services -> Persistence -> Data Access Runtimes
Property Name Label Tab Name Description MBean Reference
EarliestAvailableTimestamp Earliest Available Timestamp The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the earliest record in the diagnostic data log. More info
LatestAvailableTimestamp Latest Available Timestamp The timestamp, in milliseconds, since Jan 1, 1970 AD, 00:00:00 GMT for the newest record in the diagnostic data log. More info
LatestRecordId Latest Record Id The latest known record ID for the underlying archive. More info
Name Name The name of this configuration. More info
Server Server More info
TimestampAvailable Timestamp Available Returns true, if timestamp information is available with the underlying archive. More info
Type Type Returns the type of the MBean. More info

 

DefaultAdjudicator

References to this type:

  • Configuration -> Security -> Realms -> Adjudicator -> DefaultAdjudicator
Property Name Label Tab Name Description MBean Reference
Description Description Common A short description of the WebLogic Adjudication provider. More info
Name Name Common More info
RequireUnanimousPermit Require Unanimous Permit DefaultAdjudicatorParameters Specifies whether all Authorization providers should be required to vote PERMIT in order for this WebLogic Adjudication provider to vote PERMIT. More info
Version Version Common The version number of the WebLogic Adjudication provider. More info

 

DefaultAuditor

References to this type:

  • Configuration -> Security -> Realms -> Auditors -> DefaultAuditor
Property Name Label Tab Name Description MBean Reference
ActiveContextHandlerEntries Active Context Handler Entries DefaultAuditorParameters Specifies the ContextHandler entries you want this Audit provider to handle. More info
BeginMarker Begin Marker DefaultAuditorParameters The marker that indicates the beginning of the audit record. More info
Description Description Common A short description of the WebLogic Auditing provider. More info
EndMarker End Marker DefaultAuditorParameters The marker that indicates the end of the audit record. More info
ErrorAuditSeverityEnabled Error Audit Severity Enabled DefaultAuditorParameters If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of ERROR. More info
FailureAuditSeverityEnabled Failure Audit Severity Enabled DefaultAuditorParameters If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of FAILURE. More info
FieldPrefix Field Prefix DefaultAuditorParameters The prefix character that indicates the beginning of a field in the audit record. More info
FieldSuffix Field Suffix DefaultAuditorParameters The suffix character that indicates the end of a field in the audit record More info
InformationAuditSeverityEnabled Information Audit Severity Enabled DefaultAuditorParameters If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of INFORMATION. More info
Name Name Common More info
NumberOfFilesLimit Number Of Files Limit DefaultAuditorParameters Specifies the number of audit log files that can be retained. More info
RotationMinutes Rotation Minutes DefaultAuditorParameters Specifies how many minutes to wait before creating a new DefaultAuditRecorder.log file. More info
RotationSize Rotation Size DefaultAuditorParameters Specifies the size limit to reach before creating a new DefaultAuditRecorder.log file. More info
RotationType Rotation Type DefaultAuditorParameters Specifies the criteria for moving old audit records to a separate file. More info
Severity Severity DefaultAuditorParameters The severity level at which auditing is initiated. More info
SuccessAuditSeverityEnabled Success Audit Severity Enabled DefaultAuditorParameters If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of SUCCESS. More info
Version Version Common The version number of the WebLogic Auditing provider. More info
WarningAuditSeverityEnabled Warning Audit Severity Enabled DefaultAuditorParameters If the Severity value is set to Custom, causes the Auditing provider to generate audit records for events with a severity level of WARNING. More info

 

DefaultAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> DefaultAuthenticator
Property Name Label Tab Name Description MBean Reference
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Description Description Common A short description of the Authentication provider. More info
GroupMembershipSearching Group Membership Searching DefaultAuthenticatorParameters Specifies whether recursive group membership searching is unlimited or limited. More info
IdentityDomain Identity Domain DefaultAuthenticatorParameters The name of the identity domain. More info
IdentityDomains Identity Domains DefaultAuthenticatorParameters Names of the identity domains. More info
KeepAliveEnabled Keep Alive Enabled DefaultAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level DefaultAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
MinimumPasswordLength Minimum Password Length DefaultAuthenticatorParameters This password is the password used to define users in the embedded LDAP server used by the WebLogic Authentication provider to store user and group information. More info
Name Name Common More info
NameCallbackAllowed Name Callback Allowed DefaultAuthenticatorParameters Specifies whether the provider is allowed to get the user name from a NameCallback versus getting the user name (and identity domain) from an IdentityDomainUserCallback when the provider is configured with an identity domain. More info
PasswordDigestEnabled Password Digest Enabled DefaultAuthenticatorParameters Enables the storage of password information required to support Web Services Security Password Digest and other digest authentication algorithms. More info
PropagateCauseForLoginException Propagate Cause For Login Exception DefaultAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal DefaultAuthenticatorParameters Specifies whether we should use the user name retrieved from the embedded LDAP server as the Principal in the Subject. More info
Version Version Common The version number of the Authentication provider. More info

 

DefaultAuthenticatorGroup

Actions: Filter

References to this type:

  • Security Data -> Realms -> Authentication Providers -> DefaultAuthenticatorSecurityData -> Groups
Property Name Label Tab Name Description MBean Reference
Description Description General A short description of this group.
Groups Parent Groups Membership This group can be a member of any of these parent groups.
Name Name General The name of this group.

 

DefaultAuthenticatorSecurityData

References to this type:

  • Security Data -> Realms -> Authentication Providers -> DefaultAuthenticatorSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

DefaultAuthenticatorUser

Actions: Filter

References to this type:

  • Security Data -> Realms -> Authentication Providers -> DefaultAuthenticatorSecurityData -> Users
Property Name Label Tab Name Description MBean Reference
Description Description General A short description of this user.
Groups Parent Groups Membership This user can be a member of any of these parent groups.
Name Name General The login name of this user.
Password New Password Password The new password of this user.
c c Attributes Two-letter ISO 3166 country code.
departmentnumber departmentnumber Attributes Code for department to which the user belongs.
displayname displayname Attributes Preferred name of the user.
employeenumber employeenumber Attributes Numeric or alphanumeric identifier assigned to the user.
employeetype employeetype Attributes Type of employment, which represents the employer to employee relationship.
facsimiletelephonenumber facsimiletelephonenumber Attributes Facsimile (fax) telephone number.
givenname givenname Attributes First name; that is, not surname (last name) or middle name.
homephone homephone Attributes Home telephone number.
homepostaladdress homepostaladdress Attributes Home postal address.
l l Attributes Name of a locality, such as a city, county or other geographic region.
mail mail Attributes Electronic address of user (email).
mobile mobile Attributes Mobile telephone number.
pager pager Attributes Pager telephone number.
postaladdress postaladdress Attributes Postal address at location of employment.
postofficebox postofficebox Attributes Post office box.
preferredlanguage preferredlanguage Attributes User’s preferred written or spoken language.
st st Attributes Full name of state or province.
street street Attributes Physical location of user.
telephonenumber telephonenumber Attributes User’s telephone number in organization.
title title Attributes Title representing user’s job function.

 

DefaultAuthorizer

References to this type:

  • Configuration -> Security -> Realms -> Authorizers -> DefaultAuthorizer
Property Name Label Tab Name Description MBean Reference
Description Description Common A short description of the WebLogic Authorization provider. More info
Name Name Common More info
PolicyDeploymentEnabled Policy Deployment Enabled Common Returns whether this Authorization provider stores policies that are created while deploying a Web application or EJB. More info
Version Version Common The version of the WebLogic Authorization provider. More info

 

DefaultAuthorizerSecurityData

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

DefaultCredentialMapper

References to this type:

  • Configuration -> Security -> Realms -> Credential Mappers -> DefaultCredentialMapper
Property Name Label Tab Name Description MBean Reference
CredentialMappingDeploymentEnabled Credential Mapping Deployment Enabled Common Returns whether this Credential Mapping provider stores stores credential maps created when deploying a resource adapter. More info
Description Description Common A short description of the WebLogic Credential Mapping provider. More info
JWTTokenExpiration JWT Token Expiration DefaultCredentialMapperParameters The time of the JWT token being valid after issueing, unit is minute More info
ManagementTokenMaxTimeout Management Token Max Timeout DefaultCredentialMapperParameters The maximum time, specified in minutes, that a management token issued for a user can be valid. More info
Name Name Common More info
Version Version Common The version of the WebLogic Credential Mapping provider. More info

 

DefaultCredentialMapperSecurityData

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

DefaultIdentityAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> DefaultIdentityAsserter
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common No description provided. More info
Base64DecodingRequired Base64 Decoding Required Common Returns whether the tokens that are passed to the Identity Assertion provider will be base64 decoded first. More info
DefaultUserNameMapperAttributeDelimiter Default User Name Mapper Attribute Delimiter DefaultIdentityAsserterParameters The delimiter that ends the attribute value when mapping from the X.509 certificate or X.500 name token to the WebLogic user name. More info
DefaultUserNameMapperAttributeType Default User Name Mapper Attribute Type DefaultIdentityAsserterParameters The name of the attribute from the subject DN to use when mapping from the X.509 certificate or X.500 name token to the WebLogic user name. More info
Description Description Common A short description of the Identity Assertion provider. More info
DigestDataSourceName Digest Data Source Name DefaultIdentityAsserterParameters The name of the data source to use for storage digest values. More info
DigestExpirationTimePeriod Digest Expiration Time Period DefaultIdentityAsserterParameters Determines how long digests are valid. More info
DigestReplayDetectionEnabled Digest Replay Detection Enabled DefaultIdentityAsserterParameters Enables the storage of the digest nonce values used to detect replay attacks. More info
IdentityDomain Identity Domain DefaultIdentityAsserterParameters The name of the identity domain. More info
Name Name Common More info
SupportedTypes Supported Types Common The token types supported by the Identity Assertion provider. More info
TrustedClientPrincipals Trusted Client Principals DefaultIdentityAsserterParameters The list of trusted client principals to use in CSI v2 identity assertion. More info
UseDefaultUserNameMapper Use Default User Name Mapper DefaultIdentityAsserterParameters Uses the user name mapping class provided by WebLogic Server. More info
UserNameMapperClassName User Name Mapper Class Name DefaultIdentityAsserterParameters The name of the Java class that maps X.509 digital certificates and X.501 distinguished names to WebLogic user names. More info
Version Version Common The version number of the Identity Assertion provider. More info
VirtualUserAllowed Virtual User Allowed DefaultIdentityAsserterParameters Determines whether to authenticate Weblogic Server users accessing via identity assertion, which are not represented in the security store. More info

 

DefaultRoleMapper

References to this type:

  • Configuration -> Security -> Realms -> Role Mappers -> DefaultRoleMapper
Property Name Label Tab Name Description MBean Reference
Description Description Common A short description of the WebLogic Role Mapping provider. More info
Name Name Common More info
RoleDeploymentEnabled Role Deployment Enabled Common Returns whether this Role Mapping provider stores roles that are created while deploying a Web application or EJB. More info
Version Version Common The version number of the WebLogic Role Mapping provider. More info

 

DefaultRoleMapperSecurityData

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

Deployment

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments
  • Monitoring -> Deployments -> Application Management -> Configuration
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment
Property Name Label Tab Name Description MBean Reference
ModuleType Module Type The type of deployment: Enterprise Application, EJB Jar, Resource Adapter, Web Application, and so on. More info
Name Name The deployment’s name. More info

 

DeploymentPlanRuntime

Actions: Edit

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced)
Property Name Label Tab Name Description MBean Reference
AssignmentName Name VariableAssignments The name of this assignment.
DeploymentPlan Deployment Plan DeploymentPlan The deployment plan’s contents, as xml
Description Description VariableAssignments This assignment’s description.
ModuleName Module VariableAssignments The module containing this assignment.
Operation Operation VariableAssignments This assignment’s operation.
Uri Descriptor VariableAssignments The descriptor file containing this assignment.
Value Value VariableAssignments This value of this assignment’s variale.
Xpath xpath VariableAssignments The xpath of this assignment in its descriptor file.

 

DeploymentProgressObject

Actions: Purge

References to this type:

  • Monitoring -> Deployments -> Deployment Tasks
Property Name Label Tab Name Description MBean Reference
ApplicationName Application Name General The name of the application for the current deployment operation. More info
Completed Completed General Whether this task has completed. More info
DeploymentMessages Deployment Messages Messages Provides an ordered array of status messages generated for the current deployment operation. More info
EndTime End Time General The time this deployment operation ended. More info
Id Id General The unique ID for the current deployment operation. More info
Name Name General The name of this configuration. More info
OperationType Operation Type General The deployment operation type for the current deployment operation. More info
Progress Progress General How much progress this task has made. More info
StartTime Start Time General The time this deployment operation began. More info
State State General The state of the current deployment operation. More info

 

DeploymentServerStateRuntime

References to this type:

  • Monitoring -> Deployments -> Library Management -> Per Server States
  • Monitoring -> Deployments -> Application Management -> Per Server States
Property Name Label Tab Name Description MBean Reference
CurrentState Current State The most advanced state of this deployment’s modules on this server.
IntendedState Intended State The state this deployment should be in on this server.
Name Name The name of this configuration.

 

DeploymentServerStateV2Runtime

References to this type:

  • Monitoring -> Deployments -> Library Management -> Per Server States
  • Monitoring -> Deployments -> Application Management -> Per Server States
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.
State State The state of this deployment on this server.

 

DestinationKey

References to this type:

  • Configuration -> Services -> JMS Modules -> Destination Keys
Property Name Label Tab Name Description MBean Reference
KeyType Key Type Configuration The expected property type for this destination key. More info
Name Name Configuration The name of this entity, represented in XML as an attribute. More info
Property Sort Key Configuration Specifies a message property name or the name of a message header field on which to sort messages. More info
SortOrder Direction Configuration The direction (Ascending or Descending) in which this key will sort messages. More info

 

Domain

References to this type:

  • Configuration -> Environment -> Domain
Property Name Label Tab Name Description MBean Reference
AdminServerName Admin Server Name General Specifies which of the servers in this domain is the Administration Server. More info
AdministrationPort Administration Port General The common secure administration port for this WebLogic Server domain. More info
AdministrationPortEnabled Enable Administration Port General Specifies whether the domain-wide administration port should be enabled for this WebLogic Server domain. More info
AdministrationProtocol Administration Protocol General The default protocol for communicating through the administration port or administration channels. More info
AdministrativeIdentityDomain Administrative Identity Domain Security.General The domain’s administrative identity domain. More info
AllowAllRoles Allow All Roles WebApplication 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. More info
AllowListRecordingEnabled Recording Enabled Security.AllowList Specifies whether recording is enabled or disabled. More info
AllowListViolationAction Violation Action Security.AllowList Specifies how the WebLogic Server domain use allowlists or blocklists. This setting applies to all servers in the domain. More info
AnonymousBindAllowed Anonymous Bind Allowed Security.EmbeddedLDAP Specifies whether the embedded LDAP server should allow anonymous connections. More info
ArchiveConfigurationCount Archive Configuration Count General The number of archival versions of config.xml saved by the Administration Server each time the domain configuration is modified. More info
AuthCookieEnabled Auth Cookie Enabled WebApplication Specifies whether the AuthCookie feature is enabled or not. More info
BackupCopies Backup Copies Security.EmbeddedLDAP The maximum number of backup copies that should be made for the embedded LDAP server. More info
BackupHour Backup Hour Security.EmbeddedLDAP The hour at which the embedded LDAP server should be backed up. More info
BackupMinute Backup Minute Security.EmbeddedLDAP The minute at which the embedded LDAP server should be backed up. More info
BufferSizeKB Log File Buffer Logging Gets the underlying log buffer size in kilobytes More info
CORSAllowedCredentials CORS Allowed Credentials ManagementServices Determines if credentials are allowed for CORS requests. More info
CORSAllowedHeaders CORS Allowed Headers ManagementServices Determines the value of allowed HTTP headers for CORS requests. More info
CORSAllowedMethods CORS Allowed Methods ManagementServices Determines the value of allowed HTTP methods for CORS requests. More info
CORSAllowedOrigins CORS Allowed Origins ManagementServices Determines the list of allowed origins for CORS requests. More info
CORSEnabled CORS Enabled ManagementServices Enables the support of CORS (Cross-Origin Resource Sharing) processing in the RESTful Management Services Web application. More info
CORSExposedHeaders CORS Exposed Headers ManagementServices Determines the value of exposed HTTP headers for CORS requests. More info
CORSMaxAge CORS Max Age ManagementServices Determines the number of seconds for a browser cache of CORS preflight requests. More info
CacheEnabled Cache Enabled Security.EmbeddedLDAP Specifies whether a cache is used with the embedded LDAP server. More info
CacheSize Cache Size Security.EmbeddedLDAP The size of the cache (in kilobytes) that is used with the embedded LDAP server. More info
CacheTTL Cache TTL Security.EmbeddedLDAP The time-to-live of the cache (in seconds) that is used with the embedded LDAP server. More info
CalculateIntervalSecs Calculate Interval Secs HealthScore The interval time (in seconds) that WebLogic Server will call the health score plugin for calculating the server’s health score. More info
ChangeSessionIDOnAuthentication Change Session ID On Authentication WebApplication Global property to determine if we need to generate a new SessionID after authentication. More info
CheckCertificatesExpirationDays Check Certificates Expiration Days Security.Warnings Returns the number of days before certificate expiration that warnings should be issued. More info
CheckCertificatesIntervalDays Check Certificates Interval Days Security.Warnings Returns the interval between checks for certificate expiration. More info
CheckIdentityCertificates Check Identity Certificates Security.Warnings Returns true if identity certificates should be checked periodically for expiration. More info
CheckTrustCertificates Check Trust Certificates Security.Warnings Returns true if trust certificates should be checked periodically for expiration. More info
CheckingEnabled Enable Certificate Revocation Checking Security.SSLCertificateRevocationChecking.General Specifies whether certificate revocation checking is enabled. More info
ClearTextCredentialAccessEnabled Clear Text Credential Access Enabled Security.General Specifies whether credential access in clear text is allowed. This can be overridden by the system property -Dweblogic.management.clearTextCredentialAccessEnabled. More info
ClientCertProxyEnabled Client Cert Proxy Enabled WebApplication Specifies whether or not to honor the WL-Proxy-Client-Cert header coming with the request. More info
ClusterConstraintsEnabled Enable Cluster Constraints General Specifies that deployments targeted to a cluster succeed only if all servers in the cluster are running. More info
CoherenceClassesAlwaysBlock Coherence Classes Always Block Security.AllowList Returns whether the domain will run with blocking all the coherence classes if the CoherenceClusterSystemResourceMBean is not used in the domain. More info
CompatibilityConnectionFiltersEnabled Compatibility Connection Filters Enabled Security.General Specifies whether this WebLogic Server domain enables compatibility with previous connection filters. More info
CompatibilityMBeanServerEnabled Compatibility MBean Server Enabled General Enables JMX clients to use the deprecated MBeanHome interface. More info
ConfigBackupEnabled Configuration Archive Enabled General If true, then backups of the configuration will be made during server boot. More info
ConfigurationAuditType Configuration Audit Type General Returns the criteria used for auditing configuration events (configuration changes and other operations):
  • CONFIG_CHANGE_NONE Configuration events will neither be written to the server log or directed to the Security Audit Framework.
  • CONFIG_CHANGE_LOG Configuration events will be written to the server log.
  • CONFIG_CHANGE_AUDITConfiguration events will be directed to the Security Audit Framework.
  • CONFIG_CHANGE_LOG_AND_AUDIT Configuration events will be written to the server log and directed to the Security Audit Framework.
More info
ConnectionFilter Connection Filter Security.Filter The name of the Java class that implements a connection filter (that is, the weblogic.security.net.ConnectionFilter interface). More info
ConnectionFilterIgnoreRuleErrorsEnabled Connection Filter Ignore Rule Errors Enabled Security.Filter Specifies whether the WebLogic Server should ignore filter rule errors during server startup. More info
ConnectionFilterRules Connection Filter Rules Security.Filter The rules used by any connection filter that implements the ConnectionFilterRulesListener interface. More info
ConnectionLoggerEnabled Connection Logger Enabled Security.Filter Specifies whether this WebLogic Server domain should log accepted connections. More info
ConsoleContextPath Console Context Path General The context path that you want to use in URLs that specify the Administration Console. More info
ConsoleEnabled Console Enabled General Specifies whether the Administration Server automatically deploys the Administration Console in the current domain. More info
ConsoleExtensionDirectory Console Extension Directory General Returns the directory path that console extensions are loaded from. More info
ContextPath Remote Console Helper Context Path General The context path used in URLs that specify the Remote Console Helper. More info
ContinuationFramesLimit Continuation Frames Limit WebApplication Gets the number of CONTINUATION frames allowed per stream. More info
CookieName Remote Console Helper Cookie Name General The cookie name used by the Remote Console Helper. More info
Credential Credential Security.EmbeddedLDAP The credential (usually a password) used to connect to the embedded LDAP server. More info
CrlCacheRefreshPeriodPercent Cache Refresh Period (percent) Security.SSLCertificateRevocationChecking.CRL Determines the refresh period for the CRL local cache, expressed as a percentage of the validity period of the CRL. More info
CrlDpDownloadTimeout Distribution Point Download Timeout (seconds) Security.SSLCertificateRevocationChecking.CRL Determines the overall timeout for the Distribution Point CRL download, expressed in seconds. More info
CrlDpEnabled Enable Updates From Distribution Points Security.SSLCertificateRevocationChecking.CRL Determines whether the CRL Distribution Point processing to update the local CRL cache is enabled. More info
CrossDomainSecurityCacheEnabled Cross Domain Security Cache Enabled Security.General Returns whether the Cross Domain Security subject cache is enabled. More info
CrossDomainSecurityCacheTTL Cross Domain Security Cache TTL Security.General Returns the time-to-live (TTL), in seconds, of the Cross Domain Security subject cache. More info
CrossDomainSecurityEnabled Cross Domain Security Enabled Security.General Specifies whether or not cross-domain security is enabled for the domain. More info
DateFormatPattern Date Format Pattern Logging The date format pattern used for rendering dates in the log. More info
DefaultRealm Default Realm Security.General The security realm that should be used as the default administrative realm for this WebLogic Server domain. More info
DelegatedRequestConnectTimeoutMillis Delegated Request Connect Timeout Millis ManagementServices Determines the connection timeout, in milliseconds, when the Management Services Web application propagates an idempotent REST request from the admin server to a managed server. More info
DelegatedRequestMaxWaitMillis Delegated Request Max Wait Millis ManagementServices Determines how long the Management Services Web application will wait, in milliseconds, when it propagates an idempotent REST request from the admin server to a managed server. More info
DelegatedRequestMinThreads Delegated Request Min Threads ManagementServices Specifies the minimum number of threads that should be dedicated to the Management Services Web application when interacting with managed servers in parallel for improved responsiveness in large domains. More info
DelegatedRequestReadTimeoutMillis Delegated Request Read Timeout Millis ManagementServices Determines the read timeout, in milliseconds, when the Management Services Web application propagates an idempotent REST request from the admin server to a managed server. More info
DiagnosticContextCompatibilityModeEnabled Diagnostic Context Compatibility Mode General Specifies whether WLDF sends a pre-12.2.1-style diagnostic context along with the current-style diagnostic context. More info
DowngradeUntrustedPrincipals Downgrade Untrusted Principals Security.General Specifies whether to downgrade to anonymous principals that cannot be verified. More info
EnableEECompliantClassloadingForEmbeddedAdapters Enable EE Compliant Classloading For Embedded Adapters General Specifies the class loading behavior for embedded adapters. More info
Enabled Health Score Enabled HealthScore Indicates whether the health score service is enabled. More info
EnforceStrictURLPattern Enforce Strict URL Pattern Security.General Specifies whether the system should enforce strict URL pattern., " / " to represent the entire contents of a Web Application. More info
EnforceValidBasicAuthCredentials Enforce Valid Basic Auth Credentials Security.General Whether or not the system should allow requests with invalid Basic Authentication credentials to access unsecure resources. More info
ExalogicOptimizationsEnabled Enable Exalogic Optimizations General Specifies whether optimizations for Oracle Exalogic should be enabled. More info
ExcludedDomainNames Excluded Domain Names Security.General The remote domain names that are to be excluded from the cross-domain checks. More info
FailOnUnknownRevocStatus Fail On Unknown Revocation Status Security.SSLCertificateRevocationChecking.General Specifies whether certificate path checking should fail if revocation status cannot be determined. More info
FannedOutRequestMaxWaitMillis Fanned Out Request Max Wait Millis ManagementServices Determines how long the Management Services Web application will wait, in milliseconds, when it fans out an idempotent REST request from the admin server to all the managed servers. More info
FileCount Files to retain Logging The maximum number of log files that the server creates when it rotates the log. More info
FileMinSize Rotation file size Logging The size (1 - 2097150 kilobytes) that triggers the server to move log messages to a separate file. More info
FileName Log file name Logging The name of the file that stores current log messages. More info
FileTimeSpan Rotation interval Logging The interval (in hours) at which the server saves old log messages to another file. More info
FilterDispatchedRequestsEnabled Filter Dispatched Requests WebApplication Indicates whether or not to apply filters to dispatched requests. More info
FormAuthXFrameOptionsHeaderValue Form authentication X-Frame-Options header value WebApplication Returns the X-Frame-Options header value (DENY, SAMEORIGIN, or ALLOW-FROM uri) that will be set in the responses for all requests to the “j_security_check” endpoint when using FORM authentication. More info
FrameCountLimitResetInterval Frame Count Limit Reset Interval WebApplication Gets the frame count limit reset interval More info
GzipCompressionContentType Gzip Compression Content Type WebApplication Returns the type of content to be included in compression. More info
GzipCompressionEnabled Gzip Compression Enabled WebApplication This global property determines whether or not the container should provide GZIP compression. More info
GzipCompressionMinContentLength GZIP Compression Min. Content Length WebApplication Returns the minimum content length to trigger GZIP compression. More info
HeaderTableSize Maximum header compression table size WebApplication The server’s maximum size of the header compression table used to decode header blocks, in octets. More info
HttpTraceSupportEnabled Http Trace Support Enabled WebApplication Returns the value of HttpTraceSupportEnabled. More info
IdentityDomainAwareProvidersRequired Identity Domain Aware Providers Required Security.General Specifies whether all role mapping, authorization, credential mapping, and audit providers configured in the domain must support the IdentityDomainAwareProviderMBean interface’s administrative identity domain. More info
ImplicitBeanDiscoveryEnabled Enable Implicit Bean Discovery General Enable or disable implicit bean discovery for all applications deployed to the domain. This is used for CDI 1.0 application compatibility. More info
InitialWindowSize Initial Window Size WebApplication The server’s initial window size (in octets) for stream-level flow control. More info
InternalAppsDeployOnDemandEnabled Enable on-demand deployment of internal applications General Specifies whether internal applications such as the console, uddi, wlstestclient, and uddiexplorer are deployed on demand (first access) instead of during server startup. More info
InvocationTimeoutSeconds Invocation Timeout Seconds General The number of seconds that internal WebLogic Server processes wait to connect to an MBean server, invoke an MBean server method, and return the results of the invocation. More info
JSPCompilerBackwardsCompatible JSP Compiler Backwards Compatible WebApplication Global property to determine the behavior of the JSP compiler. More info
ListenPortEnabled Listen Port Enabled General Returns the domain-wide setting for isListenPortEnabled. More info
LogFileRotationDir Log file rotation directory Logging The directory where the rotated log files will be stored. More info
LogFormatCompatibilityEnabled Server Log Format Compatibility Enabled General Configures whether log messages will be logged in legacy format without supplemental attributes. More info
MasterFirst Master First Security.EmbeddedLDAP Specifies whether a Managed Server should always connect to the master LDAP server (contained in the Administration Server), instead of connecting to the local replicated LDAP server (contained in the Managed Server). More info
MaxConcurrentLongRunningRequests Max Concurrent Long Requests Concurrency The maximum number of running long-running requests that can be submitted to all the Managed Executor Services or Managed Scheduled Executor Services on the current server. More info
MaxConcurrentNewThreads Max Concurrent New Threads Concurrency The maximum number of running threads that can be created by all the Managed Thread Factories on the current server. More info
MaxConcurrentStreams Maximum no. of concurrent streams WebApplication The maximum number of concurrent streams that the server will allow. More info
MaxFrameSize Maximum frame size WebApplication The size of the largest frame payload that the server is willing to receive, in octets. More info
MaxHeaderListSize Maximum size of header list WebApplication The maximum size of header list that the server is prepared to accept, in octets. More info
MaxPostSize Maximum Post Size WebApplication The maximum post size this server allows for reading HTTP POST data in a servlet request. More info
MaxPostTimeSecs Maximum Post Time WebApplication Maximum post time (in seconds) for reading HTTP POST data in a servlet request. More info
MaxSingleHeaderSize Max Single Header Size WebApplication The maximum size of a single header (name and value) this server allows in a servlet request. More info
MaxStreamResets Max Stream Resets WebApplication Gets the maximum number of stream resets(RST_STREAM frames) allowed per connection. More info
MaxTotalHeadersSize Max Total Headers Size WebApplication The maximum total headers size this server allows for reading HTTP headers in a servlet request. More info
MethodOrder Revocation Checks Security.SSLCertificateRevocationChecking.General The certificate revocation checking method order. More info
MimeMappingFile Mime Mapping File WebApplication Returns the name of the file containing mime-mappings for the domain. More info
MinThreads Minimum Threads dedicated to Console interactions General Specify the minimum number of threads that should be dedicated to the Administration Console. More info
Name Name General The name of this WebLogic Server domain. More info
NodeManagerPassword Node Manager Password Security.General The password that the Administration Server uses to communicate with Node Manager when starting, stopping, or restarting Managed Servers. More info
NodeManagerUsername Node Manager Username Security.General The user name that the Administration Server uses to communicate with Node Manager when starting, stopping, or restarting Managed Servers. More info
NumberOfFilesLimited Limit number of retained files Logging Indicates whether to limit the number of log files that this server instance creates to store old messages. More info
OcspNonceEnabled Enable Nonce Security.SSLCertificateRevocationChecking.OCSP Determines whether a nonce is sent with OCSP requests, to force a fresh (not pre-signed) response. More info
OcspResponseCacheCapacity Capacity Security.SSLCertificateRevocationChecking.OCSP Determines the maximum number of entries supported by the OCSP response local cache. More info
OcspResponseCacheEnabled Enable Response Cache Security.SSLCertificateRevocationChecking.OCSP Determines whether the OCSP response local cache is enabled. More info
OcspResponseCacheRefreshPeriodPercent Refresh Period (percent) Security.SSLCertificateRevocationChecking.OCSP Determines the refresh period for the OCSP response local cache, expressed as a percentage of the validity period of the response. More info
OcspResponseTimeout Response Timeout (seconds) Security.SSLCertificateRevocationChecking.OCSP Determines the timeout for the OCSP response, expressed in seconds. More info
OcspTimeTolerance Time Tolerance (seconds) Security.SSLCertificateRevocationChecking.OCSP Determines the time tolerance value for handling clock-skew differences between clients and responders, expressed in seconds. More info
OptimisticSerialization Optimistic Serialization WebApplication When OptimisticSerialization is turned on, WebLogic Server does not serialize-deserialize context and request attributes upon getAttribute(name) when a request gets dispatched across servlet contexts. More info
OutboundReferenceHostAllowList Outbound Reference Host Allow List Security.AllowList Returns a comma-separated list of hosts from which WebLogic Server may retrieve an object specified by a URL. More info
OverloadProtectionEnabled Overload Protection Enabled WebApplication This parameter is used to enable overload protection in the web application container against low memory conditions. More info
P3PHeaderValue P3P Header Value WebApplication Returns the P3P header value that will be sent with all responses for HTTP requests (if non-null). More info
PlatformMBeanServerEnabled Platform MBean Server Enabled General Specifies whether each server instance initializes the JDK’s platform MBean server. More info
PlatformMBeanServerUsed Platform MBean Server Used General Specifies whether WebLogic Server will use the platform MBean server for its Runtime MBean Server. More info
PluginClassName Health Score Plugin Class Name HealthScore The class name of the health score plugin to be instantiated and used by the health score service to calculate the health score of the server. More info
PostTimeoutSecs Post Timeout WebApplication The amount of time this server waits between receiving chunks of data in an HTTP POST data before it times out. More info
PrincipalEqualsCaseInsensitive Use Case-insensitive Principal Name Matching Security.General Specifies whether the WebLogic Server principal name is compared using a case insensitive match when the equals method for the principal object is performed. More info
PrincipalEqualsCompareDnAndGuid Use LDAP DN & GUID In Principal Matching Security.General Specifies whether the GUID and DN data in a WebLogic Server principal object are used when the equals method of that object is invoked. More info
ProductionModeEnabled Production Mode General Specifies whether all servers in this domain run in production mode. More info
ProtectedCookieEnabled Remote Console Helper Protected Cookie Enabled General Determine if the Remote Console Helper session cookie is protected so that it is only visible to the helper. More info
RefreshReplicaAtStartup Refresh Replica At Startup Security.EmbeddedLDAP Specifies whether a Managed Server should refresh all replicated data at boot time. More info
RejectMaliciousPathParameters Reject Malicious Path Parameters WebApplication The WebApp Container configuration for rejection of URIs with malicious path parameters. More info
ReloginEnabled Relogin Enabled WebApplication Beginning with the 9.0 release, the FORM/BASIC authentication behavior has been modified to conform strictly to the Java EE Specification. More info
RemoteAnonymousRMIIIOPEnabled Remote anonymous RMI access via IIOP Security.General Returns true if remote anonymous RMI access via IIOP is permitted. More info
RemoteAnonymousRMIT3Enabled Remote anonymous RMI access via T3 Security.General Returns true if remote anonymous RMI access via T3 is permitted. More info
RemoteConsoleHelperEnabled Remote Console Helper Enabled General Specifies whether the Administration Server automatically deploys the Remote Console Helper in the current domain. More info
RotateLogOnStartup Rotate log file on startup Logging Specifies whether a server rotates its log file during its startup cycle. More info
RotationTime Begin rotation time Logging Determines the start time (hour and minute) for a time-based rotation sequence. More info
RotationType Rotation Type Logging Criteria for moving old log messages to a separate file. More info
RtexprvalueJspParamName Error on Name request time value WebApplication Global property which determines the behavior of the JSP compiler when a jsp:param attribute “name” has a request time value. More info
SSLEnabled SSL Enabled General Returns the domain-wide value for isSSLEnabled. More info
SSOLogoutURL Console SSO Logout URL General Returns the log out URL for the Administration Console in a single sign-on (SSO) environment. More info
SameSiteFilterCookieSettings Same Site Filter Cookie Settings WebApplication The HTTP Cookie configuration for the WebLogic HTTP SameSite Java EE Servlet Filter. More info
SameSiteFilterSecureChannelRequired Same Site Filter Secure Channel Required WebApplication The Secure Channel configuration for the WebLogic SameSite Java EE Servlet Filter. More info
SameSiteFilterUserAgentRegEx Same Site Filter User Agent Reg Ex WebApplication The User Agent configuration for the WebLogic HTTP SameSite Java EE Servlet Filter. More info
SecureModeEnabled Secured Production Mode General Specifies whether the domain will run in secured production mode. The domain must be in production mode to enable secured production mode. More info
SerialPropFilePollingInterval Serial Profile Polling Interval Security.AllowList Specifies the frequency, in seconds, at which the directory containing the allowlist configuration file is polled. More info
SessionTimeout Remote Console Helper Session Timeout General The session timeout value (in seconds) for the Remote Console Helper. More info
ShowArchivedRealPathEnabled Archived Real Path Enabled WebApplication Global property to determine the behavior of getRealPath() for archived web applications. More info
SiteName Site Name General The name of the site this domain is associated with. More info
SynchronizedSessionTimeoutEnabled Synchronized Session Timeout Enabled WebApplication Indicates whether to also invalidate all the other sessions when one of the sessions that share the same ID expires. More info
SynthesizeAllowListEnabled Synthesize Allow List Enabled Security.AllowList Returns whether we have to synthesize the allowlist. More info
Timeout Timeout Security.EmbeddedLDAP Specifies the maximum number of seconds to wait for results from the embedded LDAP server before timing out. More info
TokenTimeout Remote Console Helper Token Timeout General The token timeout (in minutes) of the user token from the Remote Console Helper. More info
TwoWayTLSRequiredForAdminClients Require 2 way TLS for Admin Clients Security.General Specifies whether the WebLogic Server domain should require 2 way TLS for admin clients. More info
UseKSSForDemo Use KSS For Demo Security.General Specifies whether the Demo Identity and Demo Trust keystores should be obtained from the Oracle Key Store Service (KSS). More info
WAPEnabled WAP Enabled WebApplication Indicates whether the session ID should include JVM information. More info
WarnOnAnonymousRequests Warn On Anonymous Requests Security.Warnings Returns whether a warning should be logged if anonymous RMI requests are enabled. More info
WarnOnAuditing Warn On Auditing Security.Warnings Specifies whether warnings should be logged if auditing not enabled. More info
WarnOnInsecureApplications Warn On Insecure Applications Security.Warnings Specifies whether warnings should be logged if applications are secure. More info
WarnOnInsecureDataSources Warn On Insecure Data Sources Security.Warnings Returns whether warnings should be logged if data sources are not secure. More info
WarnOnInsecureFileSystem Warn On Insecure File System Security.Warnings Specifies whether warnings should be logged if the File System is not secure. More info
WarnOnInsecureSSL Warn On Insecure SSL Security.Warnings Specifies whether warnings should be logged if the SSL configuration is not secure. More info
WarnOnJavaSecurityManager Warn On Java Security Manager Security.Warnings Specifies whether warnings should be logged if the Java Security Manager is not enabled. More info
WarnOnPatches Warn On Patches Security.Warnings Returns whether a warning should be logged if required WebLogic Server or Coherence CPU patches are not applied. More info
WarnOnPorts Warn On Ports Security.Warnings Returns whether a warning should be logged if ports configuration is insecure. More info
WarnOnSamples Warn On Samples Security.Warnings Returns whether a warning should be logged if samples are installed. More info
WarnOnUserLockout Warn On User Lockout Security.Warnings Returns whether a warning should be logged if the user lockout configuration is not secure. More info
WarnOnUsernamePasswords Warn On Username Passwords Security.Warnings Returns whether a warning should be logged if usernames or password configuration is insecure. More info
WebAppFilesCaseInsensitive Web App Files Case Insensitive Security.General Specifies the case sensitive URL-pattern matching behavior for security-constraints, servlets, filters, virtual-hosts, etc. in the webapp container and external security policies. The valid values are os, true, or false. Note: This is a Windows-only flag that is provided for backward compatibility when upgrading from pre-9.0 versions of WebLogic Server. On Unix platforms, setting this value to true causes undesired behavior. More info
WeblogicPluginEnabled Weblogic Plugin Enabled WebApplication Specifies whether or not the proprietary WL-Proxy-Client-IP header should be honored. More info
WorkContextPropagationEnabled Work Context Propagation Enabled WebApplication Indicates whether or not WorkContextPropagation is enabled. More info
XPoweredByHeaderLevel X-Powered-By Header WebApplication WebLogic Server uses the X-Powered-By HTTP header, as recommended by the Servlet 3.1 specification, to publish its implementation information. More info

 

DomainRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Domain -> Roles
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Domain -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

DomainRuntime

References to this type:

  • Monitoring -> Environment -> Domain Runtime
Property Name Label Tab Name Description MBean Reference
ActivationTime Activation Time The time when the domain became active. More info
Enabled Console Enabled Is the console enabled? More info
Name Name The user-specified name of this MBean instance. More info
Type Type Returns the type of the MBean. More info

 

DomainSecurityRuntime

Actions: Refresh Cache

References to this type:

  • Monitoring -> Environment -> Domain Security Runtime
Property Name Label Tab Name Description MBean Reference
Cluster Cluster SecurityWarnings The cluster of the server to which the security validation warning applies.
Description Description SecurityWarnings The description of the security validation warning.
Id Id SecurityWarnings The id of the security validation warning.
Server Server SecurityWarnings The server to which the security validation warning applies.

 

EJBComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

EJBRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> EJB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> EJB Runtimes -> EJBRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> EJB Runtimes -> EJBRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> EJB Runtimes
Property Name Label Tab Name Description MBean Reference
EJBName EJB Name Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor. More info
Name Name The name of this configuration. More info
Server Server More info
TransactionsCommittedTotalCount Transactions Committed Total Count Provides a count of the total number of transactions that have been committed for this EJB. More info
TransactionsRolledBackTotalCount Transactions Rolled Back Total Count Provides a count of the total number of transactions that have been rolled back for this EJB. More info
TransactionsTimedOutTotalCount Transactions Timed Out Total Count Provides a count of the total number of transactions that have timed out for this EJB. More info
Type Type Returns the type of the MBean. More info

 

EJBUserPasswordCredential

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> EJBs -> Credentials
Property Name Label Tab Name Description MBean Reference
Name Remote User The credential’s remote user’s name.
RemotePassword Remote Password The remote user’s password.

 

EJBUserPasswordCredentialMapping

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> EJBs -> Credential Mappings
Property Name Label Tab Name Description MBean Reference
IdentityDomain Identity Domain The credential mapping’s identity domain.
Name Name The credential mapping’s WebLogic user and identity domain.
RemoteUser Remote User The remote user’s name.
WLSUser WebLogic User The credential mapping’s WebLogic user’s name.

 

EditSessionConfigurationRuntime

References to this type:

  • Monitoring -> Environment -> Edit Session Configurations
Property Name Label Tab Name Description MBean Reference
Creator Creator The original creator of the edit session. More info
CurrentEditor Current Editor The current editor of the edit session. More info
Description Description The description of the edit session configuration. More info
EditSessionName Edit Session Name The name of the edit session configuration. More info
MergeNeeded Merge Needed Returns true if another edit session activates its changes after the last activation of this edit session or after its creation but before this edit session was ever activated. More info
Name Name The name of this configuration. More info

 

Ejb

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs
Property Name Label Tab Name Description MBean Reference
EjbClass Ejb Class The EJB’s classname.
Name Name The EJB’s name.
Type Type The EJB’s type.

 

EjbJarDeployment

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment
Property Name Label Tab Name Description MBean Reference
ModuleType Module Type Overview The type of deployment: Enterprise Application, EJB Jar, Resource Adapter, Web Application, and so on.
Name Name Overview The deployment’s name.

 

EntityCache

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> EntityEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> EntityEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> EntityEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> EntityEjb -> Cache
Property Name Label Tab Name Description MBean Reference
IdleTimeoutSeconds Idle Timeout Seconds General The idle timeout, in seconds.
MaxBeansInCache Max Beans In Cache General The maximum number of beans in the cache.
ReadTimeoutSeconds Read Timeout Seconds General The read timeout, in seconds.

 

EntityCacheCumulativeRuntime

References to this type:

  • Monitoring -> Deployments -> Web Services -> Entity Cache Cumulative Runtime
Property Name Label Tab Name Description MBean Reference
AvgEntrySizeDiskPurged Avg Entry Size Disk Purged Provides the cumulative average size of entries that have been purged from the disk cache. More info
AvgEntrySizeMemoryPurged Avg Entry Size Memory Purged Provides the average size of the all the entries that have been purged from the memory. More info
AvgPercentPersistent Avg Percent Persistent Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache. More info
AvgPercentTransient Avg Percent Transient Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted. More info
AvgTimeout Avg Timeout Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity. More info
DiskPurgesPerHour Disk Purges Per Hour Provides cumulative average number of purges from the disk cache per hour. More info
MemoryPurgesPerHour Memory Purges Per Hour Provides the cumulative average number of entries that have been purged from the entity cache. More info
MostRecentDiskPurge Most Recent Disk Purge Provides the date of the most recent purge from the disk cache. More info
MostRecentMemoryPurge Most Recent Memory Purge Provides the date of the most recent purge of the entity cache. More info
Name Name The name of this configuration. More info
PercentRejected Percent Rejected Provides the cumulative percent of the potential entries to the entity cache that have been rejected. More info
Server Server More info
TotalCurrentEntries Total Current Entries Provides a count of the total current number of entries in the entity cache. More info
TotalItemsDiskPurged Total Items Disk Purged Provides the total number of items that have been purged from the disk cache. More info
TotalItemsMemoryPurged Total Items Memory Purged Provides the cumulative number of items that have been purged from the entity cache. More info
TotalNumberDiskPurges Total Number Disk Purges Provides a count of the total number of entries that have been purged from the disk cache. More info
TotalNumberMemoryPurges Total Number Memory Purges Provides the cumulative number of entries that have been purged from the entity cache. More info
TotalNumberOfRejections Total Number Of Rejections Provides the cumulative total number of rejections of entries from the entity cache for the current session. More info
TotalNumberOfRenewals Total Number Of Renewals Provides a count of the cumulative number of entries that have been refreshed in the entity cache. More info
TotalPersistentCurrentEntries Total Persistent Current Entries Provides a count of the total current number of entries in the cache that have been persisted to disk. More info
TotalSizeOfRejections Total Size Of Rejections Provides the cumulative total size of the rejections from the entity cache. More info
TotalTransientCurrentEntries Total Transient Current Entries Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache. More info

 

EntityCacheCurrentStateRuntime

References to this type:

  • Monitoring -> Deployments -> Web Services -> Entity Cache Current State Runtime
Property Name Label Tab Name Description MBean Reference
AvgPercentPersistent Avg Percent Persistent Provides the current average percentage of entries in the entity cache that have been persisted to the disk cache. More info
AvgPercentTransient Avg Percent Transient Provides the current average percentage of entries in the entity cache that are transient, or have not been persisted. More info
AvgTimeout Avg Timeout Provides the average amount of time that the entity cache has timed out when trying to retrieve an entity. More info
DiskUsage Disk Usage Provides the current size of the entity disk cache. More info
MemoryUsage Memory Usage Provides the current size of the entity memory cache. More info
Name Name The name of this configuration. More info
Server Server More info
TotalCurrentEntries Total Current Entries Provides a count of the total current number of entries in the entity cache. More info
TotalPersistentCurrentEntries Total Persistent Current Entries Provides a count of the total current number of entries in the cache that have been persisted to disk. More info
TotalTransientCurrentEntries Total Transient Current Entries Provides a count of the total current number of transient (not yet persisted to disk) entries in the entity cache. More info

 

EntityEJBRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> EJB Runtimes -> EntityEJBRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> EJB Runtimes -> EntityEJBRuntime
Property Name Label Tab Name Description MBean Reference
AccessTotalCount Access Total Count Provides a count of the total number of times an attempt was made to get an instance from the free pool. More info
ActivationCount Activation Count Provides a count of the total number of beans from this EJB Home that have been activated. More info
ActiveTimerCount Active Timer Count Provides the current number of active timers for this EJB More info
BeansInUseCurrentCount Beans In Use Current Count Provides a count of the number of bean instances currently being used from the free pool. More info
CacheAccessCount Cache Access Count Provides a count of the number of accesses of the query cache for this EJB. More info
CacheMissCount Cache Miss Count Provides a count of the total number of times an attempt to access a bean from the cache failed. More info
CachedBeansCurrentCount Cached Beans Current Count Provides a count of the total number of beans from this EJB Home currently in the EJB cache. More info
CancelledTimerCount Cancelled Timer Count Provides the total number of timers that have been explicitly cancelled for this EJB. More info
DestroyedTotalCount Destroyed Total Count Provides a count of the total number of times a bean instance from this pool was destroyed due to a non-application Exception being thrown from it. More info
DisabledTimerCount Disabled Timer Count Provides the current number of timers temporarily disabled for this EJB More info
EJBName EJB Name Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor. More info
LockEntriesCurrentCount Lock Entries Current Count Provides a count of the number of beans currently locked. More info
LockManagerAccessCount Lock Manager Access Count Provides the total number of attempts to obtain a lock on a bean. More info
MissTotalCount Miss Total Count Provides a count of the total number of times a failed attempt was made to get an instance from the free pool. More info
Name Name The name of this configuration. More info
PassivationCount Passivation Count Provides a count of the total number of beans from this EJB Home that have been passivated. More info
PooledBeansCurrentCount Pooled Beans Current Count Provides a count of the current number of available bean instances in the free pool. More info
Server Server More info
TimeoutCount Timeout Count Provides the total number of successful timeout notifications that have been made for this EJB. More info
TimeoutTotalCount Timeout Total Count Provides the current number of Threads that have timed out waiting for a lock on a bean. More info
Type Type Returns the type of the MBean. More info
WaiterCurrentCount Waiter Current Count Provides the current number of Threads that have waited for a lock on a bean. More info

 

EntityEjb

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> EntityEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> EntityEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> EntityEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> EntityEjb
Property Name Label Tab Name Description MBean Reference
EjbClass Ejb Class General The EJB’s classname.
Name Name General The EJB’s name.
Type Type General The EJB’s type.

 

EnvEntry

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Environment Entries
Property Name Label Tab Name Description MBean Reference
Descriptions Descriptions General The environment entry’s description
EnvEntryType Type General The environment entry’s type.
EnvEntryValue Value General The environment entry’s value.
Name Name General The environment entry’s name.

 

ExecuteQueueRuntime

References to this type:

  • Monitoring -> Scheduling -> Execute Queue Runtimes
Property Name Label Tab Name Description MBean Reference
ExecuteThreadCurrentIdleCount Execute Thread Current Idle Count The number of idle threads assigned to the queue. More info
ExecuteThreadTotalCount Execute Thread Total Count The total number of execute threads assigned to the queue. More info
Name Name The name of this configuration. More info
PendingRequestCurrentCount Pending Request Current Count The number of waiting requests in the queue. More info
PendingRequestOldestTime Pending Request Oldest Time The time since the longest waiting request was placed in the queue, or the current time if there is no waiting request. More info
Server Server More info
ServicedRequestTotalCount Serviced Request Total Count The number of requests that have been processed by the queue. More info

 

FairShareRequestClass

References to this type:

  • Configuration -> Scheduling -> Fair Share Request Classes
Property Name Label Tab Name Description MBean Reference
FairShare Fair Share General Fair share value More info
Name Name ReferencedBy The user-specified name of this MBean instance. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.

 

FileDownloadMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> wl_file_realm_request
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> wl_ear_resource_request
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> wl_init_replica_request
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> file
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> wl_managed_server_independence_request
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> wl_file_realm_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> wl_managed_server_independence_request
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> wl_xml_entity_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> wl_init_replica_request
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> wl_component_request
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> ear_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> wl_component_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> wl_ear_resource_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> ear_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> file
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download -> wl_jsp_refresh_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> wl_jsp_refresh_request
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download -> wl_xml_entity_request
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

FileDownloadPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Download
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Download
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

FileStore

References to this type:

  • Configuration -> Services -> File Stores
Property Name Label Tab Name Description MBean Reference
BlockSize Block Size General The smallest addressable block, in bytes, of a file. More info
CacheDirectory Cache Directory General The location of the cache directory for Direct-Write-With-Cache, ignored for other policies. More info
Directory Directory General The path name to the file system directory where the file store maintains its data files. More info
DistributionPolicy Distribution Policy HA Specifies how the instances of a configured JMS artifact are named and distributed when cluster-targeted. More info
FailOverLimit Fail Over Limit HA Specify a limit for the number of cluster-targeted JMS artifact instances that can fail over to a particular JVM. More info
FailbackDelaySeconds Failback Delay Seconds HA Specifies the amount of time, in seconds, to delay before failing a cluster-targeted JMS artifact instance back to its preferred server after the preferred server failed and was restarted. More info
FileLockingEnabled Enable File Locking General Determines whether OS file locking is used. More info
InitialBootDelaySeconds Initial Boot Delay Seconds HA Specifies the amount of time, in seconds, to delay before starting a cluster-targeted JMS instance on a newly booted WebLogic Server instance. More info
InitialSize Initial Size General The initial file size, in bytes. More info
IoBufferSize IO Buffer Size General The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2. More info
LogicalName Logical Name General The name used by subsystems to refer to different stores on different servers using the same name. More info
MaxFileSize Maximum File Size General The maximum file size, in bytes, of an individual data file. More info
MaxWindowBufferSize Maximum Window Buffer Size General The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per primary store file. More info
MigrationPolicy Migration Policy HA Controls migration and restart behavior of cluster-targeted JMS service artifact instances. More info
MinWindowBufferSize Minimum Window Buffer Size General The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per primary store file. More info
Name Name ReferencedBy The user-specified name of this MBean instance. More info
NumberOfRestartAttempts Number Of Restart Attempts HA Specifies the maximum number of restart attempts. More info
PartialClusterStabilityDelaySeconds Partial Cluster Stability Delay Seconds HA Specifies the amount of time, in seconds, to delay before a partially started cluster starts all cluster-targeted JMS artifact instances that are configured with a Migration Policy of Always or On-Failure. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RebalanceEnabled Rebalance Enabled HA If set to true, then rebalance running cluster-targeted JMS instances when the system is idle and instances are unevenly distributed. More info
RestartInPlace Restart In Place HA Enables a periodic automatic in-place restart of failed cluster-targeted or standalone-server-targeted JMS artifact instance(s) running on healthy WebLogic Server instances. More info
SecondsBetweenRestarts Seconds Between Restarts HA Specifies the amount of time, in seconds, to wait in between attempts to restart a failed service instance. More info
SynchronousWritePolicy Synchronous Write Policy General The disk write policy that determines how the file store writes data to disk. More info
Targets Target Target The server instances, clusters, or migratable targets defined in the current domain that are candidates for hosting a file store, JDBC store, or replicated store. More info
Type Type ReferencedBy The type of the referring object.

 

FileUploadPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> File Upload
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> File Upload
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

ForeignConnectionFactory

References to this type:

  • Configuration -> Services -> JMS Modules -> Foreign Servers -> Foreign Connection Factories
Property Name Label Tab Name Description MBean Reference
ConnectionHealthChecking Connection Health Checking Configuration Controls connection health checking for JMS resource reference pools that access this JMS foreign connection factory mapping. More info
LocalJNDIName Local JNDI Name Configuration The name that the remote object will be bound to in the local server’s JNDI tree. More info
Name Name Configuration The name of this entity, represented in XML as an attribute. More info
Password Password Configuration The password used in conjunction with the user name specified in the Username parameter to access the remote connection factory. More info
RemoteJNDIName Remote JNDI Name Configuration The name of the remote object that will be looked up in the remote JNDI directory. More info
Username Username Configuration The user name that is passed when opening a connection to the remote server (represented by this foreign connection factory). More info

 

ForeignDestination

References to this type:

  • Configuration -> Services -> JMS Modules -> Foreign Servers -> Foreign Destinations
Property Name Label Tab Name Description MBean Reference
LocalJNDIName Local JNDI Name Configuration The name that the remote object will be bound to in the local server’s JNDI tree. More info
Name Name Configuration The name of this entity, represented in XML as an attribute. More info
RemoteJNDIName Remote JNDI Name Configuration The name of the remote object that will be looked up in the remote JNDI directory. More info

 

References to this type:

  • Configuration -> Services -> Foreign JNDI Providers -> Foreign JNDI Links
Property Name Label Tab Name Description MBean Reference
LocalJNDIName Local JNDI Name General The local JNDI name. More info
Name Name The user-specified name of this MBean instance. More info
RemoteJNDIName Remote JNDI Name General The foreign JNDI name. More info

 

ForeignJNDIProvider

References to this type:

  • Configuration -> Services -> Foreign JNDI Providers
Property Name Label Tab Name Description MBean Reference
InitialContextFactory Initial Context Factory General The initial context factory to use to connect. More info
Name Name General The user-specified name of this MBean instance. More info
Password Password General The remote server’s user password. More info
Properties Properties Properties Any additional properties that must be set for the JNDI provider. More info
ProviderURL Provider URL General The foreign JNDI provider URL. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
User User General The remote server’s user name. More info

 

ForeignServer

References to this type:

  • Configuration -> Services -> JMS Modules -> Foreign Servers
Property Name Label Tab Name Description MBean Reference
ConnectionURL JNDI Connection URL General The URL that WebLogic Server will use to contact the JNDI provider. More info
DefaultTargetingEnabled Default Targeting Enabled General Specifies whether this JMS resource defaults to the parent module’s targeting or uses the subdeployment targeting mechanism. More info
InitialContextFactory JNDI Initial Context Factory General The name of the class that must be instantiated to access the JNDI provider. More info
JNDIPropertiesCredential JNDI Properties Credential General Any Credentials that must be set for the JNDI provider. These Credentials will be part of the properties will be passed directly to the constructor for the JNDI provider’s InitialContext class. Note: For secure credential management, use the Credential field. Using the Properties field results in the credential being stored and displayed as originally entered More info
Name Name General The name of this entity, represented in XML as an attribute. More info
SubDeploymentName Sub Deployment Name General Gets the name of the sub-deployment to use when targeting this entity More info

 

GlobalRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Global -> Roles
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Global -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

GroupParams

References to this type:

  • Configuration -> Services -> JMS Modules -> Templates -> Sub Deployments
Property Name Label Tab Name Description MBean Reference
ErrorDestination Error Destination General Gets the name of the error destination that should be used for members who have the same sub-deployment-name. More info
SubDeploymentName Sub Deployment Name General The name of the subdeployment that template parameters apply to. More info

 

HealthScore

References to this type:

  • Configuration -> Environment -> Servers -> Health Score
  • Configuration -> Environment -> Server Templates -> Health Score
Property Name Label Tab Name Description MBean Reference
CalculateIntervalSecs Calculate Interval Secs General The interval time (in seconds) that WebLogic Server will call the health score plugin for calculating the server’s health score. More info
Enabled Health Score Enabled General Indicates whether the health score service is enabled. More info
PluginClassName Health Score Plugin Class Name General The class name of the health score plugin to be instantiated and used by the health score service to calculate the health score of the server. More info

 

IPlanetAuthenticator

Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter IPlanetAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the Group schema. More info
AllUsersFilter All Users Filter IPlanetAuthenticatorParameters If the attribute (user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals IPlanetAuthenticatorParameters By default, the LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled IPlanetAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size IPlanetAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL IPlanetAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
ConnectTimeout Connect Timeout IPlanetAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is not a maximum time limit. More info
ConnectionPoolSize Connection Pool Size IPlanetAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit IPlanetAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential IPlanetAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute IPlanetAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the name of the group. More info
DynamicGroupObjectClass Dynamic Group Object Class IPlanetAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute IPlanetAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics IPlanetAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals IPlanetAuthenticatorParameters Specifies that a search for a user or group within the LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN IPlanetAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains groups. More info
GroupFromNameFilter Group From Name Filter IPlanetAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema. More info
GroupFromUserFilterForMemberuid Group From User Filter For Memberuid IPlanetAuthenticatorParameters An LDAP search filter that is used to search groups for a given username. More info
GroupMembershipSearching Group Membership Searching IPlanetAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope IPlanetAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute IPlanetAuthenticatorParameters Specifies the name of the GUID attribute defined in the Sun iPlanet Directory LDAP server. More info
Host Host IPlanetAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain IPlanetAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership IPlanetAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled IPlanetAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level IPlanetAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay IPlanetAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port IPlanetAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal IPlanetAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception IPlanetAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit IPlanetAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is no maximum time limit. More info
SSLEnabled SSL Enabled IPlanetAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter IPlanetAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute IPlanetAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. More info
StaticGroupObjectClass Static Group Object Class IPlanetAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute IPlanetAuthenticatorParameters The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group. More info
UseMemberuidForGroupSearch Use Memberuid For Group Search IPlanetAuthenticatorParameters Specifies whether to use the memberuid attribute of the group entry to look up the groups of a user instead of using the member or uniqueMember attributes. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal IPlanetAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UserBaseDN User Base DN IPlanetAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains users. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute IPlanetAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter IPlanetAuthenticatorParameters If the attribute (user name attribute and user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
UserNameAttribute User Name Attribute IPlanetAuthenticatorParameters The attribute of an LDAP user object that specifies the name of the user. More info
UserObjectClass User Object Class IPlanetAuthenticatorParameters The LDAP object class that stores users. More info
UserSearchScope User Search Scope IPlanetAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

Identity Provider Partner

References to this type:

  • Security Data -> Realms -> Authentication Providers -> SAML2IdentityAsserterSecurityData -> Partners
Property Name Label Tab Name Description MBean Reference
Description Description A short description of this partner.
Enabled Enabled Specifies whether interactions with this partner are enabled.
Name Name Name of this partner.
Type Type The Identity Provider Partner’s type (Web Service or Web Single Sign-On).

 

IdentityAssertionPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> Identity Assertion
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> Identity Assertion
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

InterceptionComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> InterceptionComponentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info

 

JASPICContainer

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> JASPIC Container
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> JASPIC Container
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> JASPIC Container
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> JASPIC Container
Property Name Label Tab Name Description MBean Reference
AuthConfigProviderName Authentication Configuration Provider General Set the name of configured JASPIC Provider.

 

JDBCAbstractDataSourceRuntime

References to this type:

  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCAbstractDataSourceRuntime
Property Name Label Tab Name Description MBean Reference
ActiveConnectionsAverageCount Active Connections Average Count General Average number of active connections in this instance of the data source. More info
ActiveConnectionsCurrentCount Active Connections Current Count General The number of connections currently in use by applications. More info
ActiveConnectionsHighCount Active Connections High Count General Highest number of active database connections in this instance of the data source since the data source was instantiated. More info
CommitOutcomeRetryTotalCount Commit Outcome Retry Total Count General The cumulative total number of commit outcome query retries conducted before resolving the outcome or exceeding the retry seconds in this data source since the data source was deployed. More info
ConnectionDelayTime Connection Delay Time General The average amount of time, in milliseconds, that it takes to create a physical connection to the database. More info
ConnectionsTotalCount Connections Total Count General The cumulative total number of database connections created in this data source since the data source was deployed. More info
CurrCapacity Current Capacity General The current count of JDBC connections in the connection pool in the data source. More info
CurrCapacityHighCount Curr Capacity High Count General Highest number of database connections available or in use (current capacity) in this instance of the data source since the data source was deployed. More info
DatabaseProductName Database Product Name General The product name of the database that this data source is connected to. More info
DatabaseProductVersion Database Product Version General The product version of the database that this data source is connected to. More info
DriverName Driver Name General The product name of the JDBC driver that this data source is configured to use. More info
DriverVersion Driver Version General The version of the JDBC driver that this data source is configured to use. More info
Enabled Enabled General Indicates whether the data source is enabled or disabled: More info
FailedRepurposeCount Failed Repurpose Count General The number of repurpose errors that have occurred since the datasource was deployed. More info
FailedReserveRequestCount Failed Reserve Request Count General The cumulative, running count of requests for a connection from this data source that could not be fulfilled. More info
FailuresToReconnectCount Failures To Reconnect Count General The number of times that the data source attempted to refresh a database connection and failed. More info
HighestNumAvailable Highest Num Available General Highest number of database connections that were idle and available to be used by an application at any time in this instance of the data source since the data source was deployed. More info
HighestNumUnavailable Highest Num Unavailable General Highest number of database connections that were in use by applications or being tested by the system in this instance of the data source since the data source was deployed. More info
LeakedConnectionCount Leaked Connection Count General The number of leaked connections. More info
Name Name General The name of this configuration. More info
NumAvailable Num Available General The number of database connections that are currently idle and available to be used by applications in this instance of the data source. More info
NumUnavailable Num Unavailable General The number of connections currently in use by applications or being tested in this instance of the data source. More info
PrepStmtCacheAccessCount Prep Stmt Cache Access Count General The cumulative, running count of the number of times that the statement cache was accessed. More info
PrepStmtCacheAddCount Prep Stmt Cache Add Count General The cumulative, running count of the number of statements added to the statement cache. More info
PrepStmtCacheCurrentSize Prep Stmt Cache Current Size General The number of prepared and callable statements currently cached in the statement cache. More info
PrepStmtCacheDeleteCount Prep Stmt Cache Delete Count General The cumulative, running count of statements discarded from the cache. More info
PrepStmtCacheHitCount Prep Stmt Cache Hit Count General The cumulative, running count of the number of times that statements from the cache were used. More info
PrepStmtCacheMissCount Prep Stmt Cache Miss Count General The number of times that a statement request could not be satisfied with a statement from the cache. More info
Properties Properties General The list of properties for a data source that are passed to the JDBC driver when creating database connections. More info
RepurposeCount Repurpose Count General The number of times connections have been repurposed since the datasource was deployed. More info
ReserveRequestCount Reserve Request Count General The cumulative, running count of requests for a connection from this data source. More info
ResolvedAsCommittedTotalCount Resolved As Committed Total Count General The cumulative total number of commit outcomes successfully resolved as committed in this data source since the data source was deployed. More info
ResolvedAsNotCommittedTotalCount Resolved As Not Committed Total Count General The cumulative total number of commit outcomes successfully resolved as not committed in this data source since the data source was deployed. More info
Server Server Test More info
State State General The current state of the data source. More info
TestResults Test Results Test The results of testing the connection pool in the data source by reserving and releasing a connection from it. More info
UnresolvedTotalCount Unresolved Total Count General The cumulative total number of commit outcomes unsuccessfully resolved in this data source since the data source was deployed. More info
VersionJDBCDriver Version JDBC Driver General The driver class name of the JDBC driver used to create database connections. More info
WaitSecondsHighCount Wait Seconds High Count General The highest number of seconds that an application waited for a connection (the longest connection reserve wait time) from this instance of the connection pool since the connection pool was instantiated. More info
WaitingForConnectionCurrentCount Waiting For Connection Current Count General The number of connection requests waiting for a database connection. More info
WaitingForConnectionFailureTotal Waiting For Connection Failure Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually failed to get a connection. More info
WaitingForConnectionHighCount Waiting For Connection High Count General Highest number of application requests concurrently waiting for a connection from this instance of the data source. More info
WaitingForConnectionSuccessTotal Waiting For Connection Success Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually succeeded in getting a connection. More info
WaitingForConnectionTotal Waiting For Connection Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection, including those that eventually got a connection and those that did not get a connection. More info

 

JDBCActiveGridLinkSystemResource

Actions: Test Configuration

References to this type:

  • Configuration -> Services -> Data Sources -> JDBCActiveGridLinkSystemResource
Property Name Label Tab Name Description MBean Reference
AffinityPolicy Affinity Policy Oracle The affinity policy determines how JDBC connections to specific Oracle RAC instances are selected and returned to the application. More info
ConnectionCreationRetryFrequencySeconds Connection Creation Retry Frequency ConnectionPool.Advanced The number of seconds between attempts to establish connections to the database. More info
ConnectionHarvestMaxCount Connection Harvest Max Count ConnectionPool.Advanced The maximum number of connections that may be harvested when the connection harvesting occurs. More info
ConnectionHarvestTriggerCount Connection Harvest Trigger Count ConnectionPool.Advanced Specifies the number of available connections (trigger value) used to determine when connection harvesting occurs. More info
ConnectionInitializationCallback Connection Initialization Callback Oracle The name of the Connection Initialization Callback class. More info
ConnectionLabelingCallback Connection Labeling Callback ConnectionPool.Advanced The class name of the connection labeling callback. More info
ConnectionReserveTimeoutSeconds Connection Reserve Timeout ConnectionPool.Advanced The number of seconds after which a call to reserve a connection from the connection pool will timeout. More info
CountOfRefreshFailuresTillDisable Connection Count of Refresh Failures Till Disable ConnectionPool.Advanced Specifies the number of reconnect failures allowed before WebLogic Server disables a connection pool to minimize the delay in handling the connection request caused by a database failure. More info
CountOfTestFailuresTillFlush Count Of Test Failures Till Flush ConnectionPool.Advanced Specifies the number of test failures allowed before WebLogic Server closes all unused connections in a connection pool to minimize the delay caused by further database testing. More info
CredentialMappingEnabled Set Client ID On Connection IdentityOptions Enables Set Client ID on connection for the data source. More info
DatasourceType Data Source Type General The data source type. More info
DriverInterceptor Driver Interceptor Diagnostics Specifies the absolute name of the application class used to intercept method calls to the JDBC driver. More info
DriverName Driver Class Name ConnectionPool.General The full package name of JDBC driver class used to create the physical database connections in the connection pool. (Note that this driver class must be in the classpath of any server to which it is deployed.) More info
FanEnabled Fan Enabled ONS Enables the data source to subscribe to and process Oracle FAN events. More info
FatalErrorCodes Fatal Error Codes ConnectionPool.Advanced Specifies a comma-separated list of error codes that are treated as fatal errors. More info
GlobalTransactionsProtocol Global Transactions Protocol Transaction Select this option to enable non-XA connections from the data source to participate in global transactions. More info
HighestNumWaiters Maximum Waiting for Connection ConnectionPool.Advanced The maximum number of connection requests that can concurrently block threads while waiting to reserve a connection from the data source’s connection pool. More info
IdentityBasedConnectionPoolingEnabled Enable Identity Based Connection Pooling IdentityOptions Enables identity-based-connection-pooling for the data source. More info
IgnoreInUseConnectionsEnabled Ignore In-Use Connections ConnectionPool.Advanced Enables the data source to be shutdown even if connections obtained from the pool are still in use. More info
InactiveConnectionTimeoutSeconds Inactive Connection Timeout ConnectionPool.Advanced The number of inactive seconds on a reserved connection before WebLogic Server reclaims the connection and releases it back into the connection pool. More info
InitSql Init Sql ConnectionPool.Advanced SQL statement to execute that will initialize newly created physical database connections. More info
InitialCapacity Initial Capacity ConnectionPool.General The number of physical connections to create when creating the connection pool in the data source. More info
InvokeBeginEndRequest Invoke Begin End Request ConnectionPool.Advanced When true, and when a JDBC 4.3 compatible driver is used, the connection pool will invoke Connection.beginRequest() prior to returning the connection to the application, and will invoke Connection.endRequest() before the connection is released to the pool. More info
JDBCXADebugLevel XA Debug Level Transaction Specifies level of JDBC debugging for XA drivers, where larger values in the range provide more debugging information. More info
JNDINames JNDI Names General The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source. More info
KeepConnAfterGlobalTx Keep Connection After Global Transaction Transaction Enables WebLogic Server to keep the physical database connection associated with the logical connection when committing a global transaction instead releasing it and getting another physical connection when needed. More info
KeepLogicalConnOpenOnRelease Keep Connection Open On Release Transaction Enables WebLogic Server to keep the logical JDBC connection open for a global transaction when the physical XA connection is returned to the connection pool. More info
KeepXaConnTillTxComplete Keep XA Connection Until Transaction Complete Transaction Enables WebLogic Server to associate the same XA database connection from the connection pool with a global transaction until the transaction completes. More info
LoginDelaySeconds Login Delay ConnectionPool.Advanced The number of seconds to delay before creating each physical database connection. More info
MaxCapacity Maximum Capacity ConnectionPool.General The maximum number of physical connections that this connection pool can contain. More info
MinCapacity Minimum Capacity ConnectionPool.General The minimum number of physical connections that this connection pool can contain after it is initialized. More info
Name Name ReferencedBy The name of referring object. More info
NeedTxCtxOnClose Need Transaction Context On Close Transaction Specifies whether the XA driver requires a distributed transaction context when closing various JDBC objects (result sets, statements, connections, and so forth). More info
OnsNodeList ONS Nodes ONS A comma-separate list of ONS daemon listen addresses and ports to which connect to for receiving ONS-based FAN events. More info
OnsWalletFile Ons Wallet File ONS The location of the Oracle wallet file in which the SSL certificates are stored. More info
OnsWalletPassword ONS Wallet Password ONS The wallet password attribute that is included as part of the ONS client configuration string. More info
OracleProxySession Oracle Proxy Session IdentityOptions Enables Oracle JDBC Proxy Authentication. More info
Password Password ConnectionPool.General The password attribute passed to the JDBC driver when creating physical database connections. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PinnedToThread Pinned-To-Thread ConnectionPool.Advanced Enables an option to improve performance by enabling execute threads to keep a pooled database connection even after the application closes the logical connection. More info
ProfileConnectionLeakTimeoutSeconds Profile Connection Leak Timeout Seconds Diagnostics The number of seconds that an inactive JDBC connection needs to be held by an application before triggering a connection leak diagnostic profiling record. More info
ProfileHarvestFrequencySeconds Profile Harvest Frequency Seconds Diagnostics The number of seconds between when WebLogic Server harvests profile data. More info
ProfileType Profile Type Diagnostics Specifies in hex the type of profile data to be collected for the JDBC subsystem. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RebalanceOnUpEvent Rebalance On Up Event Oracle Rebalancing connections incurs overhead due to connection creation to the new instance, and the closing of connections to existing instances, which may impact application performance under load, cause database logon storms, etc. More info
RecoverOnlyOnce Recover Only Once Transaction Specifies that the transaction manager calls recover on the resource only once. More info
RemoveInfectedConnections Remove Infected Connections Enabled ConnectionPool.Advanced Specifies whether a connection will be removed from the connection pool after the application uses the underlying vendor connection object. More info
ReplayInitiationTimeout Replay Initiation Timeout Oracle The amount of time, in seconds, a data source allows for Application Continuity replay processing before timing out and ending a replay session context. More info
ResourceHealthMonitoring Resource Health Monitoring Transaction Enables JTA resource health monitoring for an XA data source. More info
SecondsToTrustAnIdlePoolConnection Seconds To Trust An Idle Pool Connection ConnectionPool.Advanced The number of seconds within a connection use that WebLogic Server trusts that the connection is still viable and will skip the connection test, either before delivering it to an application or during the periodic connection testing process. More info
ShrinkFrequencySeconds Shrink Frequency ConnectionPool.Advanced The number of seconds to wait before shrinking a connection pool that has incrementally increased to meet demand. More info
StatementCacheSize Statement Cache Size ConnectionPool.General The number of prepared and callable statements stored in the cache. More info
StatementCacheType Statement Cache Type ConnectionPool.General The algorithm used for maintaining the prepared statements stored in the statement cache. More info
StatementTimeout Statement Timeout ConnectionPool.Advanced The time after which a statement currently being executed will time out. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
TestConnectionsOnReserve Test Connections On Reserve ConnectionPool.Advanced Enables WebLogic Server to test a connection before giving it to a client. More info
TestFrequencySeconds Test Frequency ConnectionPool.Advanced The number of seconds a WebLogic Server instance waits between attempts when testing unused connections. More info
TestTableName Test Table Name ConnectionPool.Advanced The name of the database table to use when testing physical database connections. More info
Type Type ReferencedBy The type of the referring object.
Url Url ConnectionPool.General The URL of the database to connect to. More info
UseDatabaseCredentials Use Database Credentials IdentityOptions If enabled, Oracle database credentials are used in getConnection instead of application server credentials. More info
UseXaDataSourceInterface Use Xa Data Source Interface Transaction Specifies that WebLogic Server should use the XA interface of the JDBC driver. More info
WrapTypes Wrap Data Types ConnectionPool.Advanced By default, data type objects for Array, Blob, Clob, NClob, Ref, SQLXML, and Struct, plus ParameterMetaData and ResultSetMetaData objects are wrapped with a WebLogic wrapper. More info
XaRetryDurationSeconds XA Retry Duration Transaction Determines the duration in seconds for which the transaction manager will perform recover operations on the resource. More info
XaRetryIntervalSeconds XA Retry Interval Transaction The number of seconds between XA retry operations if XARetryDurationSeconds is set to a positive value. More info
XaSetTransactionTimeout Set XA Transaction Timeout Transaction Enables WebLogic Server to set a transaction branch timeout based on the value for XaTransactionTimeout. More info
XaTransactionTimeout Xa Transaction Timeout Transaction The number of seconds to set as the transaction branch timeout. More info
isXADriver XA JDBC Driver Transaction whether the JDBC datasource driver is global (XA) or non-global (local).

 

JDBCApplicationUserPasswordCredential

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> JDBC Application -> Credentials
Property Name Label Tab Name Description MBean Reference
Name Remote User The credential’s remote user’s name.
RemotePassword Remote Password The remote user’s password.

 

JDBCApplicationUserPasswordCredentialMapping

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> JDBC Application -> Credential Mappings
Property Name Label Tab Name Description MBean Reference
IdentityDomain Identity Domain The credential mapping’s identity domain.
Name Name The credential mapping’s WebLogic user and identity domain.
RemoteUser Remote User The remote user’s name.
WLSUser WebLogic User The credential mapping’s WebLogic user’s name.

 

JDBCDataSourceRuntime

Actions: Shutdown, Suspend, Clear cache, Resume, Shrink, Start, Reset

References to this type:

  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCDataSourceRuntime
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCDataSourceRuntime
Property Name Label Tab Name Description MBean Reference
ActiveConnectionsAverageCount Active Connections Average Count General Average number of active connections in this instance of the data source. More info
ActiveConnectionsCurrentCount Active Connections Current Count General The number of connections currently in use by applications. More info
ActiveConnectionsHighCount Active Connections High Count General Highest number of active database connections in this instance of the data source since the data source was instantiated. More info
ConnectionDelayTime Connection Delay Time General The average amount of time, in milliseconds, that it takes to create a physical connection to the database. More info
ConnectionsTotalCount Connections Total Count General The cumulative total number of database connections created in this data source since the data source was deployed. More info
CurrCapacity Curr Capacity General The current count of JDBC connections in the connection pool in the data source. More info
CurrCapacityHighCount Curr Capacity High Count General Highest number of database connections available or in use (current capacity) in this instance of the data source since the data source was deployed. More info
DriverName Driver Name General The product name of the JDBC driver that this data source is configured to use. More info
Enabled Enabled General Indicates whether the data source is enabled or disabled: More info
FailedReserveRequestCount Failed Reserve Request Count General The cumulative, running count of requests for a connection from this data source that could not be fulfilled. More info
FailuresToReconnectCount Failures To Reconnect Count General The number of times that the data source attempted to refresh a database connection and failed. More info
HighestNumAvailable Highest Num Available General Highest number of database connections that were idle and available to be used by an application at any time in this instance of the data source since the data source was deployed. More info
HighestNumUnavailable Highest Num Unavailable General Highest number of database connections that were in use by applications or being tested by the system in this instance of the data source since the data source was deployed. More info
LastTask Last Task General Get the last datasource Task More info
LeakedConnectionCount Leaked Connection Count General The number of leaked connections. More info
Name Name General The name of this configuration. More info
NumAvailable Num Available General The number of database connections that are currently idle and available to be used by applications in this instance of the data source. More info
NumUnavailable Num Unavailable General The number of connections currently in use by applications or being tested in this instance of the data source. More info
PrepStmtCacheAccessCount Prep Stmt Cache Access Count General The cumulative, running count of the number of times that the statement cache was accessed. More info
PrepStmtCacheAddCount Prep Stmt Cache Add Count General The cumulative, running count of the number of statements added to the statement cache. More info
PrepStmtCacheCurrentSize Prep Stmt Cache Current Size General The number of prepared and callable statements currently cached in the statement cache. More info
PrepStmtCacheDeleteCount Prep Stmt Cache Delete Count General The cumulative, running count of statements discarded from the cache. More info
PrepStmtCacheHitCount Prep Stmt Cache Hit Count General The cumulative, running count of the number of times that statements from the cache were used. More info
PrepStmtCacheMissCount Prep Stmt Cache Miss Count General The number of times that a statement request could not be satisfied with a statement from the cache. More info
Properties Properties General The list of properties for a data source that are passed to the JDBC driver when creating database connections. More info
ReserveRequestCount Reserve Request Count General The cumulative, running count of requests for a connection from this data source. More info
Server Server Test More info
State State General The current state of the data source. More info
TestResults Test Results Test The results of testing the connection pool in the data source by reserving and releasing a connection from it. More info
Type Type General Returns the type of the MBean. More info
VersionJDBCDriver Version JDBC Driver General The driver class name of the JDBC driver used to create database connections. More info
WaitSecondsHighCount Wait Seconds High Count General The highest number of seconds that an application waited for a connection (the longest connection reserve wait time) from this instance of the connection pool since the connection pool was instantiated. More info
WaitingForConnectionCurrentCount Waiting For Connection Current Count General The number of connection requests waiting for a database connection. More info
WaitingForConnectionFailureTotal Waiting For Connection Failure Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually failed to get a connection. More info
WaitingForConnectionHighCount Waiting For Connection High Count General Highest number of application requests concurrently waiting for a connection from this instance of the data source. More info
WaitingForConnectionSuccessTotal Waiting For Connection Success Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually succeeded in getting a connection. More info
WaitingForConnectionTotal Waiting For Connection Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection, including those that eventually got a connection and those that did not get a connection. More info

 

JDBCDataSourceTaskRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCDataSourceRuntime -> Tasks
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCOracleDataSourceRuntime -> Tasks
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCDataSourceRuntime -> Tasks
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> Tasks
Property Name Label Tab Name Description MBean Reference
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
Name Name The name of this configuration. More info
Progress Progress How much progress this task has made. More info
Running Running Indicates whether the task is still running. More info
Server Server More info
StartTime Start Time The time this task began. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info

 

JDBCDriverRuntime

References to this type:

  • Monitoring -> Services -> Data Sources -> JDBC Driver Runtime MBeans
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
Server Server More info

 

JDBCGenericSystemResource

Actions: Test Configuration

References to this type:

  • Configuration -> Services -> Data Sources -> JDBCGenericSystemResource
Property Name Label Tab Name Description MBean Reference
ConnectionCreationRetryFrequencySeconds Connection Creation Retry Frequency ConnectionPool.Advanced The number of seconds between attempts to establish connections to the database. More info
ConnectionHarvestMaxCount Connection Harvest Max Count ConnectionPool.Advanced The maximum number of connections that may be harvested when the connection harvesting occurs. More info
ConnectionHarvestTriggerCount Connection Harvest Trigger Count ConnectionPool.Advanced Specifies the number of available connections (trigger value) used to determine when connection harvesting occurs. More info
ConnectionInitializationCallback Connection Initialization Callback Oracle The name of the Connection Initialization Callback class. More info
ConnectionLabelingCallback Connection Labeling Callback ConnectionPool.Advanced The class name of the connection labeling callback. More info
ConnectionReserveTimeoutSeconds Connection Reserve Timeout ConnectionPool.Advanced The number of seconds after which a call to reserve a connection from the connection pool will timeout. More info
CountOfRefreshFailuresTillDisable Connection Count of Refresh Failures Till Disable ConnectionPool.Advanced Specifies the number of reconnect failures allowed before WebLogic Server disables a connection pool to minimize the delay in handling the connection request caused by a database failure. More info
CountOfTestFailuresTillFlush Count Of Test Failures Till Flush ConnectionPool.Advanced Specifies the number of test failures allowed before WebLogic Server closes all unused connections in a connection pool to minimize the delay caused by further database testing. More info
CredentialMappingEnabled Set Client ID On Connection IdentityOptions Enables Set Client ID on connection for the data source. More info
DatasourceType Data Source Type General The data source type. More info
DriverInterceptor Driver Interceptor Diagnostics Specifies the absolute name of the application class used to intercept method calls to the JDBC driver. More info
DriverName Driver Class Name ConnectionPool.General The full package name of JDBC driver class used to create the physical database connections in the connection pool. (Note that this driver class must be in the classpath of any server to which it is deployed.) More info
FatalErrorCodes Fatal Error Codes ConnectionPool.Advanced Specifies a comma-separated list of error codes that are treated as fatal errors. More info
GlobalTransactionsProtocol Global Transactions Protocol Transaction Select this option to enable non-XA connections from the data source to participate in global transactions. More info
HighestNumWaiters Maximum Waiting for Connection ConnectionPool.Advanced The maximum number of connection requests that can concurrently block threads while waiting to reserve a connection from the data source’s connection pool. More info
IdentityBasedConnectionPoolingEnabled Enable Identity Based Connection Pooling IdentityOptions Enables identity-based-connection-pooling for the data source. More info
IgnoreInUseConnectionsEnabled Ignore In-Use Connections ConnectionPool.Advanced Enables the data source to be shutdown even if connections obtained from the pool are still in use. More info
InactiveConnectionTimeoutSeconds Inactive Connection Timeout ConnectionPool.Advanced The number of inactive seconds on a reserved connection before WebLogic Server reclaims the connection and releases it back into the connection pool. More info
InitSql Init Sql ConnectionPool.Advanced SQL statement to execute that will initialize newly created physical database connections. More info
InitialCapacity Initial Capacity ConnectionPool.General The number of physical connections to create when creating the connection pool in the data source. More info
InvokeBeginEndRequest Invoke Begin End Request ConnectionPool.Advanced When true, and when a JDBC 4.3 compatible driver is used, the connection pool will invoke Connection.beginRequest() prior to returning the connection to the application, and will invoke Connection.endRequest() before the connection is released to the pool. More info
JDBCXADebugLevel XA Debug Level Transaction Specifies level of JDBC debugging for XA drivers, where larger values in the range provide more debugging information. More info
JNDINames JNDI Names General The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source. More info
KeepConnAfterGlobalTx Keep Connection After Global Transaction Transaction Enables WebLogic Server to keep the physical database connection associated with the logical connection when committing a global transaction instead releasing it and getting another physical connection when needed. More info
KeepLogicalConnOpenOnRelease Keep Connection Open On Release Transaction Enables WebLogic Server to keep the logical JDBC connection open for a global transaction when the physical XA connection is returned to the connection pool. More info
KeepXaConnTillTxComplete Keep XA Connection Until Transaction Complete Transaction Enables WebLogic Server to associate the same XA database connection from the connection pool with a global transaction until the transaction completes. More info
LoginDelaySeconds Login Delay ConnectionPool.Advanced The number of seconds to delay before creating each physical database connection. More info
MaxCapacity Maximum Capacity ConnectionPool.General The maximum number of physical connections that this connection pool can contain. More info
MinCapacity Minimum Capacity ConnectionPool.General The minimum number of physical connections that this connection pool can contain after it is initialized. More info
Name Name ReferencedBy The name of referring object. More info
NeedTxCtxOnClose Need Transaction Context On Close Transaction Specifies whether the XA driver requires a distributed transaction context when closing various JDBC objects (result sets, statements, connections, and so forth). More info
OracleProxySession Oracle Proxy Session IdentityOptions Enables Oracle JDBC Proxy Authentication. More info
Password Password ConnectionPool.General The password attribute passed to the JDBC driver when creating physical database connections. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PinnedToThread Pinned-To-Thread ConnectionPool.Advanced Enables an option to improve performance by enabling execute threads to keep a pooled database connection even after the application closes the logical connection. More info
ProfileConnectionLeakTimeoutSeconds Profile Connection Leak Timeout Seconds Diagnostics The number of seconds that an inactive JDBC connection needs to be held by an application before triggering a connection leak diagnostic profiling record. More info
ProfileHarvestFrequencySeconds Profile Harvest Frequency Seconds Diagnostics The number of seconds between when WebLogic Server harvests profile data. More info
ProfileType Profile Type Diagnostics Specifies in hex the type of profile data to be collected for the JDBC subsystem. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RebalanceOnUpEvent Rebalance On Up Event Oracle Rebalancing connections incurs overhead due to connection creation to the new instance, and the closing of connections to existing instances, which may impact application performance under load, cause database logon storms, etc. More info
RecoverOnlyOnce Recover Only Once Transaction Specifies that the transaction manager calls recover on the resource only once. More info
RemoveInfectedConnections Remove Infected Connections Enabled ConnectionPool.Advanced Specifies whether a connection will be removed from the connection pool after the application uses the underlying vendor connection object. More info
ReplayInitiationTimeout Replay Initiation Timeout Oracle The amount of time, in seconds, a data source allows for Application Continuity replay processing before timing out and ending a replay session context. More info
ResourceHealthMonitoring Resource Health Monitoring Transaction Enables JTA resource health monitoring for an XA data source. More info
SecondsToTrustAnIdlePoolConnection Seconds To Trust An Idle Pool Connection ConnectionPool.Advanced The number of seconds within a connection use that WebLogic Server trusts that the connection is still viable and will skip the connection test, either before delivering it to an application or during the periodic connection testing process. More info
ShrinkFrequencySeconds Shrink Frequency ConnectionPool.Advanced The number of seconds to wait before shrinking a connection pool that has incrementally increased to meet demand. More info
StatementCacheSize Statement Cache Size ConnectionPool.General The number of prepared and callable statements stored in the cache. More info
StatementCacheType Statement Cache Type ConnectionPool.General The algorithm used for maintaining the prepared statements stored in the statement cache. More info
StatementTimeout Statement Timeout ConnectionPool.Advanced The time after which a statement currently being executed will time out. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
TestConnectionsOnReserve Test Connections On Reserve ConnectionPool.Advanced Enables WebLogic Server to test a connection before giving it to a client. More info
TestFrequencySeconds Test Frequency ConnectionPool.Advanced The number of seconds a WebLogic Server instance waits between attempts when testing unused connections. More info
TestTableName Test Table Name ConnectionPool.Advanced The name of the database table to use when testing physical database connections. More info
Type Type ReferencedBy The type of the referring object.
Url Url ConnectionPool.General The URL of the database to connect to. More info
UseDatabaseCredentials Use Database Credentials IdentityOptions If enabled, Oracle database credentials are used in getConnection instead of application server credentials. More info
UseXaDataSourceInterface Use Xa Data Source Interface Transaction Specifies that WebLogic Server should use the XA interface of the JDBC driver. More info
WrapTypes Wrap Data Types ConnectionPool.Advanced By default, data type objects for Array, Blob, Clob, NClob, Ref, SQLXML, and Struct, plus ParameterMetaData and ResultSetMetaData objects are wrapped with a WebLogic wrapper. More info
XaRetryDurationSeconds XA Retry Duration Transaction Determines the duration in seconds for which the transaction manager will perform recover operations on the resource. More info
XaRetryIntervalSeconds XA Retry Interval Transaction The number of seconds between XA retry operations if XARetryDurationSeconds is set to a positive value. More info
XaSetTransactionTimeout Set XA Transaction Timeout Transaction Enables WebLogic Server to set a transaction branch timeout based on the value for XaTransactionTimeout. More info
XaTransactionTimeout Xa Transaction Timeout Transaction The number of seconds to set as the transaction branch timeout. More info
isXADriver XA JDBC Driver Transaction whether the JDBC datasource driver is global (XA) or non-global (local).

 

JDBCModuleUserPasswordCredential

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> JDBC Modules -> Credentials
Property Name Label Tab Name Description MBean Reference
Name Remote User The credential’s remote user’s name.
RemotePassword Remote Password The remote user’s password.

 

JDBCModuleUserPasswordCredentialMapping

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> JDBC Modules -> Credential Mappings
Property Name Label Tab Name Description MBean Reference
IdentityDomain Identity Domain The credential mapping’s identity domain.
Name Name The credential mapping’s WebLogic user and identity domain.
RemoteUser Remote User The remote user’s name.
WLSUser WebLogic User The credential mapping’s WebLogic user’s name.

 

JDBCMultiDataSourceRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCMultiDataSourceRuntime
  • Monitoring -> Services -> Data Sources -> JDBC Multi Data Source Runtime MBeans
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
MaxCapacity Max Capacity The maximum capacity of this multi data source. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info

 

JDBCMultiDataSourceSystemResource

References to this type:

  • Configuration -> Services -> Data Sources -> JDBCMultiDataSourceSystemResource
Property Name Label Tab Name Description MBean Reference
AlgorithmType Algorithm Type General The algorithm determines the connection request processing for the multi data source. More info
ConnectionPoolFailoverCallbackHandler Connection Pool Failover Callback Handler General The name of the application class to handle the callback sent when a multi data source is ready to failover or fail back connection requests to another data source within the multi data source. More info
DataSourceList Data Source List DataSources The list of data sources to which the multi data source will route connection requests. More info
FailoverRequestIfBusy Failover Request If Busy General For multi data sources with the failover algorithm, enables the multi data source to failover connection requests to the next data source if all connections in the current data source are in use. More info
JNDINames JNDI Names General The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source. More info
Name Name ReferencedBy The name of referring object. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
TestFrequencySeconds Test Frequency General The number of seconds a WebLogic Server instance waits between attempts when testing unused connections. More info
Type Type ReferencedBy The type of the referring object.

 

JDBCOracleDataSourceInstanceRuntime

References to this type:

  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCOracleDataSourceRuntime -> Instances
Property Name Label Tab Name Description MBean Reference
ActiveConnectionsCurrentCount Active Connections Current Count The number of connections currently in use by applications. More info
AffEnabled Affinity Enabled The value from the latest load-balancing advisory aff flag for a GridLink data source instance. More info
ConnectionsTotalCount Connections Total Count The cumulative total number of database connections created in this instance since the data source was deployed. More info
CurrCapacity Curr Capacity The current count of JDBC connections in the connection pool in the data source for this instance. More info
CurrentWeight Current Weight The current weight of the instance. More info
Enabled Enabled Indicates whether the instance is enabled or disabled:
  • true if the instance is enabled.
  • false if the instance is disabled.
More info
InstanceName Instance Name The name of this instance. More info
Name Name The name of this configuration. More info
NumAvailable Num Available The number of database connections currently available (not in use) in this data source for this instance. More info
NumUnavailable Num Unavailable The number of database connections that are currently unavailable (in use or being tested by the system) in this instance. More info
ReserveRequestCount Reserve Request Count The cumulative, running count of requests for a connection from this instance. More info
Server Server More info
Signature Signature The signature that uniquely identifies the instance. More info
State State The current state of the instance within the data source. More info

 

JDBCOracleDataSourceRuntime

References to this type:

  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCOracleDataSourceRuntime
Property Name Label Tab Name Description MBean Reference
ActiveConnectionsAverageCount Active Connections Average Count General Average number of active connections in this instance of the data source. More info
ActiveConnectionsCurrentCount Active Connections Current Count General The number of connections currently in use by applications. More info
ActiveConnectionsHighCount Active Connections High Count General Highest number of active database connections in this instance of the data source since the data source was instantiated. More info
ConnectionDelayTime Connection Delay Time General The average amount of time, in milliseconds, that it takes to create a physical connection to the database. More info
ConnectionsTotalCount Connections Total Count General The cumulative total number of database connections created in this data source since the data source was deployed. More info
CurrCapacity Curr Capacity General The current count of JDBC connections in the connection pool in the data source. More info
CurrCapacityHighCount Curr Capacity High Count General Highest number of database connections available or in use (current capacity) in this instance of the data source since the data source was deployed. More info
DriverName Driver Name General The product name of the JDBC driver that this data source is configured to use. More info
Enabled Enabled General Indicates whether the data source is enabled or disabled: More info
FailedAffinityBasedBorrowCount Failed Affinity Based Borrow Count General The number of reserve requests for which an existing connection for the affinity policy was not found. More info
FailedRCLBBasedBorrowCount Failed RCLB Based Borrow Count General The number of reserve requests for which a connection was not found based on the runtime connection load balancing policy. More info
FailedReserveRequestCount Failed Reserve Request Count General The cumulative, running count of requests for a connection from this data source that could not be fulfilled. More info
FailuresToReconnectCount Failures To Reconnect Count General The number of times that the data source attempted to refresh a database connection and failed. More info
HighestNumAvailable Highest Num Available General Highest number of database connections that were idle and available to be used by an application at any time in this instance of the data source since the data source was deployed. More info
HighestNumUnavailable Highest Num Unavailable General Highest number of database connections that were in use by applications or being tested by the system in this instance of the data source since the data source was deployed. More info
LeakedConnectionCount Leaked Connection Count General The number of leaked connections. More info
Name Name General The name of this configuration. More info
NumAvailable Num Available General The number of database connections that are currently idle and available to be used by applications in this instance of the data source. More info
NumUnavailable Num Unavailable General The number of connections currently in use by applications or being tested in this instance of the data source. More info
PrepStmtCacheAccessCount Prep Stmt Cache Access Count General The cumulative, running count of the number of times that the statement cache was accessed. More info
PrepStmtCacheAddCount Prep Stmt Cache Add Count General The cumulative, running count of the number of statements added to the statement cache. More info
PrepStmtCacheCurrentSize Prep Stmt Cache Current Size General The number of prepared and callable statements currently cached in the statement cache. More info
PrepStmtCacheDeleteCount Prep Stmt Cache Delete Count General The cumulative, running count of statements discarded from the cache. More info
PrepStmtCacheHitCount Prep Stmt Cache Hit Count General The cumulative, running count of the number of times that statements from the cache were used. More info
PrepStmtCacheMissCount Prep Stmt Cache Miss Count General The number of times that a statement request could not be satisfied with a statement from the cache. More info
ReserveRequestCount Reserve Request Count General The cumulative, running count of requests for a connection from this data source. More info
Server Server Test More info
State State General The current state of the data source. More info
SuccessfulAffinityBasedBorrowCount Successful Affinity Based Borrow Count General The number of reserve requests for which an existing connection was found that satisfied the affinity policy. More info
SuccessfulRCLBBasedBorrowCount Successful RCLB Based Borrow Count General The number of reserve requests for which existing connections were found that satisfied the runtime connection load balancing policy. More info
TestResults Test Results Test The results of testing the connection pool in the data source by reserving and releasing a connection from it. More info
VersionJDBCDriver Version JDBC Driver General The driver class name of the JDBC driver used to create database connections. More info
WaitSecondsHighCount Wait Seconds High Count General The highest number of seconds that an application waited for a connection (the longest connection reserve wait time) from this instance of the connection pool since the connection pool was instantiated. More info
WaitingForConnectionCurrentCount Waiting For Connection Current Count General The number of connection requests waiting for a database connection. More info
WaitingForConnectionFailureTotal Waiting For Connection Failure Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually failed to get a connection. More info
WaitingForConnectionHighCount Waiting For Connection High Count General Highest number of application requests concurrently waiting for a connection from this instance of the data source. More info
WaitingForConnectionSuccessTotal Waiting For Connection Success Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually succeeded in getting a connection. More info
WaitingForConnectionTotal Waiting For Connection Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection, including those that eventually got a connection and those that did not get a connection. More info

 

JDBCProperty

References to this type:

  • Configuration -> Services -> Data Sources -> JDBCProxySystemResource -> Properties
  • Configuration -> Services -> Data Sources -> JDBCUniversalConnectionPoolSystemResource -> Properties
  • Configuration -> Services -> Data Sources -> JDBCActiveGridLinkSystemResource -> Properties
  • Configuration -> Services -> Data Sources -> Properties
  • Configuration -> Services -> Data Sources -> JDBCGenericSystemResource -> Properties
Property Name Label Tab Name Description MBean Reference
EncryptedValue Encrypted Property Value An encrypted property value passed to the JDBC driver that is used to create physical database connections. More info
Name Name The name of the property. More info
SysPropValue System Property Value A system property passed to the JDBC driver that is used to create physical database connections. More info
Value Value An property value passed to the JDBC driver that is used to create physical database connections. More info

 

JDBCProxyDataSourceRuntime

Property Name Label Tab Name Description MBean Reference
ActiveConnectionsAverageCount Active Connections Average Count General Average number of active connections in this instance of the data source. More info
ActiveConnectionsCurrentCount Active Connections Current Count General The number of connections currently in use by applications. More info
ActiveConnectionsHighCount Active Connections High Count General Highest number of active database connections in this instance of the data source since the data source was instantiated. More info
ConnectionDelayTime Connection Delay Time General The average amount of time, in milliseconds, that it takes to create a physical connection to the database. More info
ConnectionsTotalCount Connections Total Count General The cumulative total number of database connections created in this data source since the data source was deployed. More info
CurrCapacity Curr Capacity General The current count of JDBC connections in the connection pool in the data source. More info
CurrCapacityHighCount Curr Capacity High Count General Highest number of database connections available or in use (current capacity) in this instance of the data source since the data source was deployed. More info
Enabled Enabled General Indicates whether the data source is enabled or disabled: More info
FailedReserveRequestCount Failed Reserve Request Count General The cumulative, running count of requests for a connection from this data source that could not be fulfilled. More info
FailuresToReconnectCount Failures To Reconnect Count General The number of times that the data source attempted to refresh a database connection and failed. More info
HighestNumAvailable Highest Num Available General Highest number of database connections that were idle and available to be used by an application at any time in this instance of the data source since the data source was deployed. More info
LeakedConnectionCount Leaked Connection Count General The number of leaked connections. More info
Name Name General The name of this configuration. More info
NumAvailable Num Available General The number of database connections that are currently idle and available to be used by applications in this instance of the data source. More info
NumUnavailable Num Unavailable General The number of connections currently in use by applications or being tested in this instance of the data source. More info
PrepStmtCacheAccessCount Prep Stmt Cache Access Count General The cumulative, running count of the number of times that the statement cache was accessed. More info
PrepStmtCacheAddCount Prep Stmt Cache Add Count General The cumulative, running count of the number of statements added to the statement cache. More info
PrepStmtCacheCurrentSize Prep Stmt Cache Current Size General The number of prepared and callable statements currently cached in the statement cache. More info
PrepStmtCacheDeleteCount Prep Stmt Cache Delete Count General The cumulative, running count of statements discarded from the cache. More info
PrepStmtCacheHitCount Prep Stmt Cache Hit Count General The cumulative, running count of the number of times that statements from the cache were used. More info
PrepStmtCacheMissCount Prep Stmt Cache Miss Count General The number of times that a statement request could not be satisfied with a statement from the cache. More info
ReserveRequestCount Reserve Request Count General The cumulative, running count of requests for a connection from this data source. More info
Server Server Test More info
State State General The current state of the data source. More info
TestResults Test Results Test The results of testing the connection pool in the data source by reserving and releasing a connection from it. More info
VersionJDBCDriver Version JDBC Driver General The driver class name of the JDBC driver used to create database connections. More info
WaitSecondsHighCount Wait Seconds High Count General The highest number of seconds that an application waited for a connection (the longest connection reserve wait time) from this instance of the connection pool since the connection pool was instantiated. More info
WaitingForConnectionCurrentCount Waiting For Connection Current Count General The number of connection requests waiting for a database connection. More info
WaitingForConnectionFailureTotal Waiting For Connection Failure Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually failed to get a connection. More info
WaitingForConnectionHighCount Waiting For Connection High Count General Highest number of application requests concurrently waiting for a connection from this instance of the data source. More info
WaitingForConnectionSuccessTotal Waiting For Connection Success Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually succeeded in getting a connection. More info
WaitingForConnectionTotal Waiting For Connection Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection, including those that eventually got a connection and those that did not get a connection. More info

 

JDBCProxySystemResource

Actions: Test Configuration

References to this type:

  • Configuration -> Services -> Data Sources -> JDBCProxySystemResource
Property Name Label Tab Name Description MBean Reference
DatasourceType Data Source Type General The data source type. More info
JNDINames JNDI Names General The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source. More info
Name Name ReferencedBy The name of referring object. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ProxySwitchingCallback Proxy Switching Callback General The name of the switching callback class for a Proxy data source. More info
ProxySwitchingProperties Proxy Switching Properties General Specifies the switching properties passed to the switching callback method for a Proxy data source. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.

 

JDBCReplayStatisticsRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCReplayStatisticsRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
FailedReplayCount Failed Replay Count Obtains the number of replays that failed. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
ReplayDisablingCount Replay Disabling Count Obtains the number of times that replay is disabled. More info
Server Server More info
SuccessfulReplayCount Successful Replay Count Obtains the number of replays that succeeded. More info
TotalCalls Total Calls Obtains the total number of JDBC calls executed so far. More info
TotalCallsAffectedByOutages Total Calls Affected By Outages Obtains the number of JDBC calls affected by outages. More info
TotalCallsAffectedByOutagesDuringReplay Total Calls Affected By Outages During Replay Obtains the number of JDBC calls affected by outages in the middle of replay. More info
TotalCallsTriggeringReplay Total Calls Triggering Replay Obtains the number of JDBC calls that triggered replay. More info
TotalCompletedRequests Total Completed Requests Obtains the total number of completed requests so far. More info
TotalProtectedCalls Total Protected Calls Obtains the total number of JDBC calls executed so far that are protected by AC. More info
TotalReplayAttempts Total Replay Attempts Obtains the number of replay attempts. More info
TotalRequests Total Requests Obtains the total number of successfully submitted requests so far. More info

 

JDBCStore

References to this type:

  • Configuration -> Services -> JDBC Stores
Property Name Label Tab Name Description MBean Reference
ConnectionCachingPolicy Connection Caching Policy Tuning The Connection Caching Policy setting controls how many JDBC connections the JDBC Store caches. Oracle strongly recommends that you consult the store administration guide before changing the connection caching policy to None. More info
CreateTableDDLFile Create Table from DDL File General Specifies the DDL (Data Definition Language) file to use for creating the JDBC store’s backing table. More info
DataSource Data Source General The JDBC data source used by this JDBC store to access its backing table.
  • You cannot configure a JDBC store to use a JDBC data source that is configured to use an XA JDBC driver or configured to support global transactions.
  • The data source should be targeted to the same WebLogic Server or cluster as the JDBC store.
More info
DeletesPerBatchMaximum Deletes Per Batch Maximum Tuning The maximum number of table rows that are deleted per database call. More info
DeletesPerStatementMaximum Deletes Per Statement Maximum Tuning The maximum number of table rows that are deleted per database call. More info
DistributionPolicy Distribution Policy HA Specifies how the instances of a configured JMS artifact are named and distributed when cluster-targeted. More info
FailOverLimit Fail Over Limit HA Specify a limit for the number of cluster-targeted JMS artifact instances that can fail over to a particular JVM. More info
FailbackDelaySeconds Failback Delay Seconds HA Specifies the amount of time, in seconds, to delay before failing a cluster-targeted JMS artifact instance back to its preferred server after the preferred server failed and was restarted. More info
InitialBootDelaySeconds Initial Boot Delay Seconds HA Specifies the amount of time, in seconds, to delay before starting a cluster-targeted JMS instance on a newly booted WebLogic Server instance. More info
InsertsPerBatchMaximum Inserts Per Batch Maximum Tuning The maximum number of table rows that are inserted per database call. More info
LogicalName Logical Name General The name used by subsystems to refer to different stores on different servers using the same name. More info
MigrationPolicy Migration Policy HA Controls migration and restart behavior of cluster-targeted JMS service artifact instances. More info
Name Name ReferencedBy The name of this JDBC store. This name must be unique within a WebLogic domain. More info
NumberOfRestartAttempts Number Of Restart Attempts HA Specifies the maximum number of restart attempts. More info
PartialClusterStabilityDelaySeconds Partial Cluster Stability Delay Seconds HA Specifies the amount of time, in seconds, to delay before a partially started cluster starts all cluster-targeted JMS artifact instances that are configured with a Migration Policy of Always or On-Failure. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PrefixName Prefix Name General The prefix for the JDBC store’s database table (WLStore), in the following format: [[[catalog.]schema.]prefix]. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RebalanceEnabled Rebalance Enabled HA If set to true, then rebalance running cluster-targeted JMS instances when the system is idle and instances are unevenly distributed. More info
RestartInPlace Restart In Place HA Enables a periodic automatic in-place restart of failed cluster-targeted or standalone-server-targeted JMS artifact instance(s) running on healthy WebLogic Server instances. More info
SecondsBetweenRestarts Seconds Between Restarts HA Specifies the amount of time, in seconds, to wait in between attempts to restart a failed service instance. More info
Targets Target Target The server instances, clusters, or migratable targets defined in the current domain that are candidates for hosting a file store, JDBC store, or replicated store. More info
ThreeStepThreshold Three Step Threshold Tuning Specifies the threshold, in bytes, when the JDBC store uses 3 steps (insert, select, populate) instead of 1 step (insert) to populate an Oracle Blob data type. More info
Type Type ReferencedBy The type of the referring object.
WorkerCount Worker Count Tuning The number of JDBC store worker threads to process the workerload. More info
WorkerPreferredBatchSize Worker Preferred Batch Size Tuning Specifies the batch size when the Worker Count attribute is configured to a value greater than 1. More info

 

JDBCSystemResource

Actions: Test Configuration

References to this type:

  • Configuration -> Services -> Data Sources
Property Name Label Tab Name Description MBean Reference
AlgorithmType Algorithm Type The algorithm determines the connection request processing for the multi data source. More info
ConnectionCreationRetryFrequencySeconds Connection Creation Retry Frequency ConnectionPool.Advanced The number of seconds between attempts to establish connections to the database. More info
ConnectionHarvestMaxCount Connection Harvest Max Count ConnectionPool.Advanced The maximum number of connections that may be harvested when the connection harvesting occurs. More info
ConnectionHarvestTriggerCount Connection Harvest Trigger Count ConnectionPool.Advanced Specifies the number of available connections (trigger value) used to determine when connection harvesting occurs. More info
ConnectionInitializationCallback Connection Initialization Callback Oracle The name of the Connection Initialization Callback class. More info
ConnectionLabelingCallback Connection Labeling Callback ConnectionPool.Advanced The class name of the connection labeling callback. More info
ConnectionReserveTimeoutSeconds Connection Reserve Timeout ConnectionPool.Advanced The number of seconds after which a call to reserve a connection from the connection pool will timeout. More info
CountOfRefreshFailuresTillDisable Connection Count of Refresh Failures Till Disable ConnectionPool.Advanced Specifies the number of reconnect failures allowed before WebLogic Server disables a connection pool to minimize the delay in handling the connection request caused by a database failure. More info
CountOfTestFailuresTillFlush Count Of Test Failures Till Flush ConnectionPool.Advanced Specifies the number of test failures allowed before WebLogic Server closes all unused connections in a connection pool to minimize the delay caused by further database testing. More info
CredentialMappingEnabled Set Client ID On Connection IdentityOptions Enables Set Client ID on connection for the data source. More info
DatasourceType Data Source Type General The data source type. More info
DriverInterceptor Driver Interceptor Diagnostics Specifies the absolute name of the application class used to intercept method calls to the JDBC driver. More info
DriverName Driver Class Name ConnectionPool.General The full package name of JDBC driver class used to create the physical database connections in the connection pool. (Note that this driver class must be in the classpath of any server to which it is deployed.) More info
FatalErrorCodes Fatal Error Codes ConnectionPool.Advanced Specifies a comma-separated list of error codes that are treated as fatal errors. More info
GlobalTransactionsProtocol Global Transactions Protocol Transaction Select this option to enable non-XA connections from the data source to participate in global transactions. More info
HighestNumWaiters Maximum Waiting for Connection ConnectionPool.Advanced The maximum number of connection requests that can concurrently block threads while waiting to reserve a connection from the data source’s connection pool. More info
IdentityBasedConnectionPoolingEnabled Enable Identity Based Connection Pooling IdentityOptions Enables identity-based-connection-pooling for the data source. More info
IgnoreInUseConnectionsEnabled Ignore In-Use Connections ConnectionPool.Advanced Enables the data source to be shutdown even if connections obtained from the pool are still in use. More info
InactiveConnectionTimeoutSeconds Inactive Connection Timeout ConnectionPool.Advanced The number of inactive seconds on a reserved connection before WebLogic Server reclaims the connection and releases it back into the connection pool. More info
InitSql Init Sql ConnectionPool.Advanced SQL statement to execute that will initialize newly created physical database connections. More info
InitialCapacity Initial Capacity ConnectionPool.General The number of physical connections to create when creating the connection pool in the data source. More info
InvokeBeginEndRequest Invoke Begin End Request ConnectionPool.Advanced When true, and when a JDBC 4.3 compatible driver is used, the connection pool will invoke Connection.beginRequest() prior to returning the connection to the application, and will invoke Connection.endRequest() before the connection is released to the pool. More info
JDBCXADebugLevel XA Debug Level Transaction Specifies level of JDBC debugging for XA drivers, where larger values in the range provide more debugging information. More info
JNDINames JNDI Names General The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source. More info
KeepConnAfterGlobalTx Keep Connection After Global Transaction Transaction Enables WebLogic Server to keep the physical database connection associated with the logical connection when committing a global transaction instead releasing it and getting another physical connection when needed. More info
KeepLogicalConnOpenOnRelease Keep Connection Open On Release Transaction Enables WebLogic Server to keep the logical JDBC connection open for a global transaction when the physical XA connection is returned to the connection pool. More info
KeepXaConnTillTxComplete Keep XA Connection Until Transaction Complete Transaction Enables WebLogic Server to associate the same XA database connection from the connection pool with a global transaction until the transaction completes. More info
LoginDelaySeconds Login Delay ConnectionPool.Advanced The number of seconds to delay before creating each physical database connection. More info
MaxCapacity Maximum Capacity ConnectionPool.General The maximum number of physical connections that this connection pool can contain. More info
MinCapacity Minimum Capacity ConnectionPool.General The minimum number of physical connections that this connection pool can contain after it is initialized. More info
Name Name ReferencedBy The user-specified name of this MBean instance. More info
NeedTxCtxOnClose Need Transaction Context On Close Transaction Specifies whether the XA driver requires a distributed transaction context when closing various JDBC objects (result sets, statements, connections, and so forth). More info
OracleProxySession Oracle Proxy Session Oracle Enables Oracle JDBC Proxy Authentication. More info
Password Password ConnectionPool.General The password attribute passed to the JDBC driver when creating physical database connections. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PinnedToThread Pinned-To-Thread ConnectionPool.Advanced Enables an option to improve performance by enabling execute threads to keep a pooled database connection even after the application closes the logical connection. More info
ProfileConnectionLeakTimeoutSeconds Profile Connection Leak Timeout Seconds Diagnostics The number of seconds that an inactive JDBC connection needs to be held by an application before triggering a connection leak diagnostic profiling record. More info
ProfileHarvestFrequencySeconds Profile Harvest Frequency Seconds Diagnostics The number of seconds between when WebLogic Server harvests profile data. More info
ProfileType Profile Type Diagnostics Specifies in hex the type of profile data to be collected for the JDBC subsystem. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RebalanceOnUpEvent Rebalance On Up Event Oracle Rebalancing connections incurs overhead due to connection creation to the new instance, and the closing of connections to existing instances, which may impact application performance under load, cause database logon storms, etc. More info
RecoverOnlyOnce Recover Only Once Transaction Specifies that the transaction manager calls recover on the resource only once. More info
RemoveInfectedConnections Remove Infected Connections Enabled ConnectionPool.Advanced Specifies whether a connection will be removed from the connection pool after the application uses the underlying vendor connection object. More info
ReplayInitiationTimeout Replay Initiation Timeout Oracle The amount of time, in seconds, a data source allows for Application Continuity replay processing before timing out and ending a replay session context. More info
ResourceHealthMonitoring Resource Health Monitoring Transaction Enables JTA resource health monitoring for an XA data source. More info
SecondsToTrustAnIdlePoolConnection Seconds To Trust An Idle Pool Connection ConnectionPool.Advanced The number of seconds within a connection use that WebLogic Server trusts that the connection is still viable and will skip the connection test, either before delivering it to an application or during the periodic connection testing process. More info
ShrinkFrequencySeconds Shrink Frequency ConnectionPool.Advanced The number of seconds to wait before shrinking a connection pool that has incrementally increased to meet demand. More info
StatementCacheSize Statement Cache Size ConnectionPool.General The number of prepared and callable statements stored in the cache. More info
StatementCacheType Statement Cache Type ConnectionPool.General The algorithm used for maintaining the prepared statements stored in the statement cache. More info
StatementTimeout Statement Timeout ConnectionPool.Advanced The time after which a statement currently being executed will time out. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
TestConnectionsOnReserve Test Connections On Reserve ConnectionPool.Advanced Enables WebLogic Server to test a connection before giving it to a client. More info
TestFrequencySeconds Test Frequency ConnectionPool.Advanced The number of seconds a WebLogic Server instance waits between attempts when testing unused connections. More info
TestTableName Test Table Name ConnectionPool.Advanced The name of the database table to use when testing physical database connections. More info
Type Type ReferencedBy The type of the referring object.
Url Url ConnectionPool.General The URL of the database to connect to. More info
UseDatabaseCredentials Use Database Credentials Oracle If enabled, Oracle database credentials are used in getConnection instead of application server credentials. More info
UseXaDataSourceInterface Use Xa Data Source Interface Transaction Specifies that WebLogic Server should use the XA interface of the JDBC driver. More info
WrapTypes Wrap Data Types ConnectionPool.Advanced By default, data type objects for Array, Blob, Clob, NClob, Ref, SQLXML, and Struct, plus ParameterMetaData and ResultSetMetaData objects are wrapped with a WebLogic wrapper. More info
XaRetryDurationSeconds XA Retry Duration Transaction Determines the duration in seconds for which the transaction manager will perform recover operations on the resource. More info
XaRetryIntervalSeconds XA Retry Interval Transaction The number of seconds between XA retry operations if XARetryDurationSeconds is set to a positive value. More info
XaSetTransactionTimeout Set XA Transaction Timeout Transaction Enables WebLogic Server to set a transaction branch timeout based on the value for XaTransactionTimeout. More info
XaTransactionTimeout Xa Transaction Timeout Transaction The number of seconds to set as the transaction branch timeout. More info
isXADriver XA JDBC Driver Transaction whether the JDBC datasource driver is global (XA) or non-global (local).

 

JDBCSystemResourceMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Data Sources -> shrink
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Data Sources -> reset
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Data Sources -> reserve
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Data Sources -> shrink
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Data Sources -> reset
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Data Sources -> reserve
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Data Sources -> admin
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Data Sources -> admin
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

JDBCSystemResourcePolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Data Sources
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Data Sources
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

JDBCSystemResourceRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Data Sources -> Roles
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Data Sources -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

JDBCSystemResourceRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Data Sources
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Data Sources
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

JDBCSystemResourceUserPasswordCredential

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> Data Sources -> Credentials
Property Name Label Tab Name Description MBean Reference
Name Remote User The credential’s remote user’s name.
RemotePassword Remote Password The remote user’s password.

 

JDBCSystemResourceUserPasswordCredentialMapping

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> Data Sources -> Credential Mappings
Property Name Label Tab Name Description MBean Reference
IdentityDomain Identity Domain The credential mapping’s identity domain.
Name Name The credential mapping’s WebLogic user and identity domain.
RemoteUser Remote User The remote user’s name.
WLSUser WebLogic User The credential mapping’s WebLogic user’s name.

 

JDBCUCPDataSourceRuntime

References to this type:

  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCUCPDataSourceRuntime
Property Name Label Tab Name Description MBean Reference
ActiveConnectionsAverageCount Active Connections Average Count General Average number of active connections in this instance of the data source. More info
ActiveConnectionsCurrentCount Active Connections Current Count General The number of connections currently in use by applications. More info
ActiveConnectionsHighCount Active Connections High Count General Highest number of active database connections in this instance of the data source since the data source was instantiated. More info
ConnectionDelayTime Connection Delay Time General The average amount of time, in milliseconds, that it takes to create a physical connection to the database. More info
ConnectionsTotalCount Connections Total Count General The cumulative total number of database connections created in this data source since the data source was deployed. More info
CurrCapacity Curr Capacity General The current count of JDBC connections in the connection pool in the data source. More info
CurrCapacityHighCount Curr Capacity High Count General Highest number of database connections available or in use (current capacity) in this instance of the data source since the data source was deployed. More info
Enabled Enabled General Indicates whether the data source is enabled or disabled: More info
FailedReserveRequestCount Failed Reserve Request Count General The cumulative, running count of requests for a connection from this data source that could not be fulfilled. More info
FailuresToReconnectCount Failures To Reconnect Count General The number of times that the data source attempted to refresh a database connection and failed. More info
HighestNumAvailable Highest Num Available General Highest number of database connections that were idle and available to be used by an application at any time in this instance of the data source since the data source was deployed. More info
LeakedConnectionCount Leaked Connection Count General The number of leaked connections. More info
Name Name General The name of this configuration. More info
NumAvailable Num Available General The number of database connections that are currently idle and available to be used by applications in this instance of the data source. More info
NumUnavailable Num Unavailable General The number of connections currently in use by applications or being tested in this instance of the data source. More info
PrepStmtCacheAccessCount Prep Stmt Cache Access Count General The cumulative, running count of the number of times that the statement cache was accessed. More info
PrepStmtCacheAddCount Prep Stmt Cache Add Count General The cumulative, running count of the number of statements added to the statement cache. More info
PrepStmtCacheCurrentSize Prep Stmt Cache Current Size General The number of prepared and callable statements currently cached in the statement cache. More info
PrepStmtCacheDeleteCount Prep Stmt Cache Delete Count General The cumulative, running count of statements discarded from the cache. More info
PrepStmtCacheHitCount Prep Stmt Cache Hit Count General The cumulative, running count of the number of times that statements from the cache were used. More info
PrepStmtCacheMissCount Prep Stmt Cache Miss Count General The number of times that a statement request could not be satisfied with a statement from the cache. More info
ReserveRequestCount Reserve Request Count General The cumulative, running count of requests for a connection from this data source. More info
Server Server Test More info
State State General The current state of the data source. More info
TestResults Test Results Test The results of testing the connection pool in the data source by reserving and releasing a connection from it. More info
VersionJDBCDriver Version JDBC Driver General The driver class name of the JDBC driver used to create database connections. More info
WaitSecondsHighCount Wait Seconds High Count General The highest number of seconds that an application waited for a connection (the longest connection reserve wait time) from this instance of the connection pool since the connection pool was instantiated. More info
WaitingForConnectionCurrentCount Waiting For Connection Current Count General The number of connection requests waiting for a database connection. More info
WaitingForConnectionFailureTotal Waiting For Connection Failure Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually failed to get a connection. More info
WaitingForConnectionHighCount Waiting For Connection High Count General Highest number of application requests concurrently waiting for a connection from this instance of the data source. More info
WaitingForConnectionSuccessTotal Waiting For Connection Success Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection and eventually succeeded in getting a connection. More info
WaitingForConnectionTotal Waiting For Connection Total General The cumulative, running count of requests for a connection from this data source that had to wait before getting a connection, including those that eventually got a connection and those that did not get a connection. More info

 

JDBCUniversalConnectionPoolSystemResource

Actions: Test Configuration

References to this type:

  • Configuration -> Services -> Data Sources -> JDBCUniversalConnectionPoolSystemResource
Property Name Label Tab Name Description MBean Reference
DatasourceType Data Source Type General The data source type. More info
DriverName Driver Class Name ConnectionPool The full package name of JDBC driver class used to create the physical database connections in the connection pool. (Note that this driver class must be in the classpath of any server to which it is deployed.) More info
JNDINames JNDI Names General The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source. More info
Name Name ReferencedBy The name of referring object. More info
Password Password ConnectionPool The password attribute passed to the JDBC driver when creating physical database connections. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.
Url Url ConnectionPool The URL of the database to connect to. More info

 

JMSBridgeDestination

References to this type:

  • Configuration -> Services -> JMS Bridge Destinations
Property Name Label Tab Name Description MBean Reference
AdapterJNDIName Adapter JNDI Name General The JNDI name of the adapter used to communicate with the specified destination. More info
ConnectionFactoryJNDIName Connection Factory JNDI Name General The connection factory’s JNDI name for this JMS bridge destination. More info
ConnectionURL Connection URL General The connection URL for this JMS bridge destination. More info
DestinationJNDIName Destination JNDI Name General The destination JNDI name for this JMS bridge destination. More info
DestinationType Destination Type General The destination type (queue or topic) for this JMS bridge destination. More info
InitialContextFactory Initial Context Factory General The initial context factory name for this JMS bridge destination. More info
Name Name ReferencedBy The name of this messaging bridge destination. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Type Type ReferencedBy The type of the referring object.
UserName User Name General The optional user name the adapter uses to access the bridge destination. More info
UserPassword User Password General The user password that the adapter uses to access the bridge destination. More info

 

JMSComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JMSComponentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info

 

JMSConnectionFactory

References to this type:

  • Configuration -> Services -> JMS Modules -> Connection Factories
Property Name Label Tab Name Description MBean Reference
AcknowledgePolicy Client Acknowledge Policy Client Acknowledge policy for non-transacted sessions that use the CLIENT_ACKNOWLEDGE mode. More info
AllowCloseInOnMessage Allow Close() Within onMessage() Client Specifies whether a connection factory creates message consumers that allow a close() or stop() method to be issued within its onMessage() method call. More info
AttachJMSXUserId Attach JMSX User Id Security Specifies whether WebLogic Server attaches the authenticated user name to sent messages. More info
ClientId Client Id Client An optional Client ID for applications that use this JMS connection factory. More info
ClientIdPolicy Client Id Policy Client The Client ID Policy indicates whether more than one JMS connection can use the same Client ID. More info
DefaultCompressionThreshold Default Compression Threshold DefaultDelivery The number of bytes for the serialized message body so any message exceeds this limit will trigger message compression when the message is sent or received by the JMS message producer or consumer. More info
DefaultDeliveryMode Default Delivery Mode DefaultDelivery The default delivery mode used for messages when a delivery mode is not explicitly defined. More info
DefaultPriority Default Priority DefaultDelivery The default priority used for messages when a priority is not explicitly defined. More info
DefaultRedeliveryDelay Default Redelivery Delay DefaultDelivery The delay time, in milliseconds, before rolled back or recovered messages are redelivered. More info
DefaultTargetingEnabled Default Targeting Enabled General Specifies whether this JMS resource defaults to the parent module’s targeting or uses the subdeployment targeting mechanism.
DefaultTimeToDeliver Default Time To Deliver DefaultDelivery The delay time, in milliseconds, between when a message is produced and when it is made visible on its destination. More info
DefaultTimeToLive Default Time To Live DefaultDelivery The maximum length of time, in milliseconds, that a message exists. More info
DefaultUnitOfOrder Default Unit Of Order DefaultDelivery The default Unit-of-Order name for producers that connect using this connection factory. More info
FlowControlEnabled Flow Control Enabled FlowControl Specifies whether a producer created using a connection factory allows flow control. More info
FlowInterval Flow Interval FlowControl The adjustment period of time, in seconds, when a producer adjusts its flow from the FlowMaximum number of messages to the FlowMinimum amount, or vice versa. More info
FlowMaximum Flow Maximum FlowControl The maximum number of messages-per-second allowed for a producer that is experiencing a threshold condition. More info
FlowMinimum Flow Minimum FlowControl The minimum number of messages-per-second allowed for a producer that is experiencing a threshold condition. More info
FlowSteps Flow Steps FlowControl The number of steps used when a producer is adjusting its flow from the Flow Maximum amount of messages to the Flow Minimum amount, or vice versa. More info
JNDIName JNDI Name General The global JNDI name used to look up a connection factory within a clustered JNDI namespace.
LoadBalancingEnabled Load Balancing Enabled LoadBalancing Specifies whether non-anonymous producers created through a connection factory are load balanced within a distributed destination on a per-call basis. More info
LocalJNDIName Local JNDI Name General The local JNDI name used to look up the connection factory within the JNDI namespace of the server where the connection factory is targeted.
MessagesMaximum Maximum Messages per Session Client The maximum number of messages that can exist for an asynchronous session and that have not yet been passed to the message listener. More info
MulticastOverrunPolicy Multicast Overrun Policy Client The policy to use when the number of outstanding multicast messages reaches the value specified in MessagesMaximum and some messages must be discarded. More info
Name Name General
OneWaySendMode One-Way Send Mode FlowControl Specifies whether message producers created using this connection factory are allowed to do one-way message sends to improve typical non-persistent, non-transactional messaging performance. More info
OneWaySendWindowSize One-Way Send Window Size FlowControl Specifies the maximum number of sent messages per window when One-Way Send Mode is set to allow queue senders and/or topic publishers to make one-way sends. More info
ProducerLoadBalancingPolicy Producer Load Balancing Policy LoadBalancing The Producer Load Balancing Policy restricts where a JMS Message Producer can load balance its messages among members of a distributed destination (DD). More info
SendTimeout Send Timeout DefaultDelivery The maximum length of time, in milliseconds, that a sender will wait when there isn’t enough available space (no quota) on a destination to accommodate the message being sent. More info
ServerAffinityEnabled Server Affinity Enabled LoadBalancing Specifies whether a server instance that is load balancing consumers or producers across multiple members destinations of a distributed destination, will first attempt to load balance across any other physical destinations that are also running on the same server instance. More info
SubDeploymentName Sub Deployment Name General Gets the name of the sub-deployment to use when targeting this entity
SubscriptionSharingPolicy Subscription Sharing Policy Client Specifies the subscription sharing policy on this connection. More info
SynchronousPrefetchMode Prefetch Mode for Synchronous Consumer Client Specifies whether a synchronous consumer will prefetch messages (that is, messages sent from the server to the client) in one server access. More info
TransactionTimeout Transaction Timeout Transaction The timeout value (in seconds) for all transactions on connections created with this connection factory. More info
XAConnectionFactoryEnabled XA Connection Factory Enabled Transaction Indicates whether a XA queue or XA topic connection factory is returned, instead of a queue or topic connection factory. More info

 

JMSConnectionRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> Connections
Property Name Label Tab Name Description MBean Reference
ClientID Client ID The client ID for this connection. More info
ClientIDPolicy Client ID Policy The ClientIDPolicy on this connection or durable subscriber. More info
HostAddress Host Address The host address of the client JVM as a string. More info
Name Name The name of this configuration. More info
Server Server More info
SessionsCurrentCount Sessions Current Count The current number of sessions for this connection. More info
SessionsHighCount Sessions High Count The peak number of sessions for this connection since the last reset. More info
SessionsTotalCount Sessions Total Count The number of sessions on this connection since the last reset. More info

 

JMSConsumerRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> Connections -> Sessions -> Consumers
  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Session Pool Runtimes -> Connection Consumers
Property Name Label Tab Name Description MBean Reference
Active Active Indicates whether the consumer active. More info
BytesPendingCount Bytes Pending Count The number of bytes pending (uncommitted and unacknowledged) by this consumer. More info
BytesReceivedCount Bytes Received Count The number of bytes received by this consumer since the last reset. More info
ClientID Client ID The client ID for this connection. More info
ClientIDPolicy Client ID Policy The ClientIDPolicy on this connection or durable subscriber. More info
DestinationName Destination Name The name of the destination for this consumer. More info
Durable Durable Indicates whether the consumer is durable. More info
MessagesPendingCount Messages Pending Count The number of messages pending (uncommitted and unacknowledged) by this consumer. More info
MessagesReceivedCount Messages Received Count The number of messages received by this consumer since the last reset. More info
Name Name The name of this configuration. More info
Selector Selector The selector associated with this consumer, if any. More info
Server Server More info
SubscriptionSharingPolicy Subscription Sharing Policy The Subscription Sharing Policy on this subscriber. More info
Type Type Returns the type of the MBean. More info

 

JMSDestinationRuntime

Actions: Import, Resume, Pause, Delete, Export, Move

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> JMSDestinationRuntime
  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations
Property Name Label Tab Name Description MBean Reference
Ascending Ascending Messages.Criteria
BytesCurrentCount Bytes Current Count General The current number of bytes stored in the destination. More info
BytesHighCount Bytes High Count General The peak number of bytes stored in the destination since the last reset. More info
BytesPendingCount Bytes Pending Count General The number of pending bytes stored in the destination. More info
BytesReceivedCount Bytes Received Count General The number of bytes received in this destination since the last reset. More info
BytesThresholdTime Bytes Threshold Time General The amount of time in the threshold condition since the last reset. More info
ConsumersCurrentCount Consumers Current Count General The current number of consumers accessing this destination. More info
ConsumersHighCount Consumers High Count General The peak number of consumers accessing this destination since the last reset. More info
ConsumersTotalCount Consumers Total Count General The total number of consumers accessing this destination since the last reset. More info
ConsumptionPaused Consumption Paused General Indicates the consumption Pause state of the destination. More info
ConsumptionPausedState Consumption Paused State General The current consumption pause state of the destination. More info
CustomJMSMessageSelector Custom JMS Message Selector Messages.Criteria
DestinationID Destination ID General Returns the destination ID. More info
DestinationName Destination Name General The destination’s name. More info
DestinationType Destination Type General The destination type, either weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_QUEUE or weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_TOPIC depending upon whether the destination is a queue or topic. More info
InsertionPaused Insertion Paused General Indicates the InsertionPause state of the destination. More info
InsertionPausedState Insertion Paused State General The current insertion pause state of the destination. More info
JMSCorrelationID JMS Correlation ID Messages.View A correlation ID is a user-defined identifier for the message, often used to correlate messages about the same subject.
JMSCorrelationIDCriteria JMS Correlation ID Messages.Filters
JMSCorrelationIDValue JMSCorrelationIDValue Messages.Filters
JMSDeliveryMode JMS Delivery Mode Messages.View Indicates whether a message is persistent or nonpersistent.
JMSDeliveryModeCriteria JMS Delivery Mode Messages.Filters
JMSDeliveryModeValue JMSDeliveryModeValue Messages.Filters
JMSDeliveryTime JMS Delivery Time Messages.View The earliest absolute time at which a message can be delivered to a consumer.
JMSDeliveryTimeCriteria JMS Delivery Time Messages.Filters
JMSDeliveryTimeValue JMSDeliveryTimeValue Messages.Filters
JMSExpiration JMS Expiration Messages.View The expiration, or time-to-live value, for a message.
JMSExpirationCriteria JMS Expiration Messages.Filters
JMSExpirationValue JMSExpirationValue Messages.Filters
JMSMessageID JMS Message ID Messages.View A unique identifier for the message.
JMSMessageIDCriteria JMS Message ID Messages.Filters
JMSMessageIDValue JMSMessageIDValue Messages.Filters
JMSMessageSelectorFromFilters JMS Message Selector From Filters Messages.Criteria
JMSPriority JMS Priority Messages.View An indicator of the level of importance or urgency of a message, with 0 as the lowest priority and 9 as the highest.
JMSPriorityCriteria JMS Priority Messages.Filters
JMSPriorityValue JMSPriorityValue Messages.Filters
JMSRedelivered JMS Redelivered Messages.View TBD v.s.
JMSRedeliveredCriteria JMS Redelivered Messages.Filters
JMSRedeliveredValue JMSRedeliveredValue Messages.Filters
JMSRedeliveryLimit JMS Redelivery Limit Messages.View The maximum number of redelivery attempts a message can have before it is moved to an error destination.
JMSRedeliveryLimitCriteria JMS Redelivery Limit Messages.Filters
JMSRedeliveryLimitValue JMSRedeliveryLimitValue Messages.Filters
JMSTimestamp JMS Timestamp Messages.View The time a message arrives on the destination.
JMSTimestampCriteria JMS Timestamp Messages.Filters
JMSTimestampValue JMSTimestampValue Messages.Filters
JMSType JMS Type Messages.View The JMS message type, such as BytesMessage, TextMessage, StreamMessage, ObjectMessage, MapMessage, or XMLMessage.
JMSTypeCriteria JMS Type Messages.Filters
JMSTypeValue JMSTypeValue Messages.Filters
MaximumMatches Maximum Matches Messages.Criteria
MessageSize Message Size Messages.View The size of the message in bytes.
MessageSizeCriteria Message Size Messages.Filters
MessageSizeValue MessageSizeValue Messages.Filters
MessagesCurrentCount Messages Current Count General The current number of messages in the destination. More info
MessagesHighCount Messages High Count General The peak number of messages in the destination since the last reset. More info
MessagesPendingCount Messages Pending Count General The number of pending messages in the destination. More info
MessagesReceivedCount Messages Received Count General The number of messages received in this destination since the last reset. More info
MessagesThresholdTime Messages Threshold Time General The amount of time in the threshold condition since the last reset. More info
Name Name General The name of this configuration. More info
ProductionPaused Production Paused General Indicates the ProductionPause state of the destination. More info
ProductionPausedState Production Paused State General The current production pause state of the destination. More info
SequenceNumber Sequence Number Messages.View An ordering sequence number that indicates the message’s relative position in the destination.
Server Server Messages.Filters More info
SortOn Sort On Messages.Criteria
State State Messages.View The operational state of the destination as a String. More info
StateCriteria State Messages.Filters
StateValue StateValue Messages.Filters
SubscriptionMessagesLimit Subscription Messages Limit General The effective messages limit on topic subscriptions (not applicable to queues). More info
Type Type Returns the type of the MBean. More info
UseCustomJMSMessageSelector Use Custom JMS Message Selector Messages.Criteria
Xid Xid Messages.View The Xid for the transaction if a message is participating in a global transaction at the time of the query.
XidCriteria Xid Messages.Filters
XidValue XidValue Messages.Filters

 

JMSDurableSubscriberRuntime

Actions: Import, Delete, Export, Move

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> JMSTopicRuntime -> Durable Subscribers
  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> JMSDestinationRuntime -> Durable Subscribers
  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> Durable Subscribers
Property Name Label Tab Name Description MBean Reference
Active Active General Indicates whether this subscription is being used by a durable subscriber. More info
Ascending Ascending Messages.Criteria
BytesCurrentCount Subscriber Bytes Current Count General The number of bytes received by this durable subscriber. More info
BytesPendingCount Subscriber Bytes Pending Count General The number of bytes pending by this durable subscriber. More info
ClientID Client ID General A unique client identifier for this durable subscriber. More info
ClientIDPolicy Client ID Policy General The policy for the client identifier for this durable subscriber. More info
CustomJMSMessageSelector Custom JMS Message Selector Messages.Criteria
JMSCorrelationID JMS Correlation ID Messages.View A correlation ID is a user-defined identifier for the message, often used to correlate messages about the same subject.
JMSCorrelationIDCriteria JMS Correlation ID Messages.Filters
JMSCorrelationIDValue JMSCorrelationIDValue Messages.Filters
JMSDeliveryMode JMS Delivery Mode Messages.View Indicates whether a message is persistent or nonpersistent.
JMSDeliveryModeCriteria JMS Delivery Mode Messages.Filters
JMSDeliveryModeValue JMSDeliveryModeValue Messages.Filters
JMSDeliveryTime JMS Delivery Time Messages.View The earliest absolute time at which a message can be delivered to a consumer.
JMSDeliveryTimeCriteria JMS Delivery Time Messages.Filters
JMSDeliveryTimeValue JMSDeliveryTimeValue Messages.Filters
JMSExpiration JMS Expiration Messages.View The expiration, or time-to-live value, for a message.
JMSExpirationCriteria JMS Expiration Messages.Filters
JMSExpirationValue JMSExpirationValue Messages.Filters
JMSMessageID JMS Message ID Messages.View A unique identifier for the message.
JMSMessageIDCriteria JMS Message ID Messages.Filters
JMSMessageIDValue JMSMessageIDValue Messages.Filters
JMSMessageSelectorFromFilters JMS Message Selector From Filters Messages.Criteria
JMSPriority JMS Priority Messages.View An indicator of the level of importance or urgency of a message, with 0 as the lowest priority and 9 as the highest.
JMSPriorityCriteria JMS Priority Messages.Filters
JMSPriorityValue JMSPriorityValue Messages.Filters
JMSRedelivered JMS Redelivered Messages.View TBD v.s.
JMSRedeliveredCriteria JMS Redelivered Messages.Filters
JMSRedeliveredValue JMSRedeliveredValue Messages.Filters
JMSRedeliveryLimit JMS Redelivery Limit Messages.View The maximum number of redelivery attempts a message can have before it is moved to an error destination.
JMSRedeliveryLimitCriteria JMS Redelivery Limit Messages.Filters
JMSRedeliveryLimitValue JMSRedeliveryLimitValue Messages.Filters
JMSTimestamp JMS Timestamp Messages.View The time a message arrives on the destination.
JMSTimestampCriteria JMS Timestamp Messages.Filters
JMSTimestampValue JMSTimestampValue Messages.Filters
JMSType JMS Type Messages.View The JMS message type, such as BytesMessage, TextMessage, StreamMessage, ObjectMessage, MapMessage, or XMLMessage.
JMSTypeCriteria JMS Type Messages.Filters
JMSTypeValue JMSTypeValue Messages.Filters
LastMessagesReceivedTime Last Messages Received Time General The time when the last time a subscriber received a message from the subscription. More info
MaximumMatches Maximum Matches Messages.Criteria
MessageSize Message Size Messages.View The size of the message in bytes.
MessageSizeCriteria Message Size Messages.Filters
MessageSizeValue MessageSizeValue Messages.Filters
MessagesCurrentCount Subscriber Messages Current Count General The number of messages still available by this durable subscriber. More info
MessagesPendingCount Subscriber Messages Pending Count General The number of messages pending (uncommitted and unacknowledged) by this durable subscriber. More info
Name Name General The name of this configuration. More info
NoLocal No Local General Specifies whether this durable subscriber receives local messages that it has published. More info
Selector Selector General The message selector defined for this durable subscriber. More info
SequenceNumber Sequence Number Messages.View An ordering sequence number that indicates the message’s relative position in the destination.
Server Server Messages.Filters More info
SortOn Sort On Messages.Criteria
State State Messages.View The current state of a message.
StateCriteria State Messages.Filters
StateValue StateValue Messages.Filters
SubscribersCurrentCount Subscribers Current Count General The number of subscribers that currently share this subscription. More info
SubscribersHighCount Subscribers High Count General The highest number of subscribers that have shared this subscription at the same time since the creation or the last reboot of the subscription, which ever is later. More info
SubscribersTotalCount Subscribers Total Count General The total number of subscribers that have accessed this subscription since the creation or the last reboot of the subscription, whichever is later. More info
SubscriptionLimitDeletedCount Subscription Limit Deleted Count General The number of messages deleted because of a subscription limit. More info
SubscriptionName Subscription Name General The subscription name for this durable subscriber. More info
SubscriptionSharingPolicy Subscription Sharing Policy General The SubscriptionSharingPolicy on this subscriber. More info
Type Type General Returns the type of the MBean. More info
UseCustomJMSMessageSelector Use Custom JMS Message Selector Messages.Criteria
Xid Xid Messages.View The Xid for the transaction if a message is participating in a global transaction at the time of the query.
XidCriteria Xid Messages.Filters
XidValue XidValue Messages.Filters

 

JMSMessageManagementTaskRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> Tasks
  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> JMSDestinationRuntime -> Tasks
  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> JMSQueueRuntime -> Tasks
Property Name Label Tab Name Description MBean Reference
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
MessagesCurrentCount Messages Current Count Returns the current number of messages processed. More info
MessagesTotalCount Messages Total Count Returns the total number of messages being processed by the operation. More info
Name Name The name of this configuration. More info
Progress Progress How much progress this task has made. More info
Running Running Indicates whether the task is still running. More info
Server Server More info
StartTime Start Time The time this task began. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info

 

JMSProducerRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> Connections -> Sessions -> Producers
Property Name Label Tab Name Description MBean Reference
BytesPendingCount Bytes Pending Count The number of bytes pending (uncommitted and unacknowledged) by this producer. More info
BytesSentCount Bytes Sent Count The number of bytes sent by this producer since the last reset. More info
MessagesPendingCount Messages Pending Count The number of messages pending (uncommitted and unacknowledged) by this producer. More info
MessagesSentCount Messages Sent Count The number of messages sent by this producer since the last reset. More info
Name Name The name of this configuration. More info
Server Server More info

 

JMSQueueRuntime

Actions: Import, Delete, Export, Move

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> JMSQueueRuntime
Property Name Label Tab Name Description MBean Reference
Ascending Ascending Messages.Criteria
BytesCurrentCount Bytes Current Count General The current number of bytes stored in the destination. More info
BytesHighCount Bytes High Count General The peak number of bytes stored in the destination since the last reset. More info
BytesPendingCount Bytes Pending Count General The number of pending bytes stored in the destination. More info
BytesReceivedCount Bytes Received Count General The number of bytes received in this destination since the last reset. More info
BytesThresholdTime Bytes Threshold Time General The amount of time in the threshold condition since the last reset. More info
ConsumersCurrentCount Consumers Current Count General The current number of consumers accessing this destination. More info
ConsumersHighCount Consumers High Count General The peak number of consumers accessing this destination since the last reset. More info
ConsumersTotalCount Consumers Total Count General The total number of consumers accessing this destination since the last reset. More info
ConsumptionPaused Consumption Paused General Indicates the consumption Pause state of the destination. More info
ConsumptionPausedState Consumption Paused State General The current consumption pause state of the destination. More info
CustomJMSMessageSelector Custom JMS Message Selector Messages.Criteria
DestinationID Destination ID General Returns the destination ID. More info
DestinationName Destination Name General The destination’s name. More info
DestinationType Destination Type General The destination type, either weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_QUEUE or weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_TOPIC depending upon whether the destination is a queue or topic. More info
InsertionPaused Insertion Paused General Indicates the InsertionPause state of the destination. More info
InsertionPausedState Insertion Paused State General The current insertion pause state of the destination. More info
JMSCorrelationID JMS Correlation ID Messages.View A correlation ID is a user-defined identifier for the message, often used to correlate messages about the same subject.
JMSCorrelationIDCriteria JMS Correlation ID Messages.Filters
JMSCorrelationIDValue JMSCorrelationIDValue Messages.Filters
JMSDeliveryMode JMS Delivery Mode Messages.View Indicates whether a message is persistent or nonpersistent.
JMSDeliveryModeCriteria JMS Delivery Mode Messages.Filters
JMSDeliveryModeValue JMSDeliveryModeValue Messages.Filters
JMSDeliveryTime JMS Delivery Time Messages.View The earliest absolute time at which a message can be delivered to a consumer.
JMSDeliveryTimeCriteria JMS Delivery Time Messages.Filters
JMSDeliveryTimeValue JMSDeliveryTimeValue Messages.Filters
JMSExpiration JMS Expiration Messages.View The expiration, or time-to-live value, for a message.
JMSExpirationCriteria JMS Expiration Messages.Filters
JMSExpirationValue JMSExpirationValue Messages.Filters
JMSMessageID JMS Message ID Messages.View A unique identifier for the message.
JMSMessageIDCriteria JMS Message ID Messages.Filters
JMSMessageIDValue JMSMessageIDValue Messages.Filters
JMSMessageSelectorFromFilters JMS Message Selector From Filters Messages.Criteria
JMSPriority JMS Priority Messages.View An indicator of the level of importance or urgency of a message, with 0 as the lowest priority and 9 as the highest.
JMSPriorityCriteria JMS Priority Messages.Filters
JMSPriorityValue JMSPriorityValue Messages.Filters
JMSRedelivered JMS Redelivered Messages.View TBD v.s.
JMSRedeliveredCriteria JMS Redelivered Messages.Filters
JMSRedeliveredValue JMSRedeliveredValue Messages.Filters
JMSRedeliveryLimit JMS Redelivery Limit Messages.View The maximum number of redelivery attempts a message can have before it is moved to an error destination.
JMSRedeliveryLimitCriteria JMS Redelivery Limit Messages.Filters
JMSRedeliveryLimitValue JMSRedeliveryLimitValue Messages.Filters
JMSTimestamp JMS Timestamp Messages.View The time a message arrives on the destination.
JMSTimestampCriteria JMS Timestamp Messages.Filters
JMSTimestampValue JMSTimestampValue Messages.Filters
JMSType JMS Type Messages.View The JMS message type, such as BytesMessage, TextMessage, StreamMessage, ObjectMessage, MapMessage, or XMLMessage.
JMSTypeCriteria JMS Type Messages.Filters
JMSTypeValue JMSTypeValue Messages.Filters
MaximumMatches Maximum Matches Messages.Criteria
MessageSize Message Size Messages.View The size of the message in bytes.
MessageSizeCriteria Message Size Messages.Filters
MessageSizeValue MessageSizeValue Messages.Filters
MessagesCurrentCount Messages Current Count General The current number of messages in the destination. More info
MessagesHighCount Messages High Count General The peak number of messages in the destination since the last reset. More info
MessagesPendingCount Messages Pending Count General The number of pending messages in the destination. More info
MessagesReceivedCount Messages Received Count General The number of messages received in this destination since the last reset. More info
MessagesThresholdTime Messages Threshold Time General The amount of time in the threshold condition since the last reset. More info
Name Name General The name of this configuration. More info
ProductionPaused Production Paused General Indicates the ProductionPause state of the destination. More info
ProductionPausedState Production Paused State General The current production pause state of the destination. More info
SequenceNumber Sequence Number Messages.View An ordering sequence number that indicates the message’s relative position in the destination.
Server Server Messages.Filters More info
SortOn Sort On Messages.Criteria
State State Messages.View The current state of a message. More info
StateCriteria State Messages.Filters
StateValue StateValue Messages.Filters
SubscriptionMessagesLimit Subscription Messages Limit General The effective messages limit on topic subscriptions (not applicable to queues). More info
UseCustomJMSMessageSelector Use Custom JMS Message Selector Messages.Criteria
Xid Xid Messages.View The Xid for the transaction if a message is participating in a global transaction at the time of the query.
XidCriteria Xid Messages.Filters
XidValue XidValue Messages.Filters

 

JMSRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime
Property Name Label Tab Name Description MBean Reference
ConnectionsCurrentCount Connections Current Count The current number of connections to WebLogic Server server. More info
ConnectionsHighCount Connections High Count The highest number of connections to this WebLogic Server since the last reset. More info
ConnectionsTotalCount Connections Total Count The total number of connections made to this WebLogic Server since the last reset. More info
JMSServersCurrentCount JMS Servers Current Count The current number of JMS servers that are deployed on this WebLogic Server instance. More info
JMSServersHighCount JMS Servers High Count The highest number of JMS servers that were deployed on this WebLogic Server instance since this server was started. More info
JMSServersTotalCount JMS Servers Total Count The total number of JMS servers that were deployed on this WebLogic Server instance since this server was started. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

JMSServer

References to this type:

  • Configuration -> Services -> JMS Servers
Property Name Label Tab Name Description MBean Reference
AllowsPersistentDowngrade Allow Persistent Downgrade General Specifies whether JMS clients will get an exception when sending persistent messages to a destination targeted to a JMS server that does not have a persistent store configured. More info
BlockingSendPolicy Blocking Send Policy Thresholds Determines whether the JMS server delivers smaller messages before larger ones when a destination has exceeded its maximum number of messages. More info
BytesMaximum Bytes Maximum Thresholds The maximum number of bytes that can be stored in this JMS server. More info
BytesThresholdHigh Bytes Threshold High Thresholds The upper threshold (number of bytes stored in this JMS server) that triggers flow control and logging events. More info
BytesThresholdLow Bytes Threshold Low Thresholds The lower threshold (number of bytes stored in this JMS server) that triggers flow control and logging events. More info
ConsumptionPausedAtStartup Consumption Paused At Startup General Indicates whether consumption is paused at startup on destinations targeted to this JMS server at startup. More info
ExpirationScanInterval Expiration Scan Interval General The number of seconds between this JMS server’s cycles of scanning local destinations for expired messages. More info
FileCount Files to retain LoggingGeneral The maximum number of log files that the server creates when it rotates the log. More info
FileMinSize Rotation file size LoggingGeneral The size (1 - 2097150 kilobytes) that triggers the server to move log messages to a separate file. More info
FileName Log file name LoggingGeneral The name of the file that stores current JMS server log messages. More info
FileTimeSpan Rotation interval LoggingGeneral The interval (in hours) at which the server saves old log messages to another file. More info
HostingTemporaryDestinations Hosting Temporary Destinations General Specifies whether this JMS server can be used to host temporary destinations. More info
InsertionPausedAtStartup Insertion Paused At Startup General Indicates whether insertion is paused at startup on destinations targeted to this JMS server. More info
LogFileRotationDir Log file rotation directory LoggingGeneral The directory where the rotated log files will be stored. More info
MaximumMessageSize Maximum Message Size Thresholds The maximum number of bytes allowed in individual messages on this JMS server. More info
MessageBufferSize Message Buffer Size General The amount of memory (in bytes) that this JMS server can use to store message bodies before it writes them to disk. More info
MessageCompressionOptions Message Compression Options General Specifies the type of message compression used when JMS message body compression is enabled for Persistent Stores and JMS Paging Stores. More info
MessagesMaximum Messages Maximum Thresholds The maximum number of messages that can be stored in this JMS server. More info
MessagesThresholdHigh Messages Threshold High Thresholds The upper threshold (number of messages stored in this JMS server) that triggers flow control and logging events. More info
MessagesThresholdLow Messages Threshold Low Thresholds The lower threshold (number of messages stored in this JMS server) that triggers flow control and logging events. More info
Name Name ReferencedBy The name of this JMS server. More info
NumberOfFilesLimited Limit number of retained files LoggingGeneral Indicates whether to limit the number of log files that this server instance creates to store old messages. More info
PagingBlockSize Paging Block Size General The smallest addressable block, in bytes, of a file. More info
PagingDirectory Paging Directory General Specifies where message bodies are written when the size of the message bodies in the JMS server exceeds the message buffer size. More info
PagingFileLockingEnabled Paging File Locking Enabled General Determines whether OS file locking is used. More info
PagingIoBufferSize Paging Io Buffer Size General The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2. More info
PagingMaxFileSize Paging Max File Size General The paging maximum file size, in bytes. More info
PagingMaxWindowBufferSize Paging Max Window Buffer Size General The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per paging store file. More info
PagingMessageCompressionEnabled Paging Message Compression Enabled General Enables the JMS paging store to perform message body compression on persistent and non-persistent messages. More info
PagingMinWindowBufferSize Paging Min Window Buffer Size General The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per paging store file. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PersistentStore Persistent Store General The file or database in which this JMS server stores persistent messages. More info
ProductionPausedAtStartup Production Paused At Startup General Specifies whether production is paused at server startup on destinations targeted to this JMS server. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RotateLogOnStartup Rotate log file on startup LoggingGeneral Specifies whether a server rotates its log file during its startup cycle. More info
RotationTime Begin rotation time LoggingGeneral Determines the start time (hour and minute) for a time-based rotation sequence. More info
RotationType Rotation Type LoggingGeneral Criteria for moving old log messages to a separate file. More info
StoreEnabled Store Enabled General Specifies whether message persistence is supported for this JMS server. More info
StoreMessageCompressionEnabled Store Message Compression Enabled General Enables the JMS store to perform message body compression. More info
Targets Target Target The list of all WebLogic Server instances, clusters, and migratable targets that have been defined in the current domain and that are candidates for hosting this JMS server. More info
TemporaryTemplateName Temporary Template Name General The name of a configured JMS template that this JMS server uses to create temporary destinations. More info
TemporaryTemplateResource Module Containing Temporary Template General The name of a JMS module that contains a template that this JMS server can use to create temporary destinations. More info
Type Type ReferencedBy The type of the referring object.

 

JMSServerRuntime

Actions: Force Rollback, Resume, Pause, Force Commit

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers
Property Name Label Tab Name Description MBean Reference
BytesCurrentCount Bytes Current Count General The current number of bytes stored on this JMS server. More info
BytesHighCount Bytes High Count General The peak number of bytes stored in the JMS server since the last reset. More info
BytesPageableCurrentCount Bytes Pageable Current Count General Return the total number of bytes in all the messages that are currently available to be paged out, but which have not yet been paged out. More info
BytesPagedInTotalCount Bytes Paged In Total Count General Return the total number of bytes that were read from the paging directory since the JMS server was started. More info
BytesPagedOutTotalCount Bytes Paged Out Total Count General Return the total number of bytes that were written to the paging directory since the JMS server was started. More info
BytesPendingCount Bytes Pending Count General The current number of bytes pending (unacknowledged or uncommitted) stored on this JMS server. More info
BytesReceivedCount Bytes Received Count General The number of bytes received on this JMS server since the last reset. More info
BytesThresholdTime Bytes Threshold Time General The amount of time in the threshold condition since the last reset. More info
ConsumptionPaused Consumption Paused General Returns the current consumption paused state of the JMSServer as boolean value. More info
ConsumptionPausedState Consumption Paused State General Returns the current consumption paused state of the JMSServer as string value. More info
CoordinatorURL Coordinator URL Transactions The URL of the coordinating server.
DestinationsCurrentCount Destinations Current Count General The current number of destinations for this JMS server. More info
DestinationsHighCount Destinations High Count General The peak number of destinations on this JMS server since the last reset. More info
DestinationsTotalCount Destinations Total Count General The number of destinations instantiated on this JMS server since the last reset. More info
GlobalProperties Global Properties Transactions The global properties associated with the transaction.
HealthState Health State General The health state of this JMS server. More info
InsertionPaused Insertion Paused General Returns the current insertion paused state of the JMSServer as boolean value. More info
InsertionPausedState Insertion Paused State General Returns the current insertion paused state of the JMSServer as string value. More info
LocalProperties Local Properties Transactions The local properties associated with the transaction.
MessagesCurrentCount Messages Current Count General The current number of messages stored on this JMS server. More info
MessagesHighCount Messages High Count General The peak number of messages stored in the JMS server since the last reset. More info
MessagesPageableCurrentCount Messages Pageable Current Count General Return the number of messages that are currently available for paging in this JMS server but have not yet been paged out. More info
MessagesPagedInTotalCount Messages Paged In Total Count General Return the total number of messages that were read from the paging directory since the JMS server was started. More info
MessagesPagedOutTotalCount Messages Paged Out Total Count General Return the total number of messages that were written to the paging directory since the JMS server was started. More info
MessagesPendingCount Messages Pending Count General The current number of messages pending (unacknowledged or uncommitted) stored on this JMS server. More info
MessagesReceivedCount Messages Received Count General The number of messages received on this destination since the last reset. More info
MessagesThresholdTime Messages Threshold Time General The amount of time in the threshold condition since the last reset. More info
Name Name Transactions The name of this configuration. More info
PagingAllocatedIoBufferBytes Paging Allocated Io Buffer Bytes General See PersistentStoreRuntimeMBean.AllocatedIoBufferBytes More info
PagingAllocatedWindowBufferBytes Paging Allocated Window Buffer Bytes General See PersistentStoreRuntimeMBean.AllocatedWindowBufferBytes More info
PagingPhysicalWriteCount Paging Physical Write Count General See PersistentStoreRuntimeMBean.PhysicalWriteCount More info
ProductionPaused Production Paused General Returns the current production paused state of the JMSServer as boolean value. More info
ProductionPausedState Production Paused State General Returns the current production paused state of the JMSServer as string value. More info
Resources XA Resources Transactions The names of the participating resources and their status for the transaction.
RollbackReason Rollback Reason Transactions The message of the throwable that caused the transaction to rollback.
SecondsActive Seconds Active Transactions The time, in seconds, for which the transaction has been active.
Server Server General More info
Servers Servers Transactions The participating servers and their status for the transaction.
SessionPoolsCurrentCount Session Pools Current Count General The current number of session pools instantiated on this JMS server. More info
SessionPoolsHighCount Session Pools High Count General The peak number of session pools instantiated on this JMS server since the last reset. More info
SessionPoolsTotalCount Session Pools Total Count General The number of session pools instantiated on this JMS server since the last reset. More info
Status Status Transactions The current status of the transaction.
Transactions Transactions General Returns an array of Xids representing transaction branches that exist on this JMS server in any state. More info
Type Type General Returns the type of the MBean. More info
Xid Transaction ID Transactions The transaction ID assigned by the transaction manager.

 

JMSSessionPoolRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Session Pool Runtimes
Property Name Label Tab Name Description MBean Reference
ConnectionConsumersCurrentCount Connection Consumers Current Count The current number of connection consumers for this session pool. More info
ConnectionConsumersHighCount Connection Consumers High Count The peak number of simultaneous connection consumers for this session pool. More info
ConnectionConsumersTotalCount Connection Consumers Total Count The total number of connection consumers made by this session pool since the last reset. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

JMSSessionRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> Connections -> Sessions
Property Name Label Tab Name Description MBean Reference
AcknowledgeMode Acknowledge Mode The acknowledge mode as one of the following: More info
BytesPendingCount Bytes Pending Count The number of bytes pending (uncommitted and unacknowledged) for this session. More info
BytesReceivedCount Bytes Received Count The number of bytes received by this session since the last reset. More info
BytesSentCount Bytes Sent Count The number of bytes sent by this session since the last reset. More info
ConsumersCurrentCount Consumers Current Count The current number of consumers for this session. More info
ConsumersHighCount Consumers High Count The peak number of consumers for this session since the last reset. More info
ConsumersTotalCount Consumers Total Count The number of consumers instantiated by this session since the last reset. More info
MessagesPendingCount Messages Pending Count The number of messages pending (uncommitted and unacknowledged) for this session. More info
MessagesReceivedCount Messages Received Count The number of messages received by this session since the last reset. More info
MessagesSentCount Messages Sent Count The number of bytes sent by this session since the last reset. More info
Name Name The name of this configuration. More info
ProducersCurrentCount Producers Current Count The current number of producers for this session. More info
ProducersHighCount Producers High Count The peak number of producers for this session since the last reset. More info
ProducersTotalCount Producers Total Count The number of producers for this session since the last reset. More info
Server Server More info
Transacted Transacted Indicates whether the session is transacted. More info

 

JMSSystemResource

References to this type:

  • Configuration -> Services -> JMS Modules
Property Name Label Tab Name Description MBean Reference
Name Name Configuration The user-specified name of this MBean instance. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

JMSSystemResourcePolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

JMSSystemResourceRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Roles
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

JMSSystemResourceRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

JMSTopicRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> JMS Runtime -> JMS Servers -> Destinations -> JMSTopicRuntime
Property Name Label Tab Name Description MBean Reference
BytesCurrentCount Bytes Current Count General The current number of bytes stored in the destination. More info
BytesHighCount Bytes High Count General The peak number of bytes stored in the destination since the last reset. More info
BytesPendingCount Bytes Pending Count General The number of pending bytes stored in the destination. More info
BytesReceivedCount Bytes Received Count General The number of bytes received in this destination since the last reset. More info
BytesThresholdTime Bytes Threshold Time General The amount of time in the threshold condition since the last reset. More info
ConsumersCurrentCount Consumers Current Count General The current number of consumers accessing this destination. More info
ConsumersHighCount Consumers High Count General The peak number of consumers accessing this destination since the last reset. More info
ConsumersTotalCount Consumers Total Count General The total number of consumers accessing this destination since the last reset. More info
ConsumptionPaused Consumption Paused General Indicates the consumption Pause state of the destination. More info
ConsumptionPausedState Consumption Paused State General The current consumption pause state of the destination. More info
DestinationID Destination ID General Returns the destination ID. More info
DestinationName Destination Name General The destination’s name. More info
DestinationType Destination Type General The destination type, either weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_QUEUE or weblogic.management.configuration.JMSConstants.DESTINATION_TYPE_TOPIC depending upon whether the destination is a queue or topic. More info
InsertionPaused Insertion Paused General Indicates the InsertionPause state of the destination. More info
InsertionPausedState Insertion Paused State General The current insertion pause state of the destination. More info
MessagesCurrentCount Messages Current Count General The current number of messages in the destination. More info
MessagesHighCount Messages High Count General The peak number of messages in the destination since the last reset. More info
MessagesPendingCount Messages Pending Count General The number of pending messages in the destination. More info
MessagesReceivedCount Messages Received Count General The number of messages received in this destination since the last reset. More info
MessagesThresholdTime Messages Threshold Time General The amount of time in the threshold condition since the last reset. More info
Name Name General The name of this configuration. More info
ProductionPaused Production Paused General Indicates the ProductionPause state of the destination. More info
ProductionPausedState Production Paused State General The current production pause state of the destination. More info
Server Server General More info
State State General The operational state of the destination as a String. More info
SubscriptionMessagesLimit Subscription Messages Limit General The effective messages limit on topic subscriptions (not applicable to queues). More info

 

JTA

References to this type:

  • Configuration -> Services -> JTA
Property Name Label Tab Name Description MBean Reference
AbandonTimeoutSeconds Abandon Timeout Seconds Specifies the maximum amount of time, in seconds, a transaction manager persists in attempting to complete the second phase of a two-phase commit transaction. More info
BeforeCompletionIterationLimit Before Completion Iteration Limit The maximum number of cycles that the transaction manager performs the beforeCompletion synchronization callback for this WebLogic Server domain. More info
CheckpointIntervalSeconds Checkpoint Interval Seconds The interval at which the transaction manager creates a new transaction log file and checks all old transaction log files to see if they are ready to be deleted. More info
ClusterwideRecoveryEnabled Enable Cluster-Wide Recovery Indicates that cluster-wide recovery is used for distributed transactions. More info
CompletionTimeoutSeconds Completion Timeout Specifies the maximum amount of time, in seconds, a transaction manager waits for all resource managers to respond and indicate if the transaction can be committed or rolled back. More info
CrossSiteRecoveryLeaseExpiration Cross Site Recovery Lease Expiration The time in seconds after which a lease expires making it eligible for recovery by another site. More info
CrossSiteRecoveryLeaseUpdate Cross Site Recovery Lease Update The time in seconds in which to update a lease timestamp. More info
CrossSiteRecoveryRetryInterval Cross Site Recovery Retry Interval The interval at which a lease for a given server in a recovery domain will be checked for takeover eligibility. More info
Determiners Determiners Select a transaction resource (determiner) from the list of resources. More info
ForgetHeuristics Forget Heuristics Specifies whether the transaction manager automatically performs an XA Resource forget operation for heuristic transaction completions. More info
LocalDomainSecurityCacheEnabled Local Domain Security Cache Enabled Returns whether the Local Domain Security subject cache is enabled. More info
LocalDomainSecurityCacheTTL Local Domain Security Cache TTL Returns the time-to-live (TTL), in seconds, of the Local Domain Security subject cache. More info
LocalDomainSecurityEnabled Local Domain Security Enabled Returns whether Local Domain Security is enabled. More info
MaxResourceRequestsOnServer Maximum Resource Requests on a Server Maximum number of concurrent requests to resources allowed for each server. More info
MaxResourceUnavailableMillis Maximum Duration XA Resource Unavailable Maximum duration time, in milliseconds, that a resource is declared dead. More info
MaxTransactions Max Transactions The maximum number of simultaneous in-progress transactions allowed on a server in this WebLogic Server domain. More info
MaxUniqueNameStatistics Max Unique Name Statistics The maximum number of unique transaction names for which statistics are maintained. More info
MaxXACallMillis Maximum Duration of XA Calls Maximum allowed time duration, in milliseconds, for XA calls to resources. More info
ParallelXAEnabled Execute XA Calls In Parallel Indicates that XA calls are executed in parallel if there are available threads. More info
RecoverySiteName Recovery Site Name The name of the site whose transactions this site/domain will recover in the event that intra-cluster transaction service migration is not successful or efficient. More info
SecurityInteropMode Security Interoperability Mode Specifies the security mode of the communication channel used for XA calls between servers that participate in a global transaction. More info
TLOGWriteWhenDeterminerExistsEnabled Write recovery logs when determiners configured Indicates two-phase transaction recovery logs are written even if one or more determiners are configured. More info
TightlyCoupledTransactionsEnabled Enable Tightly Coupled Transactions Indicates tight coupling of transaction branches that span different transaction manager systems. More info
TimeoutSeconds Timeout Seconds Specifies the maximum amount of time, in seconds, an active transaction is allowed to be in the first phase of a two-phase commit transaction. More info
TwoPhaseEnabled Enable Two Phase Commit Indicates that the two-phase commit protocol is used to coordinate transactions across two or more resource managers. More info
UnregisterResourceGracePeriod Unregister Resource Grace Period The amount of time, in seconds, a transaction manager waits for transactions involving the resource to complete before unregistering a resource. More info
UseNonSecureAddressesForDomains Domains for which non-secure protocols should be used Returns the domains for which non-secure protocols should be used for internal JTA communication if the servers in the domains are configured to use network channels. More info
UsePublicAddressesForRemoteDomains Remote domains for which public addresses should be used Enter a domain name for each line. Sets the remote domains for which public addresses should be used if the servers in the domains are configured to use network channels for internal JTA communication. More info
WSATIssuedTokenEnabled Web Service Transactions Issued Token Enabled Specifies whether to use issuedtoken to enable authentication between the WS-AT coordinator and participant. More info
WSATTransportSecurityMode Web Service Transactions Transport Security Mode Specifies transport security mode required by WebService Transaction endpoints. More info

 

JTAMigratableTarget

References to this type:

  • Configuration -> Environment -> Servers -> JTA Migratable Target
  • Configuration -> Environment -> Server Templates -> JTA Migratable Target
Property Name Label Tab Name Description MBean Reference
ConstrainedCandidateServers Constrained Candidate Servers Migration Configured server members in the cluster to use as a backup for services on this migratable target. If no servers are selected, then this migratable target may be migrated to any server, configured or dynamic, in this cluster. More info
MigrationPolicy JTA Migration Policy Migration Defines the type of migration policy to use for the services hosted by this migratable target. More info
Name Name ReferencedBy The name of referring object. More info
NonLocalPostAllowed Allow Post-Migration Script to Run On a Different Machine Migration Specifies whether or not the post-deactivation script is allowed to run on a different machine. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PostScript Post-Migration Script Path Migration Specifies the path to the post-migration script to run after a migratable target is fully deactivated. More info
PostScriptFailureFatal Post-Migration Script Failure Cancels Automatic Migration Migration Specifies whether or not a failure during execution of the post-deactivation script is fatal to the migration. More info
PreScript Pre-Migration Script Path Migration Specifies the path to the pre-migration script to run before a migratable target is actually activated. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
StrictOwnershipCheck Enable Strict Ownership Check Migration Whether continue to boot if cannot find the current owner of TRS to do failback. More info
Type Type ReferencedBy The type of the referring object.

 

JTARecoveryRuntime

References to this type:

  • Monitoring -> Services -> Transactions -> JTA Runtime -> Recovery Runtime MBeans
Property Name Label Tab Name Description MBean Reference
Active Active Indicates whether the Transaction Recovery Service is currently activated on this server. More info
InitialRecoveredTransactionTotalCount Initial Recovered Transaction Total Count The total number of transactions that are recovered from the transaction log initially. More info
Name Name The name of this configuration. More info
RecoveredTransactionCompletionPercent Recovered Transaction Completion Percent The percentage of transactions that are recovered from the transaction log initially. More info
Server Server More info

 

JTARemoteDomain

References to this type:

  • Configuration -> Services -> JTA -> JTA Remote Domains
Property Name Label Tab Name Description MBean Reference
Name Name The user-specified name of this MBean instance. More info
URL URL Returns the connection URL for a remote domain. More info

 

JTARuntime

Actions: Force Rollback, Force Commit

References to this type:

  • Monitoring -> Services -> Transactions -> JTA Runtime
Property Name Label Tab Name Description MBean Reference
ActiveTransactionsTotalCount Active Transactions Total Count General The number of active transactions on the server. More info
CoordinatorURL Coordinator URL Transactions The URL of the coordinating server.
DBPassiveModeState DB Passive Mode State General Returns the JTA Passive Mode state as a string. More info
GlobalProperties Global Properties Transactions The global properties associated with the transaction.
LocalProperties Local Properties Transactions The local properties associated with the transaction.
Name Name Transactions The name of this configuration. More info
Resources XA Resources Transactions The names of the participating resources and their status for the transaction.
RollbackReason Rollback Reason Transactions The message of the throwable that caused the transaction to rollback.
SecondsActive Seconds Active Transactions The time, in seconds, for which the transaction has been active.
Server Server General More info
Servers Servers Transactions The participating servers and their status for the transaction.
Status Status Transactions The current status of the transaction.
TimeoutSeconds Timeout Seconds Transactions The time, in seconds, for transactions to time out.
TransactionAbandonedTotalCount Transaction Abandoned Total Count General The total number of transactions that were abandoned since the server was started. More info
TransactionCommittedTotalCount Transaction Committed Total Count General The total number of transactions committed since the server was started. More info
TransactionHeuristicsTotalCount Transaction Heuristics Total Count General The number of transactions that completed with a heuristic status since the server was started. More info
TransactionLLRCommittedTotalCount Transaction LLR Committed Total Count General The total number of LLR transactions that were committed since the server was started. More info
TransactionNoResourcesCommittedTotalCount Transaction No Resources Committed Total Count General The total number of transactions with no enlisted resources that were committed since the server was started. More info
TransactionOneResourceOnePhaseCommittedTotalCount Transaction One Resource One Phase Committed Total Count General The total number of transactions with only one enlisted resource that were one-phase committed since the server was started. More info
TransactionReadOnlyOnePhaseCommittedTotalCount Transaction Read Only One Phase Committed Total Count General The total number of transactions with more than one enlisted resource that were one-phase committed due to read-only optimization since the server was started. More info
TransactionRolledBackAppTotalCount Transaction Rolled Back App Total Count General The number of transactions that were rolled back due to an application error. More info
TransactionRolledBackResourceTotalCount Transaction Rolled Back Resource Total Count General The number of transactions that were rolled back due to a resource error. More info
TransactionRolledBackSystemTotalCount Transaction Rolled Back System Total Count General The number of transactions that were rolled back due to an internal system error. More info
TransactionRolledBackTimeoutTotalCount Transaction Rolled Back Timeout Total Count General The number of transactions that were rolled back due to a timeout expiration. More info
TransactionRolledBackTotalCount Transaction Rolled Back Total Count General The number of transactions that were rolled back since the server was started. More info
TransactionServiceState Transaction Service State General Returns the lifecycle state of the JTA Transaction Service as a string More info
TransactionTotalCount Transaction Total Count General The total number of transactions processed. More info
TransactionTwoPhaseCommittedTotalCount Transaction Two Phase Committed Total Count General The total number of transactions with more than one enlisted resource that were two-phase committed since the server was started. More info
Type Type General Returns the type of the MBean. More info
Xid Transaction ID Transactions The transaction ID assigned by the transaction manager.

 

JVMRuntime

Actions: Garbage Collect

References to this type:

  • Monitoring -> Environment -> JVM Runtime
Property Name Label Tab Name Description MBean Reference
HeapFreeCurrent Heap Free Current General The current amount of memory (in bytes) that is available in the JVM heap. More info
HeapFreePercent Heap Free Percent General Percentage of the maximum memory that is free. More info
HeapSizeCurrent Heap Size Current General The current size (in bytes) of the JVM heap. More info
HeapSizeMax Heap Size Max General The maximum free memory configured for this JVM. More info
JavaVMVendor Java VM Vendor General Returns the vendor of the JVM. More info
JavaVendor Java Vendor General Returns the vendor of Java. More info
JavaVendorVersion Java Vendor Version General Returns the vendor version of Java. More info
JavaVersion Java Version General The Java version of the JVM. More info
Name Name General The name of this configuration. More info
OSName OS Name General Returns the operating system on which the JVM is running. More info
OSVersion OS Version General The version of the operating system on which the JVM is running. More info
ProcessCpuLoad Process Cpu Load General More info
Server Server ThreadStackDump More info
ThreadStackDump Thread Stack Dump ThreadStackDump JVM thread dump. More info
Type Type General Returns the type of the MBean. More info

 

JaxRsApplicationRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Jax Rs Applications
Property Name Label Tab Name Description MBean Reference
ApplicationClass Application Class Get the application class used for configuration of Jersey application. More info
ApplicationName Application Name Get the application name. More info
AvgTimeLast15m Avg Time Last15m Get average request processing time in milliseconds in the last 15m. More info
AvgTimeLast15s Avg Time Last15s Get average request processing time in milliseconds in the last 5m. More info
AvgTimeLast1h Avg Time Last1h Get average request processing time in milliseconds in the last 1h. More info
AvgTimeLast1m Avg Time Last1m Get average request processing time in milliseconds in the last 1m. More info
AvgTimeLast1s Avg Time Last1s Get average request processing time in milliseconds in the last 1s. More info
AvgTimeTotal Avg Time Total Get average request processing time in milliseconds for the whole lifetime of an application. More info
ExecutionTimeAverage Execution Time Average Provides the average execution time (in ms) per execution. More info
ExecutionTimeHigh Execution Time High Provides the highest time taken (in ms) by an execution. More info
ExecutionTimeLow Execution Time Low Provides the lowest time taken (in ms) by an execution. More info
InvocationCount Invocation Count Provides the total invocation count. More info
LastInvocationTime Last Invocation Time Provides the last invocation time. More info
LastResponseCode Last Response Code Returns the HTTP response code of the last response written by the application. More info
MaxTimeLast15m Max Time Last15m Get maximum request processing time in milliseconds in the last 15m. More info
MaxTimeLast15s Max Time Last15s Get maximum request processing time in milliseconds in the last 5m. More info
MaxTimeLast1h Max Time Last1h Get maximum request processing time in milliseconds in the last 1h. More info
MaxTimeLast1m Max Time Last1m Get maximum request processing time in milliseconds in the last 1m. More info
MaxTimeLast1s Max Time Last1s Get maximum request processing time in milliseconds in the last 1s. More info
MaxTimeTotal Max Time Total Get maximum request processing time in milliseconds for the whole lifetime of an application. More info
MinTimeLast15m Min Time Last15m Get minimum request processing time in milliseconds in the last 15m. More info
MinTimeLast15s Min Time Last15s Get minimum request processing time in milliseconds in the last 5m. More info
MinTimeLast1h Min Time Last1h Get minimum request processing time in milliseconds in the last 1h. More info
MinTimeLast1m Min Time Last1m Get minimum request processing time in milliseconds in the last 1m. More info
MinTimeLast1s Min Time Last1s Get minimum request processing time in milliseconds in the last 1s. More info
MinTimeTotal Min Time Total Get minimum request processing time in milliseconds for the whole lifetime of an application. More info
Name Name The name of this configuration. More info
RequestCountLast15m Request Count Last15m Get request count in the last 15m. More info
RequestCountLast15s Request Count Last15s Get request count in the last 5m. More info
RequestCountLast1h Request Count Last1h Get request count in the last 1h. More info
RequestCountLast1m Request Count Last1m Get request count in the last 1m. More info
RequestCountLast1s Request Count Last1s Get request count in the last 1s. More info
RequestCountTotal Request Count Total Get request count for the whole lifetime of an application. More info
RequestRateLast15m Request Rate Last15m Get average request rate per second in the last 15m. More info
RequestRateLast15s Request Rate Last15s Get average request rate per second in the last 5m. More info
RequestRateLast1h Request Rate Last1h Get average request rate per second in the last 1h. More info
RequestRateLast1m Request Rate Last1m Get average request rate per second in the last 1m. More info
RequestRateLast1s Request Rate Last1s Get average request rate per second in the last 1s. More info
RequestRateTotal Request Rate Total Get average request rate per second for the whole lifetime of an application. More info
RootPath Root Path Retrieve the root path for this JAX-RS Application. More info
Server Server More info
StartTime Start Time Get the start time of the application (when application was initialized). More info
SuccessfulMappings Successful Mappings Get count of all successful exception mappings. More info
TotalMappings Total Mappings Get count of exception mappings that were performed on exceptions. More info
UnsuccessfulMappings Unsuccessful Mappings Get count of all unsuccessful exception mappings. More info
WadlUrl Wadl Url Retrieve the WADL URI for this JAX-RS Application. More info

 

JobRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> Cluster Runtime -> Executed Jobs
Property Name Label Tab Name Description MBean Reference
Description Description Get the description of the submitted commonj.timers.TimerListener. More info
ID ID The unique ID corresponding to this job More info
LastLocalExecutionTime Last Local Execution Time Returns the most recent execution time of this job in the local server. More info
LocalExecutionCount Local Execution Count Returns the number of times this job was executed locally. More info
Name Name The name of this configuration. More info
Period Period Returns the specified periodicity of this job More info
Server Server More info
State State Returns the state of the task. More info
Timeout Timeout Returns when the job will be executed next More info

 

JoltConnectionPool

References to this type:

  • Configuration -> Interoperability -> Jolt Connection Pools
Property Name Label Tab Name Description MBean Reference
ApplicationPassword Application Password User The application password for this Jolt connection pool. More info
FailoverAddresses Failover Addresses Addresses The list of Jolt Server Listeners (JSLs) addresses that is used if the connection pool cannot estabilish connections to the Primary Addresses, or if the primary connections fail. More info
KeyPassPhrase Key Pass Phrase SSL The encrypted identity passphrase. More info
KeyStoreName Key Store Name SSL The path and file name of the keystore containing the private key used in SSL mutual authentication. More info
KeyStorePassPhrase Key Store Pass Phrase SSL The encrypted identity keystore’s passphrase. More info
MaximumPoolSize Maximum Pool Size General The maximum number of connections that can be made from this Jolt connection pool. More info
MinimumPoolSize Minimum Pool Size General The minimum number of connections to be added to this Jolt connection pool when WebLogic Server starts. More info
Name Name General The user-specified name of this MBean instance. More info
PrimaryAddresses Primary Addresses Addresses The list of addresses for the primary Jolt Server Listeners (JSLs) on the Tuxedo system. More info
RecvTimeout Recv Timeout General The number of seconds the client waits to receive a response before timing out. More info
SecurityContextEnabled Security Context Enabled General 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. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
TrustStoreName Trust Store Name SSL The path and file name of the keystore containing the trust certificates. More info
TrustStorePassPhrase Trust Store Pass Phrase SSL The encrypted trust keystore’s passphrase. More info
UserName User Name User A user name that applications specify to connect to this Jolt connection pool. More info
UserPassword User Password User The user password for this Jolt connection pool. More info
UserRole User Role User The Tuxedo user role for this Jolt connection pool. More info

 

JoltConnectionPoolRuntime

References to this type:

  • Monitoring -> Interoperability -> Jolt Runtime -> Connection Pools
Property Name Label Tab Name Description MBean Reference
MaxCapacity Max Capacity The maximum connections configured for this Jolt pool. More info
Name Name The name of this configuration. More info
PoolName Pool Name The configured name of this Jolt pool. More info
PoolState Pool State The pool state as one of ‘Active’ ‘Suspended’. More info
SecurityContextPropagation Security Context Propagation Indicates whether the security context is propagated. More info
Server Server More info

 

JoltConnectionRuntime

References to this type:

  • Monitoring -> Interoperability -> Jolt Runtime -> Connection Pools -> Connections
Property Name Label Tab Name Description MBean Reference
Address Address The connection Address. More info
Alive Alive The Connection Alive indicator. More info
ErrorCount Error Count The Request Error Count. More info
InTransaction In Transaction The Connection in Transaction indicator. More info
LastAccessTime Last Access Time The Last Access Date and Time. More info
Name Name The name of this configuration. More info
PendingRequestCount Pending Request Count The Pending Request Count. More info
RequestCount Request Count The Request Count. More info
Server Server More info

 

JoltConnectionServiceRuntime

References to this type:

  • Monitoring -> Interoperability -> Jolt Runtime
Property Name Label Tab Name Description MBean Reference
ConnectionPoolCount Connection Pool Count The number of configured Jolt connection pools. More info
Name Name The name of this configuration. More info
Server Server More info

 

JspDescriptor

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> Jsp Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Jsp Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> Jsp Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Jsp Descriptor
Property Name Label Tab Name Description MBean Reference
Keepgenerated Keepgenerated General Specifies whether to save the Java files that are generated as an intermediary step in the JSP compilation process.
PageCheckSeconds Page Check (in seconds) General The interval (in seconds) at which WebLogic Server checks to see if JSP files have changed and need recompiling.
Verbose Verbose General Specifies whether to print debugging info to the browser during compilation.

 

LDAPAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> LDAPAuthenticator
Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter LDAPAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the Group schema. More info
AllUsersFilter All Users Filter LDAPAuthenticatorParameters If the attribute (user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals LDAPAuthenticatorParameters By default, the generic LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled LDAPAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size LDAPAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL LDAPAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
ConnectTimeout Connect Timeout LDAPAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is not a maximum time limit. More info
ConnectionPoolSize Connection Pool Size LDAPAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit LDAPAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential LDAPAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute LDAPAuthenticatorParameters The attribute of a dynamic LDAP group object that specifies the name of the group. More info
DynamicGroupObjectClass Dynamic Group Object Class LDAPAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute LDAPAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics LDAPAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals LDAPAuthenticatorParameters Specifies that a search for a user or group within the generic LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN LDAPAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains groups. More info
GroupFromNameFilter Group From Name Filter LDAPAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema. More info
GroupMembershipSearching Group Membership Searching LDAPAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope LDAPAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute LDAPAuthenticatorParameters Specifies the name of the GUID attribute defined in the LDAP server that corresponds to the LDAP Authentication provider configured in the security realm. More info
Host Host LDAPAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain LDAPAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership LDAPAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled LDAPAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level LDAPAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay LDAPAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port LDAPAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal LDAPAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception LDAPAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit LDAPAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is no maximum time limit. More info
SSLEnabled SSL Enabled LDAPAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter LDAPAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute LDAPAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. More info
StaticGroupObjectClass Static Group Object Class LDAPAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute LDAPAuthenticatorParameters The attribute of a static LDAP group object that specifies the distinguished names (DNs) of the members of the group. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal LDAPAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UserBaseDN User Base DN LDAPAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains users. More info
UserDescriptionAttribute User Description Attribute LDAPAuthenticatorParameters The brief description of an LDAP user object. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute LDAPAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter LDAPAuthenticatorParameters If the attribute (user name attribute and user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
UserNameAttribute User Name Attribute LDAPAuthenticatorParameters The attribute of an LDAP user object that specifies the name of the user. More info
UserObjectClass User Object Class LDAPAuthenticatorParameters The LDAP object class that stores users. More info
UserSearchScope User Search Scope LDAPAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

LDAPX509IdentityAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> LDAPX509IdentityAsserter
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common The token types that are currently active. More info
Base64DecodingRequired Base64 Decoding Required Common Returns whether the tokens that are passed to the Identity Assertion provider will be base64 decoded first. More info
CacheEnabled Cache Enabled LDAPX509IdentityAsserterParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size LDAPX509IdentityAsserterParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL LDAPX509IdentityAsserterParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
CertificateAttribute Certificate Attribute LDAPX509IdentityAsserterParameters Specifies the attribute on the LDAP object for the user that contains the user’s certificate. This option defines how to find the certificate. Valid values are userCertificate and userCertificate;binary. More info
CertificateMapping Certificate Mapping LDAPX509IdentityAsserterParameters Specifies how to construct the base LDAP DN used to locate the LDAP object for the user. This attribute defines how to find the object from the certificate’s Subject DN. More info
ConnectionRetryLimit Connection Retry Limit LDAPX509IdentityAsserterParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
Credential Credential LDAPX509IdentityAsserterParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the WebLogic LDAP X509 Identity Assertion provider. More info
Host Host LDAPX509IdentityAsserterParameters The host name of the computer on which the LDAP server is running. More info
IdentityDomain Identity Domain LDAPX509IdentityAsserterParameters The name of the identity domain. More info
Name Name Common More info
Port Port LDAPX509IdentityAsserterParameters The port number on which the LDAP server is listening. More info
Principal Principal LDAPX509IdentityAsserterParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
SSLEnabled SSL Enabled LDAPX509IdentityAsserterParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
SupportedTypes Supported Types Common The token types supported by the WebLogic LDAP X509 Identity Assertion provider. More info
UserFilterAttributes User Filter Attributes LDAPX509IdentityAsserterParameters Specifies how to select the LDAP object for the user from the LDAP objects beneath the base LDAP DN defined in the Certificate Mapping attribute. This setting defines how to find the LDAP object from the certificate’s Subject DN. More info
UsernameAttribute Username Attribute LDAPX509IdentityAsserterParameters Specifies the attribute on the LDAP object for the user that contains the user’s name. More info
Version Version Common The version number of the WebLogic LDAP X509 Identity Assertion provider. More info

 

LdapAuthenticatorRuntime

References to this type:

  • Monitoring -> Security -> Authenticator Runtimes -> LdapAuthenticatorRuntime
  • Monitoring -> Security -> Realm Runtimes -> Authenticator Runtimes -> LdapAuthenticatorRuntime
Property Name Label Tab Name Description MBean Reference
GroupCacheHits Group Cache Hits More info
GroupCacheQueries Group Cache Queries More info
GroupCacheSize Group Cache Size More info
Name Name The name of this configuration. More info
Server Server More info
UserCacheHits User Cache Hits More info
UserCacheQueries User Cache Queries More info
UserCacheSize User Cache Size More info

 

LibDeploymentRuntime

Actions: Upload and Redeploy, Redeploy

References to this type:

  • Monitoring -> Deployments -> Library Management
Property Name Label Tab Name Description MBean Reference
ImplementationVersion Implementation Version The library’s implementation version, null if none is set More info
IntendedState Intended State The state this deployment should be in.
LibraryIdentifier Library Identifier The library’s identifier. More info
LibraryName Library Name The library’s name. More info
Name Name The name of this configuration. More info
SpecificationVersion Specification Version The library’s specification version, null if none is set More info
State State The state of this deployment.

 

Library

References to this type:

  • Configuration -> Deployments -> Libraries
Property Name Label Tab Name Description MBean Reference
AbsoluteSourcePath Absolute Source Path Overview The fully resolved location of this application’s source files on the Administration Server. More info
CacheInAppDirectory Cache In App Directory Overview More info
DeploymentOrder Deployment Order Overview An integer value that indicates when this unit is deployed, relative to other deployable units on a server, during startup. More info
DeploymentPrincipalName Deployment Principal Name Overview A string value that indicates the principal that should be used when deploying the file or archive during startup and shutdown. More info
InstallDir Install Dir Overview The path to the application’s install-root directory, relative to the domain/config/deployments directory. More info
ModuleType Module Type Overview The type of the module (ear, jar, war, or rar) More info
Name Name Overview The user-specified name of this MBean instance. More info
SecurityDDModel Security DD Model Overview The security model that is used to secure a deployed module. More info
SourcePath Source Path Overview The path to the source of the deployable unit on the Administration Server. More info
StagingMode Staging Mode Overview Specifies whether a deployment’s files are copied from a source on the Administration Server to the Managed Server’s staging area during application preparation. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

LibraryRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Optional Package Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Library Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Library Runtimes
  • Monitoring -> Deployments -> Library Runtime Data
Property Name Label Tab Name Description MBean Reference
LibraryIdentifier Library Identifier Returns the library identifier. More info
LibraryName Library Name Returns the library name. More info
Name Name The name of this configuration. More info
Server Server More info
SpecificationVersion Specification Version Returns the library specification version. More info
Type Type Returns the type of the MBean. More info

 

LogFilter

References to this type:

  • Configuration -> Environment -> Log Filters
Property Name Label Tab Name Description MBean Reference
FilterExpression Filter Expression Configuration The filter expression to be evaluated for qualifying log messages. More info
Name Name ReferencedBy The name of the log filter More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Type Type ReferencedBy The type of the referring object.

 

Logging

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Logging
  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups -> Logging
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Logging
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups -> Logging
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Logging
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> Logging
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Logging
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Logging
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Logging
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> Logging
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Logging
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Logging
Property Name Label Tab Name Description MBean Reference
FileCount File Count General The maximum number of log files that the application creates when it rotates the log.
FileSizeLimit File Size Limit General The file size in kilobytes that triggers the application to move log messages to a separate file.
FileTimeSpan File Time Span General The interval (in hours) at which the application saves old log messages to another file.
LogFileRotationDir Log Rotation Directory General The directory where the rotated log files will be stored.
LogFilename Log Filename General The name of the file that stores current log messages.
LoggingEnabled Logging Enabled General Specifies whether to enable logging for this Web application.
NumberOfFilesLimited Number Of Files Limited General Indicates whether to limit the number of log files that the application creates to store old messages.
RotateLogOnStartup Rotate Log On Startup General Specifies whether the application rotates its log file during its startup cycle.
RotationTime Rotation Time General Determines the start time (hour, in 24-hour format, and minute) for a time-based rotation sequence.
RotationType Rotation Type General Criteria for moving old log messages to a separate file.

The default value is ‘By Size’.

 

MANAsyncReplicationRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> Async Replication Runtime -> MANAsyncReplicationRuntime
  • Monitoring -> Environment -> Clustering -> MAN Replication Runtime -> MANAsyncReplicationRuntime
  • Monitoring -> Environment -> Clustering -> MAN Async Replication Runtime
Property Name Label Tab Name Description MBean Reference
ActiveServersInRemoteCluster Active Servers In Remote Cluster More info
DetailedSecondariesDistribution Detailed Secondaries Distribution Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. More info
LastSessionsFlushTime Last Sessions Flush Time The last time the sessions were flushed, in milliseconds since midnight, January 1, 1970 UTC More info
Name Name The name of this configuration. More info
PrimaryCount Primary Count Provides the number of object that the local server hosts as primaries. More info
RemoteClusterReachable Remote Cluster Reachable Answer if the remote cluster is reachable or not. More info
SecondaryCount Secondary Count Answer the number of object that the local server hosts as secondaries. More info
SecondaryServerDetails Secondary Server Details More info
Server Server More info
SessionsWaitingForFlushCount Sessions Waiting For Flush Count Number of sessions which are waiting to be flushed. More info
Type Type Returns the type of the MBean. More info

 

MANReplicationRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> MAN Replication Runtime
  • Monitoring -> Environment -> Clustering -> MAN Replication Runtime -> MANReplicationRuntime
Property Name Label Tab Name Description MBean Reference
ActiveServersInRemoteCluster Active Servers In Remote Cluster More info
DetailedSecondariesDistribution Detailed Secondaries Distribution Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. More info
Name Name The name of this configuration. More info
PrimaryCount Primary Count Provides the number of object that the local server hosts as primaries. More info
RemoteClusterReachable Remote Cluster Reachable Answer if the remote cluster is reachable or not. More info
SecondaryCount Secondary Count Answer the number of object that the local server hosts as secondaries. More info
SecondaryServerDetails Secondary Server Details More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

Machine

References to this type:

  • Configuration -> Environment -> Machines -> Machine
  • Configuration -> Environment -> Machines
Property Name Label Tab Name Description MBean Reference
DebugEnabled Debug Enabled NodeManager Specifies whether communication with this Node Manager needs to be debugged. More info
ListenAddress Listen Address NodeManager The host name or IP address of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance. More info
ListenPort Listen Port NodeManager The port number of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance. More info
NMType Type NodeManager Returns the node manager type for the server or clients on the server to use when connecting to the NodeManager instance. More info
Name Name ReferencedBy The name of this machine. More info
NodeManagerHome Node Manager Home NodeManager Returns the node manager home directory that will be used to substitute for the shell command template More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ShellCommand Shell Command NodeManager Returns the local command line to use when invoking SSH or RSH node manager functions. More info
Type Type ReferencedBy Returns the type of the MBean. More info

 

MailSession

References to this type:

  • Configuration -> Services -> Mail Sessions
Property Name Label Tab Name Description MBean Reference
JNDIName JNDI Name General The JNDI name that modules use to access this mail session. More info
Name Name General The name of this mail session. Once you create a mail session, you cannot change its name. More info
Properties JavaMail Properties JavaMailProperties The configuration options and user authentication data that this mail session uses to interact with a mail server. More info
SessionPassword Session Password General The password to be used to create an authenticated JavaMail Session. More info
SessionUsername Session Username General The username to be used to create an authenticated JavaMail Session. If this is not set, it will be assumed that the Session is not to be authenticated. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

ManagedExecutorServiceRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime
Property Name Label Tab Name Description MBean Reference
ApplicationName Application Name Get the name of the application this ManagedExecutor is associated with More info
CompletedCount Completed Count Total number of completions since server start More info
CompletedDaemonRequests Completed Daemon Requests The number of daemon requests that have been processed More info
CompletedLongRunningRequests Completed Long Running Requests Total number of long running tasks which is successfully completed. More info
CompletedRequests Completed Requests Completed request count. More info
CompletedShortRunningRequests Completed Short Running Requests Total number of short running tasks which is successfully completed. More info
ConfiguredCount Configured Count The configured count, or maximum concurrency value. More info
Count Count The current maximum concurrency value. More info
CurrentWaitTime Current Wait Time The last measured time a request had to wait for a thread, in milliseconds. More info
DeferredRequests Deferred Requests Number of requests that are denied a thread for execution because the constraint is exceeded. More info
ExecutingRequests Executing Requests Number of requests that are currently executing. More info
FailedRequests Failed Requests Total number of tasks which terminated abnormally by throwing exception, including both long and short term tasks. More info
MaxWaitTime Max Wait Time The max time a request had to wait for a thread, in milliseconds. More info
ModuleName Module Name Get the name of the module this ManagedExecutor is associated with More info
MustRunCount Must Run Count Number of requests that must be executed to satisfy the constraint. More info
Name Name The name of this configuration. More info
OutOfOrderExecutionCount Out Of Order Execution Count Number of requests executed out of turn to satisfy this constraint. More info
PendingDaemonRequests Pending Daemon Requests The number of daemon requests in progress. More info
PendingRequestCount Pending Request Count Number of requests waiting for a thread to become available. More info
PendingRequests Pending Requests Pending requests that are waiting for an available thread. More info
RejectedLongRunningRequests Rejected Long Running Requests Total number of long running tasks rejected by max-concurrent-long-running-requests More info
RejectedShortRunningRequests Rejected Short Running Requests Total number of short running tasks rejected by workmanager overload policy More info
RequestClassType Request Class Type Returns the type of RequestClass. More info
RunningLongRunningRequests Running Long Running Requests Total number of long running tasks which is currently running. More info
Server Server More info
StuckThreadCount Stuck Thread Count The number of threads that are considered to be stuck on the basis of any stuck thread constraints. More info
SubmitedShortRunningRequests Submitted Short Running Requests Total number of submitted short running tasks More info
SubmittedLongRunningRequests Submitted Long Running Requests Total number of submitted long running tasks More info
TotalThreadUse Total Thread Use Total amount of thread use time in millisec’s used by the request class since server start. More info
Type Type Returns the type of the MBean. More info
VirtualTimeIncrement Virtual Time Increment Current priority of the request class. More info

 

ManagedExecutorServiceTemplate

References to this type:

  • Configuration -> Scheduling -> Managed Executor Service Templates
Property Name Label Tab Name Description MBean Reference
DispatchPolicy Dispatch Policy Configuration The name of the Work Manager to use for this Concurrent Managed Ojbect (CMO). More info
LongRunningPriority Long Running Threads Priority Configuration An integer that specifies the long-running daemon thread’s priority. More info
MaxConcurrentLongRunningRequests Max Concurrent Long Running Requests Configuration The maximum number of running long-running tasks submitted to this CMO. More info
Name Name Configuration The name of this managed executor service template. Once you create a managed executor service template, you cannot change its name. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

ManagedScheduledExecutorServiceRuntime

References to this type:

  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> ManagedScheduledExecutorServiceRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Scheduled Executor Service Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> ManagedScheduledExecutorServiceRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> ManagedScheduledExecutorServiceRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Scheduled Executor Service Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Scheduled Executor Service Runtimes
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Scheduled Executor Service Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> ManagedScheduledExecutorServiceRuntime
Property Name Label Tab Name Description MBean Reference
ApplicationName Application Name Get the name of the application this ManagedExecutor is associated with More info
CompletedLongRunningRequests Completed Long Running Requests Total number of long running tasks which is successfully completed. More info
CompletedShortRunningRequests Completed Short Running Requests Total number of short running tasks which is successfully completed. More info
FailedRequests Failed Requests Total number of tasks which terminated abnormally by throwing exception, including both long and short term tasks. More info
ModuleName Module Name Get the name of the module this ManagedExecutor is associated with More info
Name Name The name of this configuration. More info
RejectedLongRunningRequests Rejected Long Running Requests Total number of long running tasks rejected by max-concurrent-long-running-requests More info
RejectedShortRunningRequests Rejected Short Running Requests Total number of short running tasks rejected by workmanager overload policy More info
RunningLongRunningRequests Running Long Running Requests Total number of long running tasks which is currently running. More info
Server Server More info
SubmitedShortRunningRequests Submitted Short Running Requests Total number of submitted short running tasks More info
SubmittedLongRunningRequests Submitted Long Running Requests Total number of submitted long running tasks More info

 

ManagedScheduledExecutorServiceTemplate

References to this type:

  • Configuration -> Scheduling -> Managed Scheduled Executor Service Templates
Property Name Label Tab Name Description MBean Reference
DispatchPolicy Dispatch Policy Configuration The name of the Work Manager to use for this Concurrent Managed Ojbect (CMO). More info
LongRunningPriority Long Running Threads Priority Configuration An integer that specifies the long-running daemon thread’s priority. More info
MaxConcurrentLongRunningRequests Max Concurrent Long Running Requests Configuration The maximum number of running long-running tasks submitted to this CMO. More info
Name Name Configuration The name of this managed scheduled executor service template. Once you create a managed scheduled executor service template, you cannot change its name. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

ManagedThreadFactoryRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Managed Thread Factory Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Thread Factory Runtimes
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Thread Factory Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Thread Factory Runtimes
Property Name Label Tab Name Description MBean Reference
ApplicationName Application Name Get the name of the application this ManagedThreadFactory is associated with More info
CompletedThreadsCount Completed Threads Count The number of completed threads. More info
ModuleName Module Name Get the name of the module this ManagedThreadFactory is associated with More info
Name Name The name of this configuration. More info
RejectedNewThreadRequests Rejected New Thread Requests The number of newThread method invocations that have been rejected because the limit of running threads was exceeded. More info
RunningThreadsCount Running Threads Count The number of running threads. More info
Server Server More info

 

ManagedThreadFactoryTemplate

References to this type:

  • Configuration -> Scheduling -> Managed Thread Factory Templates
Property Name Label Tab Name Description MBean Reference
MaxConcurrentNewThreads Max Concurrent New Threads Configuration The maximum number of concurrent new threads that can be created by this Managed Thread Factory (MTF). More info
Name Name Configuration The name of this managed thread factory template. Once you create a managed thread factory template, you cannot change its name. More info
Priority Priority Configuration An integer that specifies the daemon thread’s priority. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

MaxThreadsConstraint

References to this type:

  • Configuration -> Scheduling -> Max Threads Constraints
Property Name Label Tab Name Description MBean Reference
ConnectionPoolName Data Source General Name of the connection pool whose size is taken as the max constraint. More info
Count Count General Maximum number of concurrent threads that can execute requests sharing this constraint. More info
Name Name ReferencedBy The user-specified name of this MBean instance. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
QueueSize Queue Size General Desired size of the MaxThreadsConstraint queue for requests pending execution. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.

 

MaxThreadsConstraintRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> Max Threads Constraint Runtime
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Max Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Max Threads Constraint Runtime
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> Max Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Max Threads Constraint Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Max Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Max Threads Constraint Runtime
  • Monitoring -> Scheduling -> Max Threads Constraint Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> Max Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> Max Threads Constraint Runtime
Property Name Label Tab Name Description MBean Reference
ConfiguredCount Configured Count The configured count, or maximum concurrency value. More info
Count Count The current maximum concurrency value. More info
DeferredRequests Deferred Requests Number of requests that are denied a thread for execution because the constraint is exceeded. More info
ExecutingRequests Executing Requests Number of requests that are currently executing. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

MessageDrivenDescriptor

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
Type Type Returns the type of the MBean. More info

 

MessageDrivenEJBRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Resource Adapters -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> EJB Runtimes -> MessageDrivenEJBRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> EJB Runtimes -> MessageDrivenEJBRuntime
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> RAs -> Inactive RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Resource Adapters -> Inactive RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Active RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Resource Adapters -> RAs -> Inactive RAs -> Inbound Connections -> MDB Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Inactive RAs -> Inbound Connections -> MDB Runtimes
Property Name Label Tab Name Description MBean Reference
AccessTotalCount Access Total Count Provides a count of the total number of times an attempt was made to get an instance from the free pool. More info
ActiveTimerCount Active Timer Count Provides the current number of active timers for this EJB More info
BeansInUseCurrentCount Beans In Use Current Count Provides a count of the number of bean instances currently being used from the free pool. More info
CancelledTimerCount Cancelled Timer Count Provides the total number of timers that have been explicitly cancelled for this EJB. More info
ConnectionStatus Connection Status Provides the connection status for the Message Driven Bean. More info
Destination Destination Provides a count of the Message Driven Bean destination More info
DestroyedTotalCount Destroyed Total Count Provides a count of the total number of times a bean instance from this pool was destroyed due to a non-application Exception being thrown from it. More info
DisabledTimerCount Disabled Timer Count Provides the current number of timers temporarily disabled for this EJB More info
EJBName EJB Name Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor. More info
HealthState Health State The health state of this MDB. More info
JMSConnectionAlive JMS Connection Alive Provides information about whether the Message Driven Bean is currently connected to the JMS destination it is mapped to. More info
JmsClientID Jms Client ID Provides a count of the Message Driven Bean jmsClientID More info
LastExceptionAsString Last Exception As String Provides the last exception as String this MDB encountered More info
MDBStatus MDB Status Provides the Message Driven Bean status. More info
MissTotalCount Miss Total Count Provides a count of the total number of times a failed attempt was made to get an instance from the free pool. More info
Name Name The name of this configuration. More info
PooledBeansCurrentCount Pooled Beans Current Count Provides a count of the current number of available bean instances in the free pool. More info
ProcessedMessageCount Processed Message Count Provides a count of the total number of messages processed by this Message Driven Bean. More info
Server Server More info
SuspendCount Suspend Count Provides a count of the total number of times this MDB is suspended by the user or the EJB container. More info
TimeoutCount Timeout Count Provides the total number of successful timeout notifications that have been made for this EJB. More info
TimeoutTotalCount Timeout Total Count Provides a count of the total number of Threads that have timed out waiting for an available bean instance from the free pool. More info
Type Type Returns the type of the MBean. More info
WaiterCurrentCount Waiter Current Count Provides a count of the number of Threads currently waiting for an available bean instance from the free pool. More info

 

MessageDrivenEjb

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb
Property Name Label Tab Name Description MBean Reference
EjbClass Ejb Class General The EJB’s classname.
Name Name General The EJB’s name.
Type Type General The EJB’s type.

 

MessagingBridge

References to this type:

  • Configuration -> Services -> Messaging Bridges
Property Name Label Tab Name Description MBean Reference
AsyncEnabled Asynchronous Mode Enabled General Specifies if a messaging bridge instance forwards in asynchronous messaging mode. More info
BatchInterval Batch Interval Transactions The maximum amount of time, in milliseconds, that a messaging bridge instance waits before sending a batch of messages in one transaction, regardless of whether the Batch Size has been reached or not. More info
BatchSize Batch Size Transactions The number of messages that are processed within one transaction. More info
DistributionPolicy Distribution Policy HA Specifies how the instances of a configured JMS artifact are named and distributed when cluster-targeted. More info
DurabilityEnabled Durability Enabled General Specifies whether or not the messaging bridge allows durable messages. More info
FailOverLimit Fail Over Limit HA Specify a limit for the number of cluster-targeted JMS artifact instances that can fail over to a particular JVM. More info
FailbackDelaySeconds Failback Delay Seconds HA Specifies the amount of time, in seconds, to delay before failing a cluster-targeted JMS artifact instance back to its preferred server after the preferred server failed and was restarted. More info
IdleTimeMaximum Maximum Idle Time General The maximum amount of time, in seconds, that a messaging bridge instance remains idle. More info
InitialBootDelaySeconds Initial Boot Delay Secconds HA Specifies the amount of time, in seconds, to delay before starting a cluster-targeted JMS instance on a newly booted WebLogic Server instance. More info
MigrationPolicy Migration Policy HA Controls migration and restart behavior of cluster-targeted JMS service artifact instances. More info
Name Name General The user-specified name of this MBean instance. More info
NumberOfRestartAttempts Number Of Restart Attempts HA Specifies the maximum number of restart attempts. More info
PartialClusterStabilityDelaySeconds Partial Cluster Stability Delay Seconds HA Specifies the amount of time, in seconds, to delay before a partially started cluster starts all cluster-targeted JMS artifact instances that are configured with a Migration Policy of Always or On-Failure. More info
PreserveMsgProperty Preserve Msg Property General Specifies if message properties are preserved when messages are forwarded by a bridge instance. More info
QOSDegradationAllowed QOS Degradation Allowed General Specifies if this messaging bridge instance allows the degradation of its QOS (quality of service) when the configured QOS is not available. More info
QualityOfService Quality Of Service General The QOS (quality of service) for this messaging bridge instance. More info
RebalanceEnabled Rebalance Enabled HA If set to true, then rebalance running cluster-targeted JMS instances when the system is idle and instances are unevenly distributed. More info
ReconnectDelayIncrease Incremental Delay Connectionretry The incremental delay time, in seconds, that a messaging bridge instance increases its waiting time between one failed reconnection attempt and the next retry. More info
ReconnectDelayMaximum Maximum Delay Connectionretry The longest amount of time, in seconds, that a messaging bridge instance waits between one failed attempt to connect to the source or target, and the next retry. More info
ReconnectDelayMinimum Minimum Delay Connectionretry The minimum amount of time, in seconds, that a messaging bridge instance waits before it tries to reconnect to the source or target destination after a failure. More info
RestartInPlace Restart In Place HA Enables a periodic automatic in-place restart of failed cluster-targeted or standalone-server-targeted JMS artifact instance(s) running on healthy WebLogic Server instances. More info
SecondsBetweenRestarts Seconds Between Restarts HA Specifies the amount of time, in seconds, to wait in between attempts to restart a failed service instance. More info
Selector Selector General The filter for messages that are sent across the messaging bridge instance. More info
SourceDestination Source Bridge Destination General The source destination from which this messaging bridge instance reads messages. More info
Started Started General Specifies the initial operating state of a targeted messaging bridge instance. More info
TargetDestination Target Bridge Destination General The target destination where a messaging bridge instance sends the messages it receives from the source destination. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
TransactionTimeout Transaction Timeout Transactions The amount of time, in seconds, that the transaction manager waits for each transaction before timing it out. More info

 

MessagingBridgeRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> Messaging Bridge Runtimes
Property Name Label Tab Name Description MBean Reference
Description Description The reason, if the messaging bridge is not running. More info
Name Name The name of this configuration. More info
Server Server More info
State Messaging Bridge State The state of the messaging bridge. More info

 

MigratableTarget

References to this type:

  • Configuration -> Environment -> Migratable Targets
Property Name Label Tab Name Description MBean Reference
AllCandidateServers All Candidate Servers The list of servers that are candidates to host the migratable services deployed to this migratable target. More info
Cluster Cluster General Returns the cluster this singleton service is associated with. More info
ConstrainedCandidateServers Constrained Candidate Servers Migration Configured server members in the cluster to use as a backup for services on this migratable target. If no servers are selected, then this migratable target may be migrated to any server, configured or dynamic, in this cluster. More info
MigrationPolicy Service Migration Policy General Defines the type of migration policy to use for the services hosted by this migratable target. More info
Name Name ReferencedBy The name of this migratable target. More info
NonLocalPostAllowed Allow Post-Migration Script to Run On a Different Machine General Specifies whether or not the post-deactivation script is allowed to run on a different machine. More info
NumberOfRestartAttempts Number Of Restart Attempts General Specifies how many restart attempts to make before migrating the failed service. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PostScript Post-Migration Script Path General Specifies the path to the post-migration script to run after a migratable target is fully deactivated. More info
PostScriptFailureFatal Post-Migration Script Failure Cancels Automatic Migration General Specifies whether or not a failure during execution of the post-deactivation script is fatal to the migration. More info
PreScript Pre-Migration Script Path General Specifies the path to the pre-migration script to run before a migratable target is actually activated. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RestartOnFailure Restart On Failure General Specifies whether or not a failed service will first be deactivated and reactivated in place, instead of being migrated. More info
SecondsBetweenRestarts Seconds Between Restarts General Specifies how many seconds to wait in between attempts to restart the failed service. More info
Type Type ReferencedBy The type of the referring object.
UserPreferredServer User-Preferred Server Migration The server member in the cluster that you prefer the migratable target to be active on. Only Configured servers may be specified as a preferred server. More info

 

MigrationDataRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> Cluster Runtime -> Migration Data
  • Monitoring -> Environment -> Migration -> Migration Data Runtimes
Property Name Label Tab Name Description MBean Reference
ClusterMasterName Cluster Master Name Name of the server that acted as the cluster master for this migration. More info
ClusterName Cluster Name Name of the server that acted as the cluster master for this migration. More info
MachineMigratedFrom Machine Migrated From Machine from which the server was migrated from More info
MachineMigratedTo Machine Migrated To Machine to which the server was migrated to or is in the process of being migrated to. More info
MachinesAttempted Machines Attempted Get all the machines attempted for migration. More info
MigrationEndTime Migration End Time End time of migration More info
MigrationStartTime Migration Start Time Start time of migration More info
Name Name The name of this configuration. More info
Server Server More info
ServerName Server Name Name of the server migrated More info
Status Status Name of the server migrated More info

 

MinThreadsConstraint

References to this type:

  • Configuration -> Scheduling -> Min Threads Constraints
Property Name Label Tab Name Description MBean Reference
Count Count General Minimum number of concurrent threads executing requests that share this constraint. More info
Name Name ReferencedBy The user-specified name of this MBean instance. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.

 

MinThreadsConstraintRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Min Threads Constraint Runtimes
  • Monitoring -> Scheduling -> Min Threads Constraint Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> Min Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Min Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Min Threads Constraint Runtime
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> Min Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> Min Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> Min Threads Constraint Runtime
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Min Threads Constraint Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Min Threads Constraint Runtime
Property Name Label Tab Name Description MBean Reference
CompletedRequests Completed Requests Completed request count. More info
ConfiguredCount Configured Count The configured count, or minimum concurrency value. More info
Count Count The current minimum concurrency value. More info
CurrentWaitTime Current Wait Time The last measured time a request had to wait for a thread, in milliseconds. More info
ExecutingRequests Executing Requests Number of requests that are currently executing. More info
MaxWaitTime Max Wait Time The max time a request had to wait for a thread, in milliseconds. More info
MustRunCount Must Run Count Number of requests that must be executed to satisfy the constraint. More info
Name Name The name of this configuration. More info
OutOfOrderExecutionCount Out Of Order Execution Count Number of requests executed out of turn to satisfy this constraint. More info
PendingRequests Pending Requests Pending requests that are waiting for an available thread. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

NegotiateIdentityAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> NegotiateIdentityAsserter
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common The token types that are currently active. More info
Base64DecodingRequired Base64 Decoding Required Common The WebLogic Negotiate Identity Asserter defines this setting. More info
Description Description Common A short description of the WebLogic Negotiate Identity Assertion provider. More info
FormBasedNegotiationEnabled Form Based Negotiation Enabled NegotiateIdentityAsserterParameters Indicates whether the Negotiate Identity Assertion provider and servlet filter should negotiate when a web application is configured for FORM authentication. More info
IdentityDomain Identity Domain NegotiateIdentityAsserterParameters The name of the identity domain. More info
Name Name Common More info
SupportedTypes Supported Types Common The token types supported by the WebLogic Negotiate Identity Assertion provider. More info
Version Version Common The version number of the WebLogic Negotiate Identity Assertion provider. More info

 

NetworkAccessPoint

References to this type:

  • Configuration -> Environment -> Server Templates -> Channels
  • Configuration -> Environment -> Servers -> Channels
Property Name Label Tab Name Description MBean Reference
AcceptBacklog Accept Backlog ChannelGeneral The number of backlogged, new TCP connection requests that this network channel allows. More info
AllowListViolationAction Allow List Violation Action ChannelSecurity Get the value of AllowListViolationAction attribute used with JEP 290 filtering. More info
AllowUnencryptedNullCipher Unencrypted Null Ciphers ChannelSecurity Test if the AllowUnEncryptedNullCipher is enabled More info
ChannelIdentityCustomized Channel Identity ChannelSecurity Specifies the SSL identity for this channel. More info
ChannelWeight Channel Weight ChannelGeneral A weight to give this channel when creating server-to-server connections. More info
Ciphersuites Ciphersuites ChannelSecurity Indicates the cipher suites being used on a particular WebLogic Server channel. More info
ClientCertificateEnforced Client Certificate Enforced ChannelSecurity Specifies whether clients must present digital certificates from a trusted certificate authority to WebLogic Server on this channel. More info
ClusterAddress Cluster Address ChannelGeneral The address this network channel uses to generate EJB handles and failover addresses for use in a cluster. More info
CompleteMessageTimeout Complete Message Timeout ChannelGeneral The maximum amount of time this network channel waits for a complete message to be received. More info
ConnectTimeout Connect Timeout ChannelGeneral The amount of time that this network channel should wait to establish an outbound socket connection before timing out. More info
CustomHostnameVerifier Custom Hostname Verifier ChannelSecurity The name of a class that implements the weblogic.security.SSL.HostnameVerifier interface. More info
CustomIdentityKeyStoreFileName Custom Identity Keystore ChannelSecurity The source of the identity keystore. More info
CustomIdentityKeyStorePassPhrase Custom Identity Key Store Pass Phrase ChannelSecurity The encrypted custom identity keystore’s passphrase. More info
CustomIdentityKeyStoreType Custom Identity Key Store Type ChannelSecurity The type of the keystore. More info
CustomPrivateKeyAlias Custom Channel Private Key Alias ChannelSecurity The string alias used to store and retrieve the channel’s private key in the keystore. More info
CustomPrivateKeyPassPhrase Custom Channel Private Key Pass Phrase ChannelSecurity The passphrase used to retrieve the server’s private key from the keystore. More info
Enabled Enabled ChannelGeneral Specifies whether this channel should be started. More info
ExcludedCiphersuites Excluded Ciphersuites ChannelSecurity List of cipher suites not to be used by WebLogic Server. More info
HostnameVerificationIgnored Disable Hostname Verification ChannelSecurity Specifies whether to ignore the installed implementation of the weblogic.security.SSL.HostnameVerifier interface (when this server is acting as a client to another application server). More info
HostnameVerifierType Hostname Verifier ChannelSecurity A hostname verifier determines whether the connection to the host with the hostname from the URL should be allowed. It is used to prevent man-in-the-middle attacks. It is called during the SSL handshake when this server is acting as a client of another application server.

By default, the server-level SSL hostname verifier is used.

More info
HttpEnabledForThisProtocol Http Enabled For This Protocol ChannelGeneral Specifies whether HTTP traffic should be allowed over this network channel. More info
IdleConnectionTimeout Idle Connection Timeout ChannelGeneral The maximum amount of time (in seconds) that a connection is allowed to be idle before it is closed by this network channel. More info
InboundCertificateValidation Inbound Certificate Validation ChannelSecurity Indicates the client certificate validation rules for inbound SSL. More info
ListenAddress Listen Address ChannelGeneral The IP address or DNS name this network channel uses to listen for incoming connections. More info
ListenPort Listen Port ChannelGeneral The default TCP port this network channel uses to listen for regular (non-SSL) incoming connections. More info
LoginTimeoutMillis Login Timeout ChannelGeneral The amount of time that this network channel should wait for a connection before timing out. More info
MaxBackoffBetweenFailures Maximum Backoff Between Failures ChannelGeneral The maximum back off time between failures while accepting client connections. More info
MaxConnectedClients Maximum Connected Clients ChannelGeneral The maximum number of clients that can be connected on this network channel. More info
MaxMessageSize Maximum Message Size ChannelGeneral The maximum message size allowable in a message header. More info
Name Name ChannelGeneral The name of this Network Channel. More info
OutboundCertificateValidation Outbound Certificate Validation ChannelSecurity Indicates the server certificate validation rules for outbound SSL. More info
OutboundEnabled Outbound Enabled ChannelGeneral Specifies whether new server-to-server connections may consider this network channel when initiating a connection. More info
Protocol Protocol ChannelGeneral The protocol this network channel should use for connections. More info
PublicAddress External Listen Address ChannelGeneral The IP address or DNS name representing the external identity of this network channel. More info
PublicPort External Listen Port ChannelGeneral The externally published listen port for this network channel. More info
SDPEnabled Enable SDP Protocol ChannelGeneral Enables Socket Direct Protocol (SDP) on this channel. More info
ServerCipherSuitesOrderEnabled Server Cipher Suites Order Enabled ChannelSecurity Indicates whether to honor the server cipher suites preference. More info
TimeoutConnectionWithPendingResponses Timeout Connection With Pending Responses ChannelGeneral Determines if connections with pending responses are allowed to timeout. More info
TunnelingClientPingSecs Tunneling Client Ping ChannelGeneral The interval (in seconds) at which this network channel should ping an HTTP-tunneled client to see if its still alive. More info
TunnelingClientTimeoutSecs Tunneling Client Timeout ChannelGeneral The amount of time (in seconds) after which this network channel considers a missing HTTP-tunneled client to be dead. More info
TunnelingEnabled Tunneling Enabled ChannelGeneral Specifies whether tunneling via HTTP should be enabled for this network channel. More info
TwoWaySSLEnabled Two Way SSL Enabled ChannelSecurity Specifies whether this network channel uses two way SSL. More info
UseFastSerialization Use Optimized Serialization ChannelGeneral Specifies whether to use non-standard object serialization for performance. More info

 

NodeManagerRuntime

References to this type:

  • Monitoring -> Environment -> Node Manager Logs
Property Name Label Tab Name Description MBean Reference
DownloadLogLink Log The node manager’s log.
Name Name The name of this configuration. More info
Reachable Reachable More info

 

NonXAResourceRuntime

References to this type:

  • Monitoring -> Services -> Transactions -> JTA Runtime -> Non XA Resource Runtime MBeans
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
NonXAResourceName Non XA Resource Name Returns the resource name. More info
Server Server More info
TransactionCommittedTotalCount Transaction Committed Total Count The total number of transactions committed since the server was started. More info
TransactionHeuristicsTotalCount Transaction Heuristics Total Count The number of transactions that completed with a heuristic status since the server was started. More info
TransactionRolledBackTotalCount Transaction Rolled Back Total Count The number of transactions that were rolled back since the server was started. More info
TransactionTotalCount Transaction Total Count The total number of transactions processed. More info

 

NovellAuthenticator

Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter NovellAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the Group schema. More info
AllUsersFilter All Users Filter NovellAuthenticatorParameters If the attribute (user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals NovellAuthenticatorParameters By default, the LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled NovellAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size NovellAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL NovellAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
ConnectTimeout Connect Timeout NovellAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is no maximum time limit. More info
ConnectionPoolSize Connection Pool Size NovellAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit NovellAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential NovellAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute NovellAuthenticatorParameters The attribute of a dynamic LDAP group object that specifies the name of the group. More info
DynamicGroupObjectClass Dynamic Group Object Class NovellAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute NovellAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics NovellAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals NovellAuthenticatorParameters Specifies that a search for a user or group within the LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN NovellAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains groups. More info
GroupFromNameFilter Group From Name Filter NovellAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema. More info
GroupMembershipSearching Group Membership Searching NovellAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope NovellAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute NovellAuthenticatorParameters Specifies the name of the GUID attribute defined in the Novell Directory Services LDAP server. More info
Host Host NovellAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain NovellAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership NovellAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled NovellAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level NovellAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay NovellAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port NovellAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal NovellAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception NovellAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit NovellAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is no maximum time limit. More info
SSLEnabled SSL Enabled NovellAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter NovellAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP broups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute NovellAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. More info
StaticGroupObjectClass Static Group Object Class NovellAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute NovellAuthenticatorParameters The attribute of a static LDAP group object that specifies the distinguished names (DNs) of the members of the group. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal NovellAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UserBaseDN User Base DN NovellAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains users. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute NovellAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter NovellAuthenticatorParameters If the attribute (user name attribute and user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
UserNameAttribute User Name Attribute NovellAuthenticatorParameters The attribute of an LDAP user object that specifies the name of the user. More info
UserObjectClass User Object Class NovellAuthenticatorParameters The LDAP object class that stores users. More info
UserSearchScope User Search Scope NovellAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

OAMAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> OAMAuthenticator
Property Name Label Tab Name Description MBean Reference
AccessGateName Access Gate Name OAMAuthenticatorParameters No description provided. More info
AccessGatePassword Access Gate Password OAMAuthenticatorParameters No description provided. More info
ApplicationDomain Application Domain OAMAuthenticatorParameters No description provided. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Description Description Common No description provided. More info
KeyStore Key Store OAMAuthenticatorParameters No description provided. More info
KeyStorePassPhrase Key Store Pass Phrase OAMAuthenticatorParameters No description provided. More info
MaximumAccessServerConnectionsInPool Maximum Access Server Connections In Pool OAMAuthenticatorParameters No description provided. More info
MinimumAccessServerConnectionsInPool Minimum Access Server Connections In Pool OAMAuthenticatorParameters No description provided. More info
Name Name Common More info
PrimaryAccessServer Primary Access Server OAMAuthenticatorParameters No description provided. More info
SecondaryAccessServer Secondary Access Server OAMAuthenticatorParameters No description provided. More info
SimpleModePassPhrase Simple Mode Pass Phrase OAMAuthenticatorParameters No description provided. More info
TransportSecurity Transport Security OAMAuthenticatorParameters No description provided. More info
TrustStore Trust Store OAMAuthenticatorParameters No description provided. More info
UseRetreivedUsernameAsPrincipal Use Retreived Username As Principal OAMAuthenticatorParameters No description provided. More info
Version Version Common No description provided. More info

 

OAMCredentialMapper

References to this type:

  • Configuration -> Security -> Realms -> Credential Mappers -> OAMCredentialMapper
Property Name Label Tab Name Description MBean Reference
AccessGateName Access Gate Name OAMCredentialMapperParameters No description provided. More info
AccessGatePassword Access Gate Password OAMCredentialMapperParameters No description provided. More info
Description Description Common No description provided. More info
KeyStore Key Store OAMCredentialMapperParameters No description provided. More info
KeyStorePassPhrase Key Store Pass Phrase OAMCredentialMapperParameters No description provided. More info
MaximumAccessServerConnectionsInPool Maximum Access Server Connections In Pool OAMCredentialMapperParameters No description provided. More info
MinimumAccessServerConnectionsInPool Minimum Access Server Connections In Pool OAMCredentialMapperParameters No description provided. More info
Name Name Common More info
PrimaryAccessServer Primary Access Server OAMCredentialMapperParameters No description provided. More info
SecondaryAccessServer Secondary Access Server OAMCredentialMapperParameters No description provided. More info
SimpleModePassPhrase Simple Mode Pass Phrase OAMCredentialMapperParameters No description provided. More info
TransportSecurity Transport Security OAMCredentialMapperParameters No description provided. More info
TrustStore Trust Store OAMCredentialMapperParameters No description provided. More info
Version Version Common No description provided. More info

 

OAMIdentityAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> OAMIdentityAsserter
Property Name Label Tab Name Description MBean Reference
AccessGateName Access Gate Name OAMIdentityAsserterParameters No description provided. More info
AccessGatePassword Access Gate Password OAMIdentityAsserterParameters No description provided. More info
ActiveTypes Active Types Common No description provided. More info
ApplicationDomain Application Domain OAMIdentityAsserterParameters No description provided. More info
Base64DecodingRequired Base64 Decoding Required Common No description provided. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Description Description Common No description provided. More info
InternalCompatibilityMode Internal Compatibility Mode OAMIdentityAsserterParameters No description provided. More info
KeyStore Key Store OAMIdentityAsserterParameters No description provided. More info
KeyStorePassPhrase Key Store Pass Phrase OAMIdentityAsserterParameters No description provided. More info
MaximumAccessServerConnectionsInPool Maximum Access Server Connections In Pool OAMIdentityAsserterParameters No description provided. More info
MinimumAccessServerConnectionsInPool Minimum Access Server Connections In Pool OAMIdentityAsserterParameters No description provided. More info
Name Name Common More info
PrimaryAccessServer Primary Access Server OAMIdentityAsserterParameters No description provided. More info
SSOHeaderName SSO Header Name OAMIdentityAsserterParameters No description provided. More info
SecondaryAccessServer Secondary Access Server OAMIdentityAsserterParameters No description provided. More info
SimpleModePassPhrase Simple Mode Pass Phrase OAMIdentityAsserterParameters No description provided. More info
SupportedTypes Supported Types Common No description provided. More info
TransportSecurity Transport Security OAMIdentityAsserterParameters No description provided. More info
TrustStore Trust Store OAMIdentityAsserterParameters No description provided. More info
Version Version Common No description provided. More info

 

OIDCIdentityAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> OIDCIdentityAsserter
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common The token types that are currently active. More info
Base64DecodingRequired Base64 Decoding Required Common Returns whether the tokens that are passed to the Identity Assertion provider will be base64 decoded first. More info
ClockSkew Clock Skew OIDCIdentityAsserterParameters The allowable variance, in seconds, for the token Expiration, Issued At, and Not Before attributes. More info
Description Description Common A short description of the WebLogic OpenID Connect Identity Assertion provider. More info
IdentityDomain Identity Domain OIDCIdentityAsserterParameters The name of the identity domain. More info
KeyCacheSize Key Cache Size OIDCIdentityAsserterParameters Specifies the maximum number of entries to OIDC JWKS cache. More info
KeyCacheTTL Key Cache TTL OIDCIdentityAsserterParameters The time-to-live (TTL) of the OIDC JWKS cache, in seconds. More info
Name Name Common More info
RequestCacheSize Request Cache Size OIDCIdentityAsserterParameters Specifies the maximum number of entries to OIDC request holder cache. More info
RequestCacheTTL Request Cache TTL OIDCIdentityAsserterParameters The time-to-live (TTL) of the OIDC request holder cache, in seconds. More info
SupportedTypes Supported Types Common The types of tokens supported by the OpenID Connect provider. More info
UserIDTokenClaim User ID Token Claim OIDCIdentityAsserterParameters Claim ID used to extract the user ID (GUID) from the token. More info
UserNameTokenClaim User Name Token Claim OIDCIdentityAsserterParameters Claim ID used to extract the user name from the token. More info
Version Version Common The version number of the WebLogic OpenID Connect Identity Assertion provider. More info
VirtualUserAllowed Virtual User Allowed OIDCIdentityAsserterParameters Determines whether to allow identity assertion to authenticate WebLogic Server users who are not represented in the security store. More info

 

ONSDaemonRuntime

References to this type:

  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCOracleDataSourceRuntime -> ONS Daemon Runtimes
Property Name Label Tab Name Description MBean Reference
Host Host The host address of the ONS daemon. More info
Name Name The name of this configuration. More info
Port Port The port of the ONS daemon. More info
Server Server More info
Status Status The status of the ONS daemon. More info

 

OpenLDAPAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> OpenLDAPAuthenticator
Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter OpenLDAPAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the Group schema. More info
AllUsersFilter All Users Filter OpenLDAPAuthenticatorParameters If the attribute (user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals OpenLDAPAuthenticatorParameters By default, the LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled OpenLDAPAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size OpenLDAPAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL OpenLDAPAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
ConnectTimeout Connect Timeout OpenLDAPAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is no maximum time limit. More info
ConnectionPoolSize Connection Pool Size OpenLDAPAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit OpenLDAPAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential OpenLDAPAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute OpenLDAPAuthenticatorParameters The attribute of a dynamic LDAP group object that specifies the name of the group. More info
DynamicGroupObjectClass Dynamic Group Object Class OpenLDAPAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute OpenLDAPAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics OpenLDAPAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals OpenLDAPAuthenticatorParameters Specifies that a search for a user or group within the LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN OpenLDAPAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains groups. More info
GroupFromNameFilter Group From Name Filter OpenLDAPAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. If the attribute is not specified (that is, if the attribute is null or empty), a default search filter is created based on the group schema. More info
GroupMembershipSearching Group Membership Searching OpenLDAPAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope OpenLDAPAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute OpenLDAPAuthenticatorParameters Specifies the name of the GUID attribute defined in the OpenLDAP Directory Services LDAP server. More info
Host Host OpenLDAPAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain OpenLDAPAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership OpenLDAPAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled OpenLDAPAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level OpenLDAPAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay OpenLDAPAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port OpenLDAPAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal OpenLDAPAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception OpenLDAPAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit OpenLDAPAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is no maximum time limit. More info
SSLEnabled SSL Enabled OpenLDAPAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter OpenLDAPAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP broups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute OpenLDAPAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. More info
StaticGroupObjectClass Static Group Object Class OpenLDAPAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute OpenLDAPAuthenticatorParameters The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal OpenLDAPAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UserBaseDN User Base DN OpenLDAPAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains users. More info
UserDescriptionAttribute User Description Attribute OpenLDAPAuthenticatorParameters The brief description of an LDAP user object. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute OpenLDAPAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter OpenLDAPAuthenticatorParameters If the attribute (user name attribute and user object class) is not specified (that is, if the attribute is null or empty), a default search filter is created based on the user schema. More info
UserNameAttribute User Name Attribute OpenLDAPAuthenticatorParameters The attribute of an LDAP user object that specifies the name of the user. More info
UserObjectClass User Object Class OpenLDAPAuthenticatorParameters The LDAP object class that stores users. More info
UserSearchScope User Search Scope OpenLDAPAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

OracleIdentityCloudIntegrator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> OracleIdentityCloudIntegrator
Property Name Label Tab Name Description MBean Reference
AccessTokenTimeoutWindow Access Token Timeout Window OracleIdentityCloudIntegratorParameters The number of seconds before an access token times out that a new access token is requested. More info
ActiveTypes Active Types Common The token types that are currently active. More info
AltClientIDTokenClaim Alt Client ID Token Claim OracleIdentityCloudIntegratorParameters Used to get the alternate client ID from the token. More info
AltIDTokenClaim Alt ID Token Claim OracleIdentityCloudIntegratorParameters Used to get the alternate user ID from the token. More info
AnyIdentityDomainEnabled Any Identity Domain Enabled OracleIdentityCloudIntegratorParameters The Oracle Identity Cloud Integrator provider defines this setting as always enabled. More info
AppNameFilterHeaderName App Name Filter Header Name OracleIdentityCloudIntegratorParameters The name of the HTTP header used to determine the application name applied when filtering the authentication and assertion requests to the Oracle Identity Cloud Service. More info
AppRolesTokenClaim App Roles Token Claim OracleIdentityCloudIntegratorParameters Used to get AppRoles from the token. More info
AudienceEnabled Audience Enabled OracleIdentityCloudIntegratorParameters Specifies whether the audience from the access token is stored in the subject for later use by the application. More info
Base64DecodingRequired Base64 Decoding Required Common Specifies whether the tokens that are passed to the Oracle Identity Cloud Integrator provider for identity assertion are base 64 decoded first. More info
BasePath Base Path OracleIdentityCloudIntegratorParameters The URI base path used for the connection to the Oracle Identity Cloud Service. More info
CacheEnabled Cache Enabled OracleIdentityCloudIntegratorParameters Specifies whether to cache the Oracle Identity Cloud Service user’s information. More info
CacheSize Cache Size OracleIdentityCloudIntegratorParameters Specifies the maximum number of entries to cache. More info
CacheTTL Cache TTL OracleIdentityCloudIntegratorParameters The time-to-live (TTL) of the Oracle Identity Cloud Service user cache, in seconds. More info
ClientAsUserPrincipalEnabled Client As User Principal Enabled OracleIdentityCloudIntegratorParameters Specifies whether the client name from the access token is stored in the subject as the username for later use by the application. More info
ClientIDResourceAttribute Client ID Resource Attribute OracleIdentityCloudIntegratorParameters Used for Client ID App Assertion. More info
ClientIDTokenClaim Client ID Token Claim OracleIdentityCloudIntegratorParameters Used to get the client Id (GUID) from the access token. More info
ClientId Client Id OracleIdentityCloudIntegratorParameters The Client Id used when retrieving tokens from the Oracle Identity Cloud Service. More info
ClientNameTokenClaim Client Name Token Claim OracleIdentityCloudIntegratorParameters Used to get the client name from the access token. More info
ClientSecret Client Secret OracleIdentityCloudIntegratorParameters The Client secret used when retrieving tokens from the Oracle Identity Cloud Service. More info
ClientTenant Client Tenant OracleIdentityCloudIntegratorParameters The tenant in which the Client Id resides from the Oracle Identity Cloud Service. More info
ClientTenantTokenClaim Client Tenant Token Claim OracleIdentityCloudIntegratorParameters Used to get the Identity Domain for the client from the access token. More info
ConnectTimeout Connect Timeout OracleIdentityCloudIntegratorParameters The maximum time to wait, in seconds, for the connection to the Oracle Identity Cloud Service to be established. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Description Description Common A short description of the Oracle Identity Cloud Integrator provider. More info
GroupsTokenClaim Groups Token Claim OracleIdentityCloudIntegratorParameters Used to get groups from the token. More info
Host Host OracleIdentityCloudIntegratorParameters The host name used to connect to the Oracle Identity Cloud Service. More info
Issuer Issuer OracleIdentityCloudIntegratorParameters An override for the token issuer value used during validation. More info
JSONWebKeySetURI JSON Web Key Set URI OracleIdentityCloudIntegratorParameters An override for the JSON Web Key Set location (jwks_uri) used during validation of tokens. More info
KnownTenantEmptyMetadataTTL Known Tenant Empty Metadata TTL OracleIdentityCloudIntegratorParameters The time-to-live (TTL) of the empty metadata for known Oracle Identity Cloud Service tenants in Oracle Identity Cloud Service metadata cache, in seconds. More info
KnownTenantPrefixList Known Tenant Prefix List OracleIdentityCloudIntegratorParameters The list of tenant prefixes that would identify known or valid Oracle Identity Cloud Service tenant names. More info
Name Name Common More info
OnlyUserTokenClaimsEnabled Only User Token Claims Enabled OracleIdentityCloudIntegratorParameters Specifies whether the claims about the user from the token are the only claims processed when a subject is created. More info
Port Port OracleIdentityCloudIntegratorParameters The port number used to connect to the Oracle Identity Cloud Service. More info
PreferAltID Prefer Alt ID OracleIdentityCloudIntegratorParameters Specifies whether to use the alternate user id instead of user id to populate as the guid in the user principal. More info
ResourceTenantTokenClaim Resource Tenant Token Claim OracleIdentityCloudIntegratorParameters Used to get the Identity Domain for the resource from the access token. More info
ResponseReadTimeout Response Read Timeout OracleIdentityCloudIntegratorParameters The maximum time to wait, in seconds, for a response from the Oracle Identity Cloud Service. More info
SSLEnabled SSL Enabled OracleIdentityCloudIntegratorParameters Specifies whether the TLS/SSL protocol is used when connecting to the Oracle Identity Cloud Service. More info
ServerBackoffEnabled Server Backoff Enabled OracleIdentityCloudIntegratorParameters Specifies whether to backoff and retry requests when Oracle Identity Cloud Service returns a response that too many requests are being processed in a specific time window. More info
ServerNotAvailableCounterInterval Server Not Available Counter Interval OracleIdentityCloudIntegratorParameters The interval, in seconds, that the count of authentication failures caused by the Oracle Identity Cloud Service not being available are logged to the server log. More info
SignaturePreferX509Certificate Signature Prefer X509 Certificate OracleIdentityCloudIntegratorParameters If the optional X.509 certificate chain (“x5c claim”) is available from the JSON Web Key Set, this attribute specifies whether the public key obtained from the X.509 certificate in the supplied chain is used during the verification of the token signature. More info
SupportedTypes Supported Types Common The types of tokens supported by the Oracle Identity Cloud Integrator provider. More info
SyncFilterEnabled Sync Filter Enabled OracleIdentityCloudIntegratorParameters Specifies whether the synchronization filter is enabled for servlet applications deployed on the security realm. More info
SyncFilterMatchCase Sync Filter Match Case OracleIdentityCloudIntegratorParameters Specifies whether the synchronization filter performs case match when comparing the session user and the remote user. More info
SyncFilterOnlyClientCertRequests Sync Filter Only Client Cert Requests OracleIdentityCloudIntegratorParameters Specifies whether the synchronization filter only filters the requests with CLIENT_CERT or CLIENT-CERT Auth Type. More info
SyncFilterPreferHeader Sync Filter Prefer Header OracleIdentityCloudIntegratorParameters Specifies whether the synchronization filter looks into the requests header before looking at the token for the remote user and tenant. More info
SyncFilterUserHeaderNames Sync Filter User Header Names OracleIdentityCloudIntegratorParameters The names of HTTP headers sent on requests that the synchronization filter uses to look for remote user information. More info
Tenant Tenant OracleIdentityCloudIntegratorParameters The name of the primary tenant where users and groups reside from the Oracle Identity Cloud Service. More info
TenantDataFlushInterval Tenant Data Flush Interval OracleIdentityCloudIntegratorParameters The interval, in seconds, that the cached data for all the tenants, including the metadata and public key is flushed. More info
TenantDataReloadEnabled Tenant Data Reload Enabled OracleIdentityCloudIntegratorParameters Specifies whether to re-load Oracle Identity Cloud Service tenant data when a token validation error occurs. More info
TenantDataReloadInterval Tenant Data Reload Interval OracleIdentityCloudIntegratorParameters The interval, in seconds, that the Oracle Identity Cloud Service tenant data would not be removed when a token validation error occurs. More info
TenantHeaderNames Tenant Header Names OracleIdentityCloudIntegratorParameters The names of HTTP headers sent on requests to the Oracle Identity Cloud Service that are used to determine the tenancy during authentication. More info
TenantHostNameTemplate Tenant Host Name Template OracleIdentityCloudIntegratorParameters The tenant-based host name, in Fully Qualified Domain name (FQDN) format, comprised of a tenant name and a host name. More info
TenantNames Tenant Names OracleIdentityCloudIntegratorParameters The list of allowable tenant names consumed from the Oracle Identity Cloud Service. More info
TenantTokenClaim Tenant Token Claim OracleIdentityCloudIntegratorParameters Used to get the Identity Domain from the token. More info
ThreadLockTimeout Thread Lock Timeout OracleIdentityCloudIntegratorParameters The maximum time to wait, in seconds, when a thread attempts to acquire a synchronization lock for obtaining metadata, keys and access tokens. More info
TokenCacheEnabled Token Cache Enabled OracleIdentityCloudIntegratorParameters Specifies whether to cache Oracle Identity Cloud Service tokens after successful validation of the token. More info
TokenClockSkew Token Clock Skew OracleIdentityCloudIntegratorParameters The allowable variance, in seconds, for the token Expiration, Issued At, and Not Before attributes. More info
TokenSecureTransportRequired Token Secure Transport Required OracleIdentityCloudIntegratorParameters Determines whether the Oracle Identity Cloud Integrator provider checks for a secure transport connection before accepting active token types. More info
TokenValidationLevel Token Validation Level OracleIdentityCloudIntegratorParameters The level of validation performed on Oracle Identity Cloud Service tokens passed to the Identity Asserter. More info
TokenVirtualUserAllowed Token Virtual User Allowed OracleIdentityCloudIntegratorParameters Determines whether to allow identity assertion to authenticate WebLogic Server users who are not represented in the security store. More info
UnknownTenantEmptyMetadataTTL Unknown Tenant Empty Metadata TTL OracleIdentityCloudIntegratorParameters The time-to-live (TTL) of the empty metadata for unknown tenants in Oracle Identity Cloud Service metadata cache, in seconds. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal OracleIdentityCloudIntegratorParameters Specifies whether to get the value of the “userName” attribute from the authentication response to create the Principal. More info
UserAuthenticationAssertionAttribute User Authentication Assertion Attribute OracleIdentityCloudIntegratorParameters Used for User Authentication and Assertion. More info
UserIDResourceAttribute User ID Resource Attribute OracleIdentityCloudIntegratorParameters SCIM User resource type attribute that specifies the ID (GUID) of the user. More info
UserIDTokenClaim User ID Token Claim OracleIdentityCloudIntegratorParameters Used to get the user ID (GUID) from the token. More info
UserNameResourceAttribute User Name Resource Attribute OracleIdentityCloudIntegratorParameters SCIM User resource type attribute that specifies the name of the user. More info
UserNameTokenClaim User Name Token Claim OracleIdentityCloudIntegratorParameters Used to get the user name from the token. More info
Version Version Common The version number of the Oracle Identity Cloud Integrator provider. More info

 

OracleInternetDirectoryAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> OracleInternetDirectoryAuthenticator
Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter OracleInternetDirectoryAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). The static group object class should be modified, as necessary, based on the settings for the Static Group Object Class and Static Member DN Attribute attributes. More info
AllUsersFilter All Users Filter OracleInternetDirectoryAuthenticatorParameters An LDAP search filter for finding all users beneath the base user distinguished name (DN). Note: If you change the user name attribute to a type other than cn, you must duplicate that change in the User From Name Filter and User Name Attribute attributes. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals OracleInternetDirectoryAuthenticatorParameters By default, the LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled OracleInternetDirectoryAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size OracleInternetDirectoryAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL OracleInternetDirectoryAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
CheckUserEnabledAttribute Check User Enabled Attribute OracleInternetDirectoryAuthenticatorParameters Specifies whether to check if the user is enabled, e.g. More info
ConnectTimeout Connect Timeout OracleInternetDirectoryAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is not a maximum time limit. More info
ConnectionPoolSize Connection Pool Size OracleInternetDirectoryAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit OracleInternetDirectoryAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential OracleInternetDirectoryAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the Oracle Internet Directory LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute OracleInternetDirectoryAuthenticatorParameters The attribute of a dynamic LDAP group object that specifies the name of the group. If the name attribute of the dynamic LDAP group object is changed – for example, from cn to uid – that change must be duplicated in both the All Groups Filter and Group From Name Filter attributes. More info
DynamicGroupObjectClass Dynamic Group Object Class OracleInternetDirectoryAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute OracleInternetDirectoryAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics OracleInternetDirectoryAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals OracleInternetDirectoryAuthenticatorParameters Specifies that a search for a user or group within the LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN OracleInternetDirectoryAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains groups. More info
GroupFromNameFilter Group From Name Filter OracleInternetDirectoryAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. The static group object class should be modified, as necessary, based on the settings for the Static Group Object Class and Static Member DN Attribute attributes. More info
GroupMembershipSearching Group Membership Searching OracleInternetDirectoryAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope OracleInternetDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute OracleInternetDirectoryAuthenticatorParameters Specifies the name of the GUID attribute defined in the Oracle Internet Directory LDAP server. More info
Host Host OracleInternetDirectoryAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain OracleInternetDirectoryAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership OracleInternetDirectoryAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled OracleInternetDirectoryAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level OracleInternetDirectoryAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay OracleInternetDirectoryAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port OracleInternetDirectoryAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal OracleInternetDirectoryAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception OracleInternetDirectoryAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit OracleInternetDirectoryAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is no maximum time limit. More info
SSLEnabled SSL Enabled OracleInternetDirectoryAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter OracleInternetDirectoryAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute OracleInternetDirectoryAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. If the name attribute of the static LDAP group object is changed – for example, from cn to uid – that change must be duplicated in the All Groups Filter and Group From Name Filter attributes. More info
StaticGroupObjectClass Static Group Object Class OracleInternetDirectoryAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute OracleInternetDirectoryAuthenticatorParameters The attribute of a static LDAP group object that specifies the distinguished names (DNs) of the members of the group. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal OracleInternetDirectoryAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UserBaseDN User Base DN OracleInternetDirectoryAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains users. More info
UserDescriptionAttribute User Description Attribute OracleInternetDirectoryAuthenticatorParameters The brief description of an LDAP user object. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute OracleInternetDirectoryAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter OracleInternetDirectoryAuthenticatorParameters An LDAP search filter for finding a user given the name of the user. The user name attribute specified in this filter must match the one specified in the All Users Filter and User Name Attribute attributes. More info
UserNameAttribute User Name Attribute OracleInternetDirectoryAuthenticatorParameters The attribute of an LDAP user object class that specifies the name of the user. The user name attribute specified must match the one specified in the All Users Filter and User From Name Filter attributes. More info
UserObjectClass User Object Class OracleInternetDirectoryAuthenticatorParameters The LDAP object class that stores users. More info
UserSearchScope User Search Scope OracleInternetDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

OracleUnifiedDirectoryAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> OracleUnifiedDirectoryAuthenticator
Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter OracleUnifiedDirectoryAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). The static group object class should be modified, as necessary, based on the settings for the Static Group Object Class and Static Member DN Attribute attributes. More info
AllUsersFilter All Users Filter OracleUnifiedDirectoryAuthenticatorParameters An LDAP search filter for finding all users beneath the base user distinguished name (DN). Note: If you change the user name attribute to a type other than cn, you must duplicate that change in the User From Name Filter and User Name Attribute attributes. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals OracleUnifiedDirectoryAuthenticatorParameters By default, the LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled OracleUnifiedDirectoryAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size OracleUnifiedDirectoryAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL OracleUnifiedDirectoryAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
ConnectTimeout Connect Timeout OracleUnifiedDirectoryAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is not a maximum time limit. More info
ConnectionPoolSize Connection Pool Size OracleUnifiedDirectoryAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit OracleUnifiedDirectoryAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential OracleUnifiedDirectoryAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the Oracle Unified Directory LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute OracleUnifiedDirectoryAuthenticatorParameters The attribute of a dynamic LDAP group object that specifies the name of the group. If the name attribute of the dynamic LDAP group object is changed – for example, from cn to uid – that change must be duplicated in both the All Groups Filter and Group From Name Filter attributes. More info
DynamicGroupObjectClass Dynamic Group Object Class OracleUnifiedDirectoryAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute OracleUnifiedDirectoryAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics OracleUnifiedDirectoryAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals OracleUnifiedDirectoryAuthenticatorParameters Specifies that a search for a user or group within the LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN OracleUnifiedDirectoryAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains groups. More info
GroupFromNameFilter Group From Name Filter OracleUnifiedDirectoryAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. The static group object class should be modified, as necessary, based on the settings for the Static Group Object Class and Static Member DN Attribute attributes. More info
GroupMembershipSearching Group Membership Searching OracleUnifiedDirectoryAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope OracleUnifiedDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute OracleUnifiedDirectoryAuthenticatorParameters Specifies the name of the GUID attribute defined in the Oracle Unified Directory LDAP server. More info
Host Host OracleUnifiedDirectoryAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain OracleUnifiedDirectoryAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership OracleUnifiedDirectoryAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled OracleUnifiedDirectoryAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level OracleUnifiedDirectoryAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay OracleUnifiedDirectoryAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port OracleUnifiedDirectoryAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal OracleUnifiedDirectoryAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception OracleUnifiedDirectoryAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit OracleUnifiedDirectoryAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is no maximum time limit. More info
SSLEnabled SSL Enabled OracleUnifiedDirectoryAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter OracleUnifiedDirectoryAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute OracleUnifiedDirectoryAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. If the name attribute of the static LDAP group object is changed – for example, from cn to uid – that change must be duplicated in the All Groups Filter and Group From Name Filter attributes. More info
StaticGroupObjectClass Static Group Object Class OracleUnifiedDirectoryAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute OracleUnifiedDirectoryAuthenticatorParameters The attribute of an LDAP static group object that specifies the distinguished names (DNs) of the members of the group. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal OracleUnifiedDirectoryAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UserBaseDN User Base DN OracleUnifiedDirectoryAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains users. More info
UserDescriptionAttribute User Description Attribute OracleUnifiedDirectoryAuthenticatorParameters The brief description of an LDAP user object. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute OracleUnifiedDirectoryAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter OracleUnifiedDirectoryAuthenticatorParameters An LDAP search filter for finding a user given the name of the user. The user name attribute specified in this filter must match the one specified in the All Users Filter and User Name Attribute attributes. More info
UserNameAttribute User Name Attribute OracleUnifiedDirectoryAuthenticatorParameters The attribute of an LDAP user object class that specifies the name of the user. The user name attribute specified must match the one specified in the All Users Filter and User From Name Filter attributes. More info
UserObjectClass User Object Class OracleUnifiedDirectoryAuthenticatorParameters The LDAP object class that stores users. More info
UserSearchScope User Search Scope OracleUnifiedDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

OracleVirtualDirectoryAuthenticator

Property Name Label Tab Name Description MBean Reference
AllGroupsFilter All Groups Filter OracleVirtualDirectoryAuthenticatorParameters An LDAP search filter for finding all groups beneath the base group distinguished name (DN). The static group object class should be modified, as necessary, based on the settings for the Static Group Object Class and Static Member DN Attribute attributes. More info
AllUsersFilter All Users Filter OracleVirtualDirectoryAuthenticatorParameters An LDAP search filter for finding all users beneath the base user distinguished name (DN). Note: If you change the user name attribute to a type other than cn, you must duplicate that change in the User From Name Filter and User Name Attribute attributes. More info
BindAnonymouslyOnReferrals Bind Anonymously On Referrals OracleVirtualDirectoryAuthenticatorParameters By default, the LDAP Authentication provider uses the same DN and password used to connect to the LDAP server when following referrals during a search. If you want to connect as an anonymous user, enable this attribute. More info
CacheEnabled Cache Enabled OracleVirtualDirectoryAuthenticatorParameters Specifies whether a cache is used with the LDAP server More info
CacheSize Cache Size OracleVirtualDirectoryAuthenticatorParameters The size of the cache (in kilobytes) that is used with the LDAP server More info
CacheTTL Cache TTL OracleVirtualDirectoryAuthenticatorParameters The time-to-live of the cache (in seconds) that is used with the LDAP server More info
ConnectTimeout Connect Timeout OracleVirtualDirectoryAuthenticatorParameters The maximum time in seconds to wait for the connection to the LDAP server to be established. If this attribute is set to 0, there is no maximum time limit. More info
ConnectionPoolSize Connection Pool Size OracleVirtualDirectoryAuthenticatorParameters The LDAP connection pool size. More info
ConnectionRetryLimit Connection Retry Limit OracleVirtualDirectoryAuthenticatorParameters Specifies the number of times to attempt to connect to the LDAP server if the initial connection failed. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Credential Credential OracleVirtualDirectoryAuthenticatorParameters The credential (usually a password) used to connect to the LDAP server. More info
Description Description Common A short description of the Oracle Virtual Directory LDAP Authentication provider. More info
DynamicGroupNameAttribute Dynamic Group Name Attribute OracleVirtualDirectoryAuthenticatorParameters The attribute of a dynamic LDAP group object that specifies the name of the group. If the name attribute of the dynamic LDAP group object is changed – for example, from cn to uid – that change must be duplicated in both the All Groups Filter and Group From Name Filter attributes. More info
DynamicGroupObjectClass Dynamic Group Object Class OracleVirtualDirectoryAuthenticatorParameters The LDAP object class that stores dynamic groups. More info
DynamicMemberURLAttribute Dynamic Member URL Attribute OracleVirtualDirectoryAuthenticatorParameters The attribute of the dynamic LDAP group object that specifies the URLs of the members of the dynamic group. More info
EnableCacheStatistics Enable Cache Statistics OracleVirtualDirectoryAuthenticatorParameters Specifies whether to enable statistics of the cache if LDAP Server Cache and Group Membership Lookup Hierarchy Cache are enabled. More info
FollowReferrals Follow Referrals OracleVirtualDirectoryAuthenticatorParameters Specifies that a search for a user or group within the LDAP Authentication provider will follow referrals to other LDAP servers or branches within the LDAP directory. By default, this attribute is enabled. More info
GroupBaseDN Group Base DN OracleVirtualDirectoryAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains groups. More info
GroupFromNameFilter Group From Name Filter OracleVirtualDirectoryAuthenticatorParameters An LDAP search filter for finding a group given the name of the group. The static group object class should be modified, as necessary, based on the settings for the Static Group Object Class and Static Member DN Attribute attributes. More info
GroupMembershipSearching Group Membership Searching OracleVirtualDirectoryAuthenticatorParameters Specifies whether group searches into nested groups are unlimited, limited or off. More info
GroupSearchScope Group Search Scope OracleVirtualDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree to search for groups. More info
GuidAttribute GUID Attribute OracleVirtualDirectoryAuthenticatorParameters Specifies the name of the GUID attribute defined in the Oracle Virtual Directory LDAP server. More info
Host Host OracleVirtualDirectoryAuthenticatorParameters The host name or IP address of the LDAP server. More info
IdentityDomain Identity Domain OracleVirtualDirectoryAuthenticatorParameters The name of the identity domain. More info
IgnoreDuplicateMembership Ignore Duplicate Membership OracleVirtualDirectoryAuthenticatorParameters Determines whether duplicate members are ignored when adding groups. More info
KeepAliveEnabled Keep Alive Enabled OracleVirtualDirectoryAuthenticatorParameters Specifies whether to prevent LDAP connections from timing out. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level OracleVirtualDirectoryAuthenticatorParameters Specifies how many levels of group membership can be searched. More info
Name Name Common More info
ParallelConnectDelay Parallel Connect Delay OracleVirtualDirectoryAuthenticatorParameters The delay in seconds when making concurrent attempts to connect to multiple LDAP servers. More info
Port Port OracleVirtualDirectoryAuthenticatorParameters The port number on which the LDAP server is listening. More info
Principal Principal OracleVirtualDirectoryAuthenticatorParameters The Distinguished Name (DN) of the LDAP user that WebLogic Server should use to connect to the LDAP server. More info
PropagateCauseForLoginException Propagate Cause For Login Exception OracleVirtualDirectoryAuthenticatorParameters Specifies whether the providers should propagate the cause of the LoginException. More info
ResultsTimeLimit Results Time Limit OracleVirtualDirectoryAuthenticatorParameters The maximum number of milliseconds for the LDAP server to wait for results before timing out. If this attribute is set to 0, there is not maximum time limit.. More info
SSLEnabled SSL Enabled OracleVirtualDirectoryAuthenticatorParameters Specifies whether the SSL protocol should be used when connecting to the LDAP server. More info
StaticGroupDNsfromMemberDNFilter Static Group DNs From Member DN Filter OracleVirtualDirectoryAuthenticatorParameters An LDAP search filter that, given the distinguished name (DN) of a member of a group, returns the DNs of the static LDAP groups that contain that member. More info
StaticGroupNameAttribute Static Group Name Attribute OracleVirtualDirectoryAuthenticatorParameters The attribute of a static LDAP group object that specifies the name of the group. If the name attribute of the static LDAP group object is changed – for example, from cn to uid – that change must be duplicated in the All Groups Filter and Group From Name Filter attributes. More info
StaticGroupObjectClass Static Group Object Class OracleVirtualDirectoryAuthenticatorParameters The name of the LDAP object class that stores static groups. More info
StaticMemberDNAttribute Static Member DN Attribute OracleVirtualDirectoryAuthenticatorParameters The attribute of a static LDAP group object that specifies the distinguished names (DNs) of the members of the group. More info
UseRetrievedUserNameAsPrincipal Use Retrieved User Name As Principal OracleVirtualDirectoryAuthenticatorParameters Specifies whether or not the user name retrieved from the LDAP server should be used as the Principal in the Subject. More info
UserBaseDN User Base DN OracleVirtualDirectoryAuthenticatorParameters The base distinguished name (DN) of the tree in the LDAP directory that contains users. More info
UserDynamicGroupDNAttribute User Dynamic Group DN Attribute OracleVirtualDirectoryAuthenticatorParameters The attribute of an LDAP user object that specifies the distinguished names (DNs) of dynamic groups to which this user belongs. More info
UserFromNameFilter User From Name Filter OracleVirtualDirectoryAuthenticatorParameters An LDAP search filter for finding a user given the name of the user. The user name attribute specified in this filter must match the one specified in the All Users Filter and User Name Attribute attributes. More info
UserNameAttribute User Name Attribute OracleVirtualDirectoryAuthenticatorParameters The attribute of an LDAP user object class that specifies the name of the user. The user name attribute specified must match the one specified in the All Users Filter and User From Name Filter attributes. More info
UserObjectClass User Object Class OracleVirtualDirectoryAuthenticatorParameters The LDAP object class that stores users. More info
UserSearchScope User Search Scope OracleVirtualDirectoryAuthenticatorParameters Specifies how deep in the LDAP directory tree the generic LDAP Authentication provider should search for users. More info
Version Version Common The version number of the LDAP Authentication provider. More info

 

OutboundConnectionPoolGroup

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups
  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups
Property Name Label Tab Name Description MBean Reference
Name Name Overview The outbound connection pool group’s name.

 

OutboundConnectionPoolInstance

Actions: New

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances
Property Name Label Tab Name Description MBean Reference
Name Name Overview The outbound connection pool instance’s name.

 

PKICredentialMapper

References to this type:

  • Configuration -> Security -> Realms -> Credential Mappers -> PKICredentialMapper
Property Name Label Tab Name Description MBean Reference
Description Description Common A short description of the PKI Credential Mapping provider. More info
KeyStoreFileName Key Store File Name PKICredentialMapperParameters Location of the keystore relative to the directory where the server was started. More info
KeyStorePassPhrase Key Store Pass Phrase PKICredentialMapperParameters The Keystore password. More info
KeyStoreProvider Key Store Provider PKICredentialMapperParameters Represents a provider for the Java Security API that should be used. More info
KeyStoreType Key Store Type PKICredentialMapperParameters The provider will generate a keystore object of this type. Default is ‘JKS’. More info
Name Name Common More info
UseInitiatorGroupNames Use Initiator Group Names PKICredentialMapperParameters Enables selection of credential mappings based on the group names of the initiator. More info
UseResourceHierarchy Use Resource Hierarchy PKICredentialMapperParameters Enables selection of credential mappings by traversing up the resource hierarchy for each type of resource. More info
Version Version Common The version of the PKI Credential Mapping provider. More info

 

PSAssemblyRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> Path Service Runtimes -> Assemblies
Property Name Label Tab Name Description MBean Reference
MapEntries Map Entries Returns all entries in a persistent map’s assembly. More info
Name Name The name of this configuration. More info
Server Server More info

 

PasswordValidator

Actions: Move Down, Move Up

References to this type:

  • Configuration -> Security -> Realms -> Password Validators
Property Name Label Tab Name Description MBean Reference
Description Description Returns a description of this security provider. More info
Name Name The name of this configuration. More info
Version Version Returns this security provider’s version. More info

 

PathService

References to this type:

  • Configuration -> Services -> Path Services
Property Name Label Tab Name Description MBean Reference
Name Name General The name of this path service. More info
PersistentStore Persistent Store General The name of the persistent store used to store the routing path for this path service instance. More info
Targets Target Target You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

PathServiceRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> Path Service Runtimes
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
Server Server More info

 

PersistentStoreConnectionRuntime

References to this type:

  • Monitoring -> Services -> Persistence -> Persistent Store Runtimes -> Connections
Property Name Label Tab Name Description MBean Reference
CreateCount Create Count Number of create requests issued by this connection. More info
DeleteCount Delete Count Number of delete requests issued by this connection. More info
Name Name The name of this configuration. More info
ObjectCount Object Count Number of objects contained in the connection. More info
ReadCount Read Count Number of read requests issued by this connection, including requests that occur during store initialization. More info
Server Server More info
UpdateCount Update Count Number of update requests issued by this connection. More info

 

PersistentStoreRuntime

References to this type:

  • Monitoring -> Services -> Persistence -> Persistent Store Runtimes
Property Name Label Tab Name Description MBean Reference
AllocatedIoBufferBytes Allocated Io Buffer Bytes The amount of off-heap (native) memory, in bytes, reserved for file store use. More info
AllocatedWindowBufferBytes Allocated Window Buffer Bytes The amount of off-heap (native) memory, in bytes, reserved for file store window buffer use. More info
CreateCount Create Count Number of create requests issued by this store. More info
DeleteCount Delete Count Number of delete requests issued by this store. More info
HealthState Health State Implement the HealthFeedback interface by returning the health state of this store. More info
Name Name The name of this configuration. More info
ObjectCount Object Count Number of objects contained in the store. More info
PhysicalWriteCount Physical Write Count Number of times the store flushed its data to durable storage. More info
ReadCount Read Count Number of read requests issued by this store, including requests that occur during store initialization. More info
Server Server More info
UpdateCount Update Count Number of update requests issued by this store. More info

 

Pool

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> EntityEjb -> Pool
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Pool
Property Name Label Tab Name Description MBean Reference
IdleTimeoutSeconds Idle Timeout Seconds General The maximum length of time (in seconds) an EJB should remain in the cache or free pool before it is passivated or removed.
InitialBeansInFreePool Initial Beans In Free Pool General The initial number of beans in the free pool.
MaxBeansInFreePool Max Beans In Free Pool General The maximum number of beans in the free pool.

 

PoolParams

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Pool Params
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Pool Params
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups -> Pool Params
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Pool Params
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Pool Params
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Outbound Connection Pool Instances -> Pool Params
  • Monitoring -> Deployments -> Application Management -> Configuration -> ConnectorDeployment -> Outbound Connection Pool Groups -> Pool Params
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> ConnectorDeployment -> Outbound Connection Pool Groups -> Pool Params
Property Name Label Tab Name Description MBean Reference
CapacityIncrement Capacity Increment General The number of connections created when new connections are added to the connection pool.
ConnectionCreationRetryFrequencySeconds Connection Creation Retry Frequency Seconds General The number of seconds between attempts to establish connections to the database.
ConnectionReserveTimeoutSeconds Connection Reserve Timeout Seconds General The Connection Reserve Timeout Seconds of this outbound connection.
HighestNumUnavailable Highest Num Unavailable General The Highest Num Unavailable of this outbound connection.
HighestNumWaiters Highest Num Waiters General The Highest Num Waiters of this outbound connection.
InitialCapacity Initial Capacity General The initial number of connections in the pool.
MatchConnectionsSupported Match Connections Supported General Match Connections Supported flag of this outbound connection.
MaxCapacity Max Capacity General The maximum number of connections in the pool.
ShrinkFrequencySeconds Shrink Frequency Seconds General The number of seconds to wait before shrinking a connection pool that has incrementally increased to meet demand.
ShrinkingEnabled Shrinking Enabled General Should unused connections be removed from the pool?
TestConnectionsOnCreate Test Connections On Create General Should connections be tested when they are created?
TestConnectionsOnRelease Test Connections On Release General Should connections be tested when they are released?
TestConnectionsOnReserve Test Connections On Reserve General Should connections be tested when they are reserved?
TestFrequencySeconds Test Frequency Seconds General The frequency, in seconds, to test connections in this outbound connection pool.

 

Property

References to this type:

  • Configuration -> Services -> JMS Modules -> Foreign Servers -> JNDI Properties
Property Name Label Tab Name Description MBean Reference
Key Key Gets the key of this bean More info
Value Value Gets the value associated with this bean More info

 

ProviderMessageDrivenDescriptor

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ProviderMessageDrivenDescriptor
Property Name Label Tab Name Description MBean Reference
InitSuspendSeconds Init Suspend (in seconds) General The initial number of seconds to suspend an MDB’s JMS connection when a JMS resource outage is detected.
JmsPollingIntervalSeconds Polling Interval (in seconds) General The number of seconds between each attempt by an MDB to reconnect to either a JMS destination or Resource Adapter.
MaxMessagesInTransaction Max Messages In Transaction General The maximum number of messages that can be in a transaction for an MDB.
MaxSuspendSeconds Max Suspend (in seconds) General The maximum number of seconds to suspend an MDB’s JMS connection when a JMS resource outage is detected.
ProviderUrl Provider URL General The URL to be used by the initial context.

 

QueryCacheRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Query Cache Runtimes
Property Name Label Tab Name Description MBean Reference
CacheAccessCount Cache Access Count Provides a count of the number of accesses of the query cache for this EJB. More info
CacheHitCount Cache Hit Count Provides a count of the number of cache hits of the query cache for this EJB. More info
CacheMissByBeanEvictionCount Cache Miss By Bean Eviction Count Provides a count of the number of cache misses of the query cache for this EJB because corresponding beans were not found in the entity cache. More info
CacheMissByDependentQueryMissCount Cache Miss By Dependent Query Miss Count Provides a count of the number of cache misses of the query cache for this EJB because a dependent query was not found in another EJB’s query cache. More info
CacheMissByRelatedQueryMissCount Cache Miss By Related Query Miss Count Provides a count of the number of cache misses of the query cache for this EJB because a related query was not found in another EJB’s query cache. More info
CacheMissByTimeoutCount Cache Miss By Timeout Count Provides a count of the number of cache misses of the query cache for this EJB due to query results timing out. More info
Name Name The name of this configuration. More info
Server Server More info
TotalCacheMissCount Total Cache Miss Count Provides a count of the total number of cache misses of the query cache for this EJB. More info
TotalCachedQueriesCount Total Cached Queries Count Provides a count of the total number of query results for this EJB currently in the query cache. More info

 

Queue

References to this type:

  • Configuration -> Services -> JMS Modules -> Queues
Property Name Label Tab Name Description MBean Reference
AttachSender Attach Sender Credential General Specifies whether messages landing on this destination should attach the credential of the sending user. More info
BytesHigh Bytes Threshold High Thresholds The upper threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
BytesLow Bytes Threshold Low Thresholds The lower threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
ConsumptionPausedAtStartup Pause Message Consumption at Startup General Specifies whether consumption is paused on a destination at startup. More info
DefaultUnitOfOrder Auto-generate Unit-of-Order Name General Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the domain, JMS server, and destination name. More info
DeliveryMode Delivery Mode Override Overrides The delivery mode assigned to all messages that arrive at the destination regardless of the DeliveryMode specified by the message producer. More info
ErrorDestination Error Destination DeliveryFailure The name of the target error destination for messages that have expired or reached their redelivery limit. More info
ExpirationLoggingPolicy Expiration Logging Format DeliveryFailure The policy that defines what information about the message is logged when the Expiration Policy is set to Log. More info
ExpirationPolicy Expiration Policy DeliveryFailure The message Expiration Policy to use when an expired message is encountered on a destination. More info
IncompleteWorkExpirationTime Expiration Time for Incomplete UOW Messages General Specifies the maximum length of time, in milliseconds, before undelivered messages in an incomplete UOW are expired. More info
InsertionPausedAtStartup Pause Message Insertion at Startup General Specifies whether new message insertion is paused on a destination at startup. More info
JMSCreateDestinationIdentifier Create Destination Identifier General A reference name for a destination or a member of a distributed destination that provides a way to lookup that destination without JNDI using javax.jms.Session createQueue or createTopic. More info
JNDIName JNDI Name General The global JNDI name used to look up the destination within the JNDI namespace. More info
LocalJNDIName Local JNDI Name General The local JNDI name used to look up the destination within the JNDI namespace of the server where the destination resource is targeted. More info
MaximumMessageSize Maximum Message Size Thresholds The maximum size of a message that is accepted from producers on this destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
MessagesHigh Messages Threshold High Thresholds The upper threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagesLow Messages Threshold Low Thresholds The lower threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagingPerformancePreference Messaging Performance Preference General Controls how long destinations are willing to wait to create full batches of available messages (if at all) for delivery to consumers. More info
Name Name ReferencedBy The name of this entity, represented in XML as an attribute. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Priority Priority Override Overrides The priority assigned to all messages that arrive at this destination, regardless of the Priority specified by the message producer. More info
ProductionPausedAtStartup Pause Message Production at Startup General Specifies whether new message production is paused on a destination at startup. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Quota Quota Thresholds A Quota controls the allotment of system resources available to destinations. More info
RedeliveryDelay Redelivery Delay Override DeliveryFailure The delay, in milliseconds, before rolled back or recovered messages are redelivered, regardless of the RedeliveryDelay specified by the consumer and/or connection factory. More info
RedeliveryLimit Redelivery Limit DeliveryFailure The number of redelivery tries a message can have before it is moved to the error destination. More info
SAFExportPolicy SAF Export Policy General Specifies whether a user can send messages to a destination using Store-and-Forward. More info
SubDeploymentName Sub Deployment Name General Gets the name of the sub-deployment to use when targeting this entity More info
Template Template General The JMS template from which the destination is derived. More info
TimeToDeliver Time-to-Deliver Override Overrides The default delay, either in milliseconds or as a schedule, between when a message is produced and when it is made visible on its target destination, regardless of the delivery time specified by the producer and/or connection factory. More info
TimeToLive Time-to-Live Override Overrides The time-to-live assigned to all messages that arrive at this destination, regardless of the TimeToLive value specified by the message producer. More info
Type Type ReferencedBy The type of the referring object.
UnitOfWorkHandlingPolicy Unit-of-Work (UOW) Message Handling Policy General Specifies whether the Unit-of-Work (UOW) feature is enabled for this destination. More info

 

QueueMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Queues -> send
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Queues -> browse
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Queues -> browse
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Queues -> receive
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Queues -> send
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Queues -> receive
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

QueuePolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Queues
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Queues
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

QueueRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Queues -> Roles
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Queues -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

QueueRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Queues
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Queues
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

Quota

References to this type:

  • Configuration -> Services -> JMS Modules -> Quotas
Property Name Label Tab Name Description MBean Reference
BytesMaximum Bytes Maximum Configuration The total number of bytes that can be stored in a destination that uses this quota. More info
MessagesMaximum Messages Maximum Configuration The total number of messages that can be stored in a destination that uses this quota. More info
Name Name ReferencedBy The name of this quota object. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Policy Policy Configuration For destinations that use this quota, this policy determines whether to deliver smaller messages before larger ones when a destination has exceeded its message quota. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Shared Shared Configuration Indicates whether this quota is shared by multiple destinations that refer to it. More info
Type Type ReferencedBy The type of the referring object.

 

RAConnectionPoolUserPasswordCredential

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> Resource Adapters -> Credentials
Property Name Label Tab Name Description MBean Reference
Name Remote User The credential’s remote user’s name.
RemotePassword Remote Password The remote user’s password.

 

RAConnectionPoolUserPasswordCredentialMapping

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> Resource Adapters -> Credential Mappings
Property Name Label Tab Name Description MBean Reference
IdentityDomain Identity Domain The credential mapping’s identity domain.
Name Name The credential mapping’s WebLogic user and identity domain.
RemoteUser Remote User The remote user’s name.
WLSUser WebLogic User The credential mapping’s WebLogic user’s name.

 

RDBMSSecurityStore

References to this type:

  • Configuration -> Security -> Realms -> RDBMS Security Store
Property Name Label Tab Name Description MBean Reference
ConnectionProperties Connection Properties General The JDBC driver specific connection parameters. More info
ConnectionURL Connection URL General The URL of the database to which to connect. More info
DriverName Driver Name General The full package name of the JDBC driver class used to create the physical database connections in the connection pool. More info
JMSExceptionReconnectAttempts JMS Exception Reconnect Attempts General The number of times to attempt to reconnect if the JMS system notifies Kodo of a serious connection error. More info
JMSTopic JMS Topic General The JMS topic to which the Kodo remote commit provider should publish notifications and subscribe for notifications sent from other JVMs. More info
JMSTopicConnectionFactory JMS Topic Connection Factory General The JNDI name of a javax.jms.TopicConnectionFactory instance to use for finding JMS topics. More info
JNDIPassword JNDI Password General The password to authenticate the user defined in the JNDIUsername attribute for Kodo notification. More info
JNDIUsername JNDI Username General The JNDI user name used for Kodo notification. More info
NotificationProperties Notification Properties General The comma-delimited list of key-value properties to pass to the JNDI InitialContext on construction, in the form of xxKey=xxValue, xxKey=xxValue. More info
Password Password General The password for the user specified in the Username attribute for connecting to the datastore. More info
Username Username General The username to use when connecting to the datastore. More info

 

ReadOnlyGroup

References to this type:

  • Security Data -> Realms -> Authentication Providers -> UserGroupReader -> Groups
Property Name Label Tab Name Description MBean Reference
Description Description General A short description of this group.
Name Name General The name of this group.

 

ReadOnlySQLAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> ReadOnlySQLAuthenticator
Property Name Label Tab Name Description MBean Reference
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
DataSourceName Data Source Name ReadOnlySQLAuthenticatorParameters The name of the JDBC data source used for database access. More info
Description Description Common A short description of the DBMS Authentication provider. More info
DescriptionsSupported Descriptions Supported ReadOnlySQLAuthenticatorParameters Indicates whether user and group descriptions are supported by the database used by the authentication provider. More info
GroupMembershipSearching Group Membership Searching ReadOnlySQLAuthenticatorParameters Specifies whether recursive group membership searching is unlimited or limited. More info
IdentityDomain Identity Domain ReadOnlySQLAuthenticatorParameters Returns the name of the identity domain. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level ReadOnlySQLAuthenticatorParameters This specifies how many levels of group membership can be searched. More info
Name Name Common More info
PlaintextPasswordsEnabled Plaintext Passwords Enabled ReadOnlySQLAuthenticatorParameters Indicates whether plaintext passwords are allowed to be used. More info
SQLGetGroupDescription SQL Get Group Description ReadOnlySQLAuthenticatorParameters The SQL statement used to retrieve the description of a group. More info
SQLGetUserDescription SQL Get User Description ReadOnlySQLAuthenticatorParameters The SQL statement used to retrieve the description of a specific user. More info
SQLGetUsersPassword SQL Get Users Password ReadOnlySQLAuthenticatorParameters The SQL statement used to look up a user’s password. More info
SQLGroupExists SQL Group Exists ReadOnlySQLAuthenticatorParameters The SQL statement used to look up a group. More info
SQLIsMember SQL Is Member ReadOnlySQLAuthenticatorParameters The SQL statement used to look up members of a group. More info
SQLListGroups SQL List Groups ReadOnlySQLAuthenticatorParameters The SQL statement used to retrieve group names that match a wildcard The SQL statement requires a single parameter for the wildcarded group name and return a resultSet containing matching group names More info
SQLListMemberGroups SQL List Member Groups ReadOnlySQLAuthenticatorParameters The SQL statement used to look up the groups a user or group is a member of. More info
SQLListUsers SQL List Users ReadOnlySQLAuthenticatorParameters The SQL statement used to retrieve users that match a particular wildcard search The SQL statement requires a single parameter for the wildcarded usernames and returns a resultSet containing matching usernames More info
SQLUserExists SQL User Exists ReadOnlySQLAuthenticatorParameters The SQL statement used to look up a user. More info
Version Version Common The version number of the DBMS Authentication provider. More info

 

ReadOnlyUser

References to this type:

  • Security Data -> Realms -> Authentication Providers -> UserGroupReader -> Users
Property Name Label Tab Name Description MBean Reference
Description Description General A short description of this user.
Name Name General The login name of this user.

 

Realm

References to this type:

  • Configuration -> Security -> Realms
Property Name Label Tab Name Description MBean Reference
AutoRestartOnNonDynamicChanges Automatically Restart After Non-Dynamic Changes General Specifies whether the Realm will be auto-restarted if non-dynamic changes are made to the realm or providers within the realm. More info
CertPathBuilder Cert Path Builder CertPathBuilder Returns the CertPath Builder provider in this security realm that will be used by the security system to build certification paths. More info
CombinedRoleMappingEnabled Combined Role Mapping Enabled General Determines how the role mappings in the Enterprise Application, Web application, and EJB containers interact. More info
DelegateMBeanAuthorization Use Authorization Providers to Protect JMX Access General Configures the WebLogic Server MBean servers to use the security realm’s Authorization providers to determine whether a JMX client has permission to access an MBean attribute or invoke an MBean operation. More info
DeployableProviderSynchronizationEnabled Deployable Provider Synchronization Enabled General Specifies whether synchronization for deployable Authorization and Role Mapping providers is enabled. More info
DeployableProviderSynchronizationTimeout Deployable Provider Synchronization Timeout General Returns the timeout value, in milliseconds, for the deployable security provider synchronization operation. More info
EnableWebLogicPrincipalValidatorCache Enable Web Logic Principal Validator Cache Performance Specifies whether or not the WebLogic Principal Validator caching is enabled. More info
IdentityAssertionCacheEnabled Identity Assertion Cache Enabled General Returns whether the Identity Assertion cache is enabled. More info
IdentityAssertionCacheTTL Time to live (in seconds) General Time-to-live (TTL), in seconds, of the Identity Assertion cache. This value is used only if Identity Assertion Cache Enabled is set to true. More info
IdentityAssertionDoNotCacheContextElements Names of Context Elements Not stored in Identity Assertion Cache General The list of Context Elements, one per line,that are not stored in the Identity Assertion cache because these elements are present in the ContextHandler of the requests. This value is used only if Identity Assertion Cache Enabled is set to true. More info
LockoutCacheSize Lockout Cache Size UserLockout Returns the number of invalid login records that the server places in a cache. More info
LockoutDuration Lockout Duration UserLockout Returns the number of minutes that a user account is locked out. More info
LockoutEnabled Lockout Enabled UserLockout Returns whether the server locks out users when there are invalid login attempts. More info
LockoutGCThreshold Lockout GC Threshold UserLockout Returns the maximum number of invalid login records that the server keeps in memory. More info
LockoutResetDuration Lockout Reset Duration UserLockout The number of minutes within which consecutive invalid login attempts cause the user account to be locked out. More info
LockoutThreshold Lockout Threshold UserLockout Returns the maximum number of consecutive invalid login attempts before account is locked out. More info
ManagementIdentityDomain Management Identity Domain General Sets the Management Identity Domain value for the realm. More info
MaxWebLogicPrincipalsInCache Max Web Logic Principals In Cache Performance The maximum size of the LRU cache for holding WebLogic Principal signatures. The default is 500. More info
Name Name ReferencedBy The name of this configuration. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RetireTimeoutSeconds Retire Timeout General Specifies the retire timeout for a realm that is restarted. More info
SecurityDDModel Security Model Default General Specifies the default security model for Web applications or EJBs that are secured by this security realm. More info
Type Type ReferencedBy The type of the referring object.

 

RealmRuntime

Actions: Unlock User

References to this type:

  • Monitoring -> Security -> Realm Runtimes
Property Name Label Tab Name Description MBean Reference
InvalidLoginAttemptsTotalCount Invalid Login Attempts Total Count Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. More info
InvalidLoginUsersHighCount Invalid Login Users High Count Returns the highest number of users with concurrent unexpired or uncleared invalid login attempts. More info
LockedUsersCurrentCount Locked Users Current Count Returns the number of users that are currently locked out of this server. More info
LoginAttemptsWhileLockedTotalCount Login Attempts While Locked Total Count Returns the number of invalid logins attempted since this server has been started and lockouts have been enabled. More info
Name Name The user-specified name of this MBean instance. More info
Server Server More info
UnlockedUsersTotalCount Unlocked Users Total Count Returns the number times users have been unlocked since this server has been started. More info
UserLockoutTotalCount User Lockout Total Count Returns the number of user lockouts that have occured since this server has been started. More info

 

RealmSecurityData

References to this type:

  • Security Data -> Realms
Property Name Label Tab Name Description MBean Reference
Name Name The name of this realm.

 

ReflectingGroup

Actions: Filter

References to this type:

  • Security Data -> Realms -> Authentication Providers -> ReflectingUserGroupAuthenticator -> Groups
Property Name Label Tab Name Description MBean Reference
Description Description General A short description of this group.
Groups Parent Groups Membership This group can be a member of any of these parent groups.
Name Name General The name of this group.

 

ReflectingUser

Actions: Filter

References to this type:

  • Security Data -> Realms -> Authentication Providers -> ReflectingUserGroupAuthenticator -> Users
Property Name Label Tab Name Description MBean Reference
Description Description General A short description of this user.
Groups Parent Groups Membership This user can be a member of any of these parent groups.
Name Name General The login name of this user.
Password New Password Password The new password of this user.

 

ReflectingUserGroupAuthenticator

References to this type:

  • Security Data -> Realms -> Authentication Providers -> ReflectingUserGroupAuthenticator
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Status Status The runtime status of this authentication provider.
Version Version This security provider’s version.

 

RemoteResourceUserPasswordCredential

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> Remote Resources -> Credentials
Property Name Label Tab Name Description MBean Reference
Name Remote User The credential’s remote user’s name.
RemotePassword Remote Password The remote user’s password.

 

RemoteResourceUserPasswordCredentialMapping

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> Remote Resources -> Credential Mappings
Property Name Label Tab Name Description MBean Reference
IdentityDomain Identity Domain The credential mapping’s identity domain.
Name Name The credential mapping’s WebLogic user and identity domain.
RemoteUser Remote User The remote user’s name.
WLSUser WebLogic User The credential mapping’s WebLogic user’s name.

 

RequestClassRuntime

References to this type:

  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> Request Class Runtime
  • Monitoring -> Scheduling -> Request Class Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Request Class Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Request Class Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Request Class Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Request Class Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Managed Executor Service Runtimes -> Request Class Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Managed Executor Service Runtimes -> Request Class Runtime
  • Monitoring -> Scheduling -> Concurrent Managed Objects Runtime -> Managed Executor Service Runtimes -> ManagedExecutorServiceRuntime -> Request Class Runtime
  • Monitoring -> Deployments -> Application Runtime Data -> Managed Executor Service Runtimes -> Request Class Runtime
Property Name Label Tab Name Description MBean Reference
CompletedCount Completed Count Total number of completions since server start More info
Name Name The name of this configuration. More info
PendingRequestCount Pending Request Count Number of requests waiting for a thread to become available. More info
RequestClassType Request Class Type Returns the type of RequestClass. More info
Server Server More info
TotalThreadUse Total Thread Use Total amount of thread use time in millisec’s used by the request class since server start. More info
Type Type Returns the type of the MBean. More info
VirtualTimeIncrement Virtual Time Increment Current priority of the request class. More info

 

ResourceAdapterMessageDrivenDescriptor

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Message Driven Descriptor -> ResourceAdapterMessageDrivenDescriptor
Property Name Label Tab Name Description MBean Reference
DestinationJNDIName Destination JNDI Name General The JNDI name of the destination.
InitSuspendSeconds Init Suspend (in seconds) General The initial number of seconds to suspend an MDB’s JMS connection when a JMS resource outage is detected.
JmsPollingIntervalSeconds Polling Interval (in seconds) General The number of seconds between each attempt by an MDB to reconnect to either a JMS destination or Resource Adapter.
MaxSuspendSeconds Max Suspend (in seconds) General The maximum number of seconds to suspend an MDB’s JMS connection when a JMS resource outage is detected.
ResourceAdapterJNDIName Resource Adapter JNDI Name General The JNDI name of the Resource Adapter that this MDB is receiving messages from.

 

ResponseTimeRequestClass

References to this type:

  • Configuration -> Scheduling -> Response Time Request Classes
Property Name Label Tab Name Description MBean Reference
GoalMs Response time goal General A response time goal in milliseconds. More info
Name Name General The user-specified name of this MBean instance. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

RoleMapper

Actions: Move Down, Move Up

References to this type:

  • Configuration -> Security -> Realms -> Role Mappers
Property Name Label Tab Name Description MBean Reference
Description Description Returns a description of this security provider. More info
Name Name The name of this configuration. More info
Version Version Returns this security provider’s version. More info

 

RoleMapperSecurityData

References to this type:

  • Security Data -> Realms -> Role Mappers
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

RolloutTaskRuntime

References to this type:

  • Monitoring -> Environment -> ZDT -> Stopped Workflows -> RolloutTaskRuntime
  • Monitoring -> Environment -> ZDT -> All Workflows -> RolloutTaskRuntime
  • Monitoring -> Environment -> ZDT -> Inactive Workflows -> RolloutTaskRuntime
Property Name Label Tab Name Description MBean Reference
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
Name Name The name of this configuration. More info
NumCompletedCommands Num Completed Commands Number of completed commands in the workflow. More info
NumTotalCommands Num Total Commands Number of all commands in the workflow. More info
Progress Progress How much progress this task has made. More info
ProgressString Progress String Human-readable message containing information about the current workflow progress. More info
Running Running Indicates whether the task is still running. More info
StartTime Start Time The time this task began. More info
StatusHistory Status History Provides step by step information (log) about the progress of the workflow. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info
WorkflowId Workflow Id Each workflow has a unique id. More info
WorkflowName Workflow Name User defined name of this workflow. More info
WorkflowTarget Workflow Target Returns the target that was specified when the workflow was created. More info
WorkflowType Workflow Type Returns a string that can be used to identify the different types of workflows. More info

 

RootLevelPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> JDBC
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> Web Service
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> Server
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> Work Context
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> JMX
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> Resource Adapter
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> EJB
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> JNDI
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> JNDI
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> JMS
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> Admin
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> JMX
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> Work Context
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> Admin
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> JMS
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> Resource Adapter
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> EJB
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> Server
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> JDBC
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> Web Service
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Root Level -> URL
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Root Level -> URL
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

SAFAgent

References to this type:

  • Configuration -> Services -> SAF Agents
Property Name Label Tab Name Description MBean Reference
AcknowledgeInterval Acknowledge Interval General The maximum interval between two successive acknowledgements sent by the receiving side. More info
BytesMaximum Bytes Maximum Quotas The maximum bytes quota (total amount of bytes) that can be stored in this SAF agent. More info
BytesThresholdHigh Bytes Threshold High Thresholds The upper threshold value that triggers events based on the number of bytes stored in the SAF agent. More info
BytesThresholdLow Bytes Threshold Low Thresholds The lower threshold that triggers events based on the number of bytes stored in the SAF agent. More info
ConversationIdleTimeMaximum Conversation Idle Time Maximum General The maximum amount of time allowed, in milliseconds, before a sending side releases the resources used by a conversation. More info
DefaultRetryDelayBase Retry Delay Base General The amount of time, in milliseconds, between the original delivery attempt and the first retry. More info
DefaultRetryDelayMaximum Retry Delay Maximum General The maximum amount of time, in milliseconds, between two successive delivery retry attempts. More info
DefaultRetryDelayMultiplier Retry Delay Multiplier General The factor used to multiply the previous delay time to calculate the next delay time to be used. More info
DefaultTimeToLive Time-To-Live General The default amount of time, in milliseconds, that the agent guarantees to reliably send messages. More info
FileCount Files to retain Logging The maximum number of log files that the server creates when it rotates the log. More info
FileMinSize Rotation file size Logging The size (1 - 2097150 kilobytes) that triggers the server to move log messages to a separate file. More info
FileName Log file name Logging More info
FileTimeSpan Rotation interval Logging The interval (in hours) at which the server saves old log messages to another file. More info
ForwardingPausedAtStartup Pause Forwarding Messages At Startup General Specifies whether the agent is paused for forwarding messages at the startup time. More info
IncomingPausedAtStartup Pause Incoming Messages At Startup General Specifies whether the agent is paused for incoming messages at startup time. More info
LogFileRotationDir Log file rotation directory Logging The directory where the rotated log files will be stored. More info
LoggingEnabled Logging Enabled General Specifies whether a message is logged in the server log file when a message fails to be forwarded. More info
MaximumMessageSize Maximum Message Size Quotas The maximum number of bytes allowed in individual messages on this SAF agent. More info
MessageBufferSize Message Buffer Size General The amount of memory used to store message bodies in memory before they are paged out to disk. More info
MessageCompressionOptions Message Compression Options General Specifies the type of message compression used when JMS message body compression is enabled for Persistent Stores and JMS Paging Stores. More info
MessagesMaximum Messages Maximum Quotas The maximum message quota (total amount of messages) that can be stored in this SAF agent. More info
MessagesThresholdHigh Messages Threshold High Thresholds The upper threshold that triggers events based on the number of messages stored in the SAF agent. More info
MessagesThresholdLow Messages Threshold Low Thresholds The low threshold that triggers events based on the number of messages stored in the SAF agent. More info
Name Name ReferencedBy The user-specified name of this MBean instance. More info
NumberOfFilesLimited Limit number of retained files Logging Indicates whether to limit the number of log files that this server instance creates to store old messages. More info
PagingDirectory Paging Directory General Specifies where message bodies are written when the size of the message bodies in the JMS server exceeds the message buffer size. More info
PagingMessageCompressionEnabled Paging Message Compression Enabled General Enables the JMS paging store to perform message body compression on persistent and non-persistent messages. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ReceivingPausedAtStartup Pause Receiving Messages At Startup General Specifies whether the agent is paused for receiving messages at the startup time. More info
RotateLogOnStartup Rotate log file on startup Logging Specifies whether a server rotates its log file during its startup cycle. More info
RotationTime Begin rotation time Logging Determines the start time (hour and minute) for a time-based rotation sequence. More info
RotationType Rotation Type Logging Criteria for moving old log messages to a separate file. More info
ServiceType Agent Type General The type of service that this SAF agent provides. More info
Store Persistent Store General The persistent disk-based file store or JDBC-accessible database for the SAF agent. More info
StoreMessageCompressionEnabled Store Message Compression Enabled General Enables the JMS store to perform message body compression. More info
Targets Target Target More info
Type Type ReferencedBy The type of the referring object.
WindowInterval Window Interval General The maximum amount of time, in milliseconds, that a JMS sending agent waits before forwarding messages in a single batch. More info
WindowSize Window Size General For JMS messages, the number of messages in a batch. More info

 

SAFAgentRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> SAF Runtime -> Agents
Property Name Label Tab Name Description MBean Reference
BytesCurrentCount Bytes Current Count Returns the current number of bytes. More info
BytesHighCount Bytes High Count Returns the peak number of bytes since the last reset. More info
BytesPendingCount Bytes Pending Count Returns the number of pending bytes. More info
BytesReceivedCount Bytes Received Count The number of bytes received since the last reset. More info
BytesThresholdTime Bytes Threshold Time Returns the amount of time in the threshold condition since the last reset. More info
ConversationsCurrentCount Conversations Current Count Returns the current number of conversations More info
ConversationsHighCount Conversations High Count The peak number of conversations since the last reset. More info
ConversationsTotalCount Conversations Total Count The total number of conversations since the last reset. More info
FailedMessagesTotal Failed Messages Total Returns the total number of messages that have failed to be forwarded since the last reset. More info
MessagesCurrentCount Messages Current Count Returns the current number of messages. More info
MessagesHighCount Messages High Count Returns the peak number of messages since the last reset. More info
MessagesPendingCount Messages Pending Count Returns the number of pending messages. More info
MessagesReceivedCount Messages Received Count The number of messages received since the last reset. More info
MessagesThresholdTime Messages Threshold Time Returns the amount of time in the threshold condition since the last reset. More info
Name Name The name of this configuration. More info
PausedForForwarding Paused For Forwarding Indicates whether or not the sending agent is paused for forwarding at the current time. More info
PausedForIncoming Paused For Incoming Indicates whether or not the sending agent is paused for incoming messages at the current time. More info
PausedForReceiving Paused For Receiving Indicates whether or not the receiving agent is paused for receiving at the current time. More info
RemoteEndpointsCurrentCount Remote Endpoints Current Count The current number of remote endpoints to which this SAF agent has been storing and forwarding messages. More info
RemoteEndpointsHighCount Remote Endpoints High Count The peak number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset. More info
RemoteEndpointsTotalCount Remote Endpoints Total Count The number of remote endpoints to which this SAF agent has been storing and forwarding messages since last reset. More info
Server Server More info

 

SAFConversationRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> SAF Runtime -> Agents -> Conversations
Property Name Label Tab Name Description MBean Reference
ConversationName Conversation Name The name of the conversation. More info
DestinationURL Destination URL The URL of the destination. More info
Name Name The name of this configuration. More info
QOS QOS The quality of service (QOS) for the SAF conversation. More info
Server Server More info

 

SAFErrorHandling

References to this type:

  • Configuration -> Services -> JMS Modules -> SAF Error Handlings
Property Name Label Tab Name Description MBean Reference
LogFormat Log Format Configuration Specifies how information is logged when Message Handling Policy is set to Log. More info
Name Name ReferencedBy The name of this entity, represented in XML as an attribute. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Policy Message Handling Policy Configuration The error handling policy for this SAF error handling resource. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
SAFErrorDestination Error Destination Configuration Specifies the error destination when Policy is set to Redirect. More info
Type Type ReferencedBy The type of the referring object.

 

SAFImportedDestinations

References to this type:

  • Configuration -> Services -> JMS Modules -> SAF Imported Destinations
Property Name Label Tab Name Description MBean Reference
DefaultTargetingEnabled Default Targeting Enabled Configuration Specifies whether this JMS resource defaults to the parent module’s targeting or uses the subdeployment targeting mechanism. More info
ExactlyOnceLoadBalancingPolicy Exactly-once Load Balancing Policy Configuration Controls the load balancing behavior when the SAF service forwards messages to a distributed destination with the Exactly-Once quality of service (QOS). More info
JNDIPrefix JNDI Prefix Configuration Specifies the string that will prefix the local JNDI name of a remote destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
Name Name Configuration The name of this SAF imported destination. More info
SAFErrorHandling SAF Error Handling Configuration Specifies the error handling configuration used for the imported destinations. More info
SAFRemoteContext Remote SAF Context Configuration Specifies the remote context used for the imported destinations. More info
SubDeploymentName Sub Deployment Name Configuration Gets the name of the sub-deployment to use when targeting this entity More info
TimeToLiveDefault SAF Default Time-to-Live Configuration Specifies the default Time-to-Live value (expiration time), in milliseconds, for imported JMS messages. More info
UnitOfOrderRouting Message Unit-of-Order Routing Configuration Specifies the type of routing used to find a SAF agent when using the message Unit-of-Order feature. More info
UseSAFTimeToLiveDefault Enable SAF Default Time-to-Live Configuration Controls whether the Time-to-Live (expiration time) value set on imported JMS messages will be overridden by the value specified in the SAF Default Time-to-Live field. More info

 

SAFQueue

References to this type:

  • Configuration -> Services -> JMS Modules -> SAF Imported Destinations -> SAF Queues
Property Name Label Tab Name Description MBean Reference
LocalJNDIName Local JNDI Name General The local JNDI name of the remote destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
Name Name ReferencedBy The name of this entity, represented in XML as an attribute. More info
NonPersistentQos Non-Persistent QOS General Specifies the quality-of-service for non-persistent messages. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PersistentQos Persistent Qos General Specifies the quality-of-service for persistent messages. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RemoteJNDIName Remote JNDI Name General The remote JNDI name of the remote destination. More info
SAFErrorHandling SAF Error Handling General Specifies the error handling configuration used by this SAF destination. More info
TimeToLiveDefault SAF Default Time-to-Live General Specifies the default Time-to-Live value (expiration time), in milliseconds, for imported JMS messages. More info
Type Type ReferencedBy The type of the referring object.
UnitOfOrderRouting Message Unit-of-Order Routing General Specifies the type of routing used to find a SAF agent when using the message Unit-of-Order feature. More info
UseSAFTimeToLiveDefault Enable SAF Default Time-to-Live General Controls whether the Time-to-Live (expiration time) value set on imported JMS messages will be overridden by the value specified in the SAF Default Time-to-Live field. More info

 

SAFRemoteContext

References to this type:

  • Configuration -> Services -> JMS Modules -> SAF Remote Contexts
Property Name Label Tab Name Description MBean Reference
CompressionThreshold Compression Threshold Configuration The number of bytes for a serialized message body so that any message that exceeds this limit triggers message compression when the message is about to be sent across a SAF agent’s JVM boundary. More info
LoginURL URL Configuration Specifies the URL to connect to when using this SAF Login Context. More info
Name Name ReferencedBy The name of this entity, represented in XML as an attribute. More info
Password Password Configuration The password for the username used to log into the remote URL. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ReplyToSAFRemoteContextName ReplyTo Remote SAF Context Configuration Specifies the SAF Remote Context Name used by the replyTo destination in the remote cluster or server. More info
Type Type ReferencedBy The type of the referring object.
Username Username Configuration The name used to log into the remote URL. More info

 

SAFRemoteEndpointRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> SAF Runtime -> Agents -> Remote Endpoints
Property Name Label Tab Name Description MBean Reference
DowntimeHigh Downtime High Specifies the longest time, in seconds, that the remote endpoint has not been available since the last reset. More info
DowntimeTotal Downtime Total Specifies the total time, in seconds, that the remote endpoint has not been available since the last reset. More info
EndpointType Endpoint Type Specifies if the remote endpoint is a JMS or Web Services (WSRM) destination. More info
LastTimeConnected Last Time Connected Specifies the last time that the remote endpoint was connected. More info
LastTimeFailedToConnect Last Time Failed To Connect Specifies the last time that the remote endpoint failed to be connected. More info
Name Name The name of this configuration. More info
OperationState Operation State Specifies the state of the most recent ExireAll operation. More info
PausedForForwarding Paused For Forwarding Indicates if the remote endpoint is currently not forwarding messages. More info
PausedForIncoming Paused For Incoming Indicates if a remote endpoint is currently not accepting new messages. More info
Server Server More info
Type Type Returns the type of the MBean. More info
URL URL The URL of the remote endpoint. More info
UptimeHigh Uptime High Specifies the longest time, in seconds, that the remote endpoint has been available since the last reset. More info
UptimeTotal Uptime Total Specifies the total time, in seconds, that the remote endpoint has been available since the last reset. More info

 

SAFRuntime

References to this type:

  • Monitoring -> Services -> Messaging -> SAF Runtime
Property Name Label Tab Name Description MBean Reference
HealthState Health State The health state of SAF service. More info
Name Name The name of this configuration. More info
Server Server More info

 

SAFTopic

References to this type:

  • Configuration -> Services -> JMS Modules -> SAF Imported Destinations -> SAF Topics
Property Name Label Tab Name Description MBean Reference
LocalJNDIName Local JNDI Name General The local JNDI name of the remote destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
Name Name ReferencedBy The name of this entity, represented in XML as an attribute. More info
NonPersistentQos Non-Persistent QOS General Specifies the quality-of-service for non-persistent messages. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PersistentQos Persistent Qos General Specifies the quality-of-service for persistent messages. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RemoteJNDIName Remote JNDI Name General The remote JNDI name of the remote destination. More info
SAFErrorHandling SAF Error Handling General Specifies the error handling configuration used by this SAF destination. More info
TimeToLiveDefault SAF Default Time-to-Live General Specifies the default Time-to-Live value (expiration time), in milliseconds, for imported JMS messages. More info
Type Type ReferencedBy The type of the referring object.
UnitOfOrderRouting Message Unit-of-Order Routing General Specifies the type of routing used to find a SAF agent when using the message Unit-of-Order feature. More info
UseSAFTimeToLiveDefault Enable SAF Default Time-to-Live General Controls whether the Time-to-Live (expiration time) value set on imported JMS messages will be overridden by the value specified in the SAF Default Time-to-Live field. More info

 

SAML2CredentialMapper

References to this type:

  • Configuration -> Security -> Realms -> Credential Mappers -> SAML2CredentialMapper
Property Name Label Tab Name Description MBean Reference
DefaultTimeToLive Default Time To Live SAML2CredentialMapperParameters The time in seconds that, by default, an assertion should remain valid. The default value is 120 seconds (2 minutes). More info
DefaultTimeToLiveOffset Default Time To Live Offset SAML2CredentialMapperParameters The time factor you can use to allow the Credential Mapping provider to compensate for clock differences between the Identity Provider and Service Provider sites. More info
Description Description Common A short description of the SAML2 Credential Mapping provider. More info
GenerateAttributes Generate Attributes SAML2CredentialMapperParameters Specifies whether information, in addition to the username, will be generated in the SAML 2.0 assertion. For example, group information. Note that the Service Provider partner needs to have a SAML Authentication provider configured to be able to extract and use the attribute information contained in the assertion. More info
IssuerURI Issuer URI SAML2CredentialMapperParameters The Issuer URI, or name, of this SAML 2.0 Credential Mapping provider. The value that you specify for Issuer URI should match the Entity ID specified in the SAML 2.0 General page that configures the per server SAML 2.0 properties. More info
Name Name Common The name of this configuration. More info
NameMapperClassName Name Mapper Class Name SAML2CredentialMapperParameters The Java class that overrides the default SAML 2.0 credential mapper name mapper class, which maps Subjects to identity information contained in the assertion. More info
NameQualifier Name Qualifier SAML2CredentialMapperParameters The Name Qualifier value used by the Name Mapper. More info
SigningKeyAlias Signing Key Alias SAML2CredentialMapperParameters The alias used to retrieve from the keystore the key that is used to sign assertions. This attribute is used for Web Services support of SAML Token Profile only. More info
SigningKeyPassPhrase Signing Key Pass Phrase SAML2CredentialMapperParameters The credential, or password, used to retrieve from the keystore the keys used to sign assertions. This attribute is used for Web Services support of SAML Token Profile only. More info
Version Version Common The version number of the SAML2 Credential Mapping provider. More info

 

SAML2CredentialMapperSecurityData

References to this type:

  • Security Data -> Realms -> Credential Mappers -> SAML2CredentialMapperSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

SAML2IdentityAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> SAML2IdentityAsserter
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common The token types active for this SAML2 Identity Assertion provider. More info
Base64DecodingRequired Base64 Decoding Required Common Base64 decoding is not required for SAML2 Identity Assertion providers. More info
Description Description Common A short description of the SAML2 Identity Assertion provider. More info
IdentityDomain Identity Domain SAML2IdentityAsserterParameters The name of the identity domain. More info
Name Name Common The name of this configuration. More info
NameMapperClassName Name Mapper Class Name SAML2IdentityAsserterParameters The custom Java class that overrides the default SAML 2.0 assertion name mapper class, which maps identity information contained in assertions to local Subjects. More info
ReplicatedCacheEnabled Replicated Cache Enabled SAML2IdentityAsserterParameters Specifies whether the replicated cache is used. More info
SupportedTypes Supported Types Common The token types supported by this SAML2 Identity Assertion provider. More info
Version Version Common The version number of the SAML2 Identity Assertion provider. More info

 

SAML2IdentityAsserterSecurityData

References to this type:

  • Security Data -> Realms -> Authentication Providers -> SAML2IdentityAsserterSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

SAMLAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> SAMLAuthenticator
Property Name Label Tab Name Description MBean Reference
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Description Description Common A short description of the SAML Authentication provider. More info
IdentityDomain Identity Domain SAMLAuthenticatorParameters The name of the identity domain. More info
Name Name Common More info
Version Version Common The version number of the SAML Authentication provider. More info

 

SAMLCredentialMapperV2

References to this type:

  • Configuration -> Security -> Realms -> Credential Mappers -> SAMLCredentialMapperV2
Property Name Label Tab Name Description MBean Reference
CredCacheMinViableTTL Credential Cache Minimum Viable Time To Live SAMLCredentialMapperV2Parameters If an entry in the cache has less time to live than this value, the corresponding assertion will not be used. More info
CredCacheSize Cred Cache Size SAMLCredentialMapperV2Parameters The size of the cache used to store assertion credentials. More info
DefaultTimeToLive Default Time To Live SAMLCredentialMapperV2Parameters Time in seconds that, by default, an assertion should remain valid. More info
DefaultTimeToLiveDelta Default Time To Live Delta SAMLCredentialMapperV2Parameters A time factor you can use to allow the Credential Mapper to compensate for clock differences between the source and destination sites. More info
Description Description Common A short description of the SAML Credential Mapper V2 provider. More info
IssuerURI Issuer URI SAMLCredentialMapperV2Parameters The Issuer URI (name) of this SAML Authority. More info
MinimumParserPoolSize Minimum Parser Pool Size SAMLCredentialMapperV2Parameters The minimum number of parsers to maintain in the parser pool. More info
Name Name Common The name of this configuration. More info
NameMapperClassName Name Mapper Class Name SAMLCredentialMapperV2Parameters The name of the Java class that maps Subjects to SAML Assertion name information. More info
NameQualifier Name Qualifier SAMLCredentialMapperV2Parameters The Name Qualifier value used by the Name Mapper. More info
SigningKeyAlias Signing Key Alias SAMLCredentialMapperV2Parameters The alias used to retrieve from the keystore the key that is used to sign assertions. More info
SigningKeyPassPhrase Signing Key Pass Phrase SAMLCredentialMapperV2Parameters The credential (password) used to retrieve from the keystore the keys used to sign assertions. More info
Version Version Common The version number of the SAML Credential Mapper V2 provider. More info

 

SAMLIdentityAsserterV2

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> SAMLIdentityAsserterV2
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common The token types active for this SAML Identity Assertion V2 provider. More info
Base64DecodingRequired Base64 Decoding Required Common Base64 decoding is not required for the WebLogic SAML Identity Assertion V2 provider. More info
Description Description Common A short description of this SAML Identity Assertion V2 provider. More info
IdentityDomain Identity Domain SAMLIdentityAsserterV2Parameters The name of the identity domain. More info
MinimumParserPoolSize Minimum Parser Pool Size SAMLIdentityAsserterV2Parameters The minimum number of parsers to maintain in the parser pool. More info
Name Name Common The name of this configuration. More info
NameMapperClassName Name Mapper Class Name SAMLIdentityAsserterV2Parameters The name of the Java class that maps SAML Assertion name information to local Subjects. When no mapper is supplied the default mapper implementation is used. More info
SupportedTypes Supported Types Common The token types supported by this SAML Identity Assertion V2 provider. More info
Version Version Common The version number of this SAML Identity Assertion V2 provider. More info

 

SCAPojoComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> SCAPojoComponentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info

 

SCASpringComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> SCASpringComponentRuntime
Property Name Label Tab Name Description MBean Reference
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
Name Name The name of this configuration. More info
Server Server More info

 

SNMPAgent

Property Name Label Tab Name Description MBean Reference
AuthenticationProtocol Authentication Protocol General The protocol that this SNMP agent uses to ensure that only authorized users can request or receive information about your WebLogic Server domain. More info
Enabled Enabled General Specifies whether this SNMP agent is enabled. More info
InformEnabled Inform Enabled General Configures this SNMP agent to send notifications as an INFORM instead of a TRAP. More info
InformRetryInterval Inform Retry Interval General The number of milliseconds that this SNMP agent will wait for a response to an INFORM notification. More info
ListenAddress Listen Address General The listen address on which you want this SNMP agent to listen for incoming requests from SNMP managers that use the UDP protocol. More info
LocalizedKeyCacheInvalidationInterval Localized Key Cache Invalidation Interval General The number of milliseconds after which WebLogic Server invalidates its cache of SNMP security keys. More info
MasterAgentXPort Master Agent XPort General The port that this SNMP agent uses to communicate with its subagents. More info
MaxInformRetryCount Max Inform Retry Count General The maximum number of times that this SNMP agent will resend INFORM notifications for which it has not received a response. More info
Name Name General The user-specified name of this MBean instance. More info
PrivacyProtocol Privacy Protocol General The protocol that this SNMP agent uses to encrypt and unencrypt messages. More info
SNMPAccessForUserMBeansEnabled SNMP Access For User MBeans Enabled General Configures this SNMP agent to provide read-only access to MBean types that you have created and registered (custom MBeans). More info
SNMPEngineId SNMP Engine Id General An identifier for this SNMP agent that is unique amongst all other SNMP agents in the current WebLogic Server domain. More info
SNMPPort SNMP UDP Port General The port on which you want this SNMP agent to listen for incoming requests from SNMP managers that use the UDP protocol. More info
SNMPTrapVersion SNMP Trap Version General The SNMP notification version that this SNMP agent generates. More info
SendAutomaticTrapsEnabled Send Automatic Traps Enabled General Specifies whether this SNMP agent sends automatically generated notifications to SNMP managers. More info

 

SNMPAgentRuntime

References to this type:

  • Monitoring -> Diagnostics -> Domain SNMP Agent Runtime
  • Monitoring -> Diagnostics -> SNMP Agent Runtimes
Property Name Label Tab Name Description MBean Reference
AttributeChangeTrapCount Attribute Change Trap Count The number of attribute change notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
CounterMonitorTrapCount Counter Monitor Trap Count The number of counter monitor notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
FailedAuthenticationCount Failed Authentication Count The number of requests that this agent has rejected because of incorrect user credentials. More info
FailedAuthorizationCount Failed Authorization Count The number of requests that this agent has rejected because an authenticated user does not have sufficient privileges to view the requested information. More info
GaugeMonitorTrapCount Gauge Monitor Trap Count The number of gauge monitor notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
LogMessageTrapCount Log Message Trap Count The number of log message notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
MasterAgentXPort Master Agent XPort The port that this SNMP agent uses to communicate with subagents. More info
MonitorTrapCount Monitor Trap Count The total number of all notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
Name Name The name of this configuration. More info
Running Running Indicates whether this SNMP agent is running. More info
Server Server More info
ServerStartTrapCount Server Start Trap Count The number of serverStart notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
ServerStopTrapCount Server Stop Trap Count The number of serverShutdown notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
StringMonitorTrapCount String Monitor Trap Count The number of string monitor notifications that this SNMP agent has sent to all trap destinations since the agent’s host server was started. More info
UDPListenPort UDP Listen Port The UDP port on which this SNMP agent is listening for incoming requests from SNMP managers. More info

 

SNMPAttributeChange

Property Name Label Tab Name Description MBean Reference
AttributeMBeanName Monitored MBean Name General The name of the MBean instance that you want to monitor. More info
AttributeMBeanType Monitored MBean Type General The MBean type that defines the attribute you want to monitor. More info
AttributeName Monitored Attribute Name General The name of the attribute that you want to monitor. More info
EnabledServers Enabled Servers Servers This attribute is applicable only when the SNMP Agent is running on the Admin Server of a WebLogic Domain. More info
Name Name General The name of this attribute change. More info

 

SNMPCounterMonitor

Property Name Label Tab Name Description MBean Reference
EnabledServers Enabled Servers Servers This attribute is applicable only when the SNMP Agent is running on the Admin Server of a WebLogic Domain. More info
Modulus Modulus General A value to be subtracted from the threshold value when the threshold value is crossed. More info
MonitoredAttributeName Monitored Attribute Name General The name of an MBean attribute to monitor. More info
MonitoredMBeanName Monitored MBean Name General The name of the MBean instance that you want to monitor. More info
MonitoredMBeanType Monitored MBean Type General The MBean type that defines the attribute you want to monitor. More info
Name Name General The name of this counter monitor. More info
Offset Offset General A value to be added to the threshold value each time the observed value equals or exceeds the threshold. More info
PollingInterval Polling Interval General The frequency (in seconds) that WebLogic Server checks the attribute value. More info
Threshold Threshold General Specifies a value that triggers the Counter Monitor to generate a notification. More info

 

SNMPGaugeMonitor

Property Name Label Tab Name Description MBean Reference
EnabledServers Enabled Servers Servers This attribute is applicable only when the SNMP Agent is running on the Admin Server of a WebLogic Domain. More info
MonitoredAttributeName Monitored Attribute Name General The name of an MBean attribute to monitor. More info
MonitoredMBeanName Monitored MBean Name General The name of the MBean instance that you want to monitor. More info
MonitoredMBeanType Monitored MBean Type General The MBean type that defines the attribute you want to monitor. More info
Name Name General The name of this gauge monitor. More info
PollingInterval Polling Interval General The frequency (in seconds) that WebLogic Server checks the attribute value. More info
ThresholdHigh Threshold High General The high threshold at which a notification should be generated. More info
ThresholdLow Threshold Low General The low threshold at which a notification should be generated. More info

 

SNMPLogFilter

Property Name Label Tab Name Description MBean Reference
EnabledServers Enabled Servers Servers This attribute is applicable only when the SNMP Agent is running on the Admin Server of a WebLogic Domain. More info
MessageIds Message Ids General A list of message IDs or ID ranges that cause a WebLogic Server SNMP agent to generate a notification. More info
MessageSubstring Message Substring General A string that is searched for in the message text. More info
Name Name General The name of this log filter. More info
SeverityLevel Severity Level General The minimum severity of a message that causes a WebLogic Server SNMP agent to generate a notification. More info
SubsystemNames Subsystem Names General A list of subsystems whose messages are selected by this log filter. More info
UserIds User Ids General A list of user IDs that causes a WebLogic Server SNMP agent to generate a notification. More info

 

SNMPProxy

Property Name Label Tab Name Description MBean Reference
Community Community General The community name to be passed on for all SNMPv1 requests to this proxied SNMP agent. More info
Name Name General The name of this proxy configuration. More info
OidRoot Oid Root General The root of the object identifier (OID) tree that this proxied SNMP agent controls. More info
Port Port General The port number on which this proxied SNMP agent is listening. More info
SecurityLevel Security Level General The security level that the proxied SNMP agent expects for the specified security name. More info
SecurityName Security Name General The user name on whose behalf the WebLogic SNMP agent forwards v3 requests. More info
Timeout Timeout General The number of milliseconds that the WebLogic Server SNMP agent waits for a response to requests that it forwards to this proxy agent. More info

 

SNMPStringMonitor

Property Name Label Tab Name Description MBean Reference
EnabledServers Enabled Servers Servers This attribute is applicable only when the SNMP Agent is running on the Admin Server of a WebLogic Domain. More info
MonitoredAttributeName Monitored Attribute Name General The name of an MBean attribute to monitor. More info
MonitoredMBeanName Monitored MBean Name General The name of the MBean instance that you want to monitor. More info
MonitoredMBeanType Monitored MBean Type General The MBean type that defines the attribute you want to monitor. More info
Name Name General The name of this string monitor. More info
NotifyDiffer Notify Differ General Generates a notification if the value of the monitored attribute and the value of String to Compare are different. More info
NotifyMatch Notify Match General Generates a notification if the value of the monitored attribute and the value of String to Compare are the same. More info
PollingInterval Polling Interval General The frequency (in seconds) that WebLogic Server checks the attribute value. More info
StringToCompare String To Compare General The string against which the value of the monitored attribute will be compared. More info

 

SNMPTrapDestination

Property Name Label Tab Name Description MBean Reference
Host Host General The DNS name or IP address of the computer on which the SNMP manager is running. More info
Name Name General The name of this trap destination. This value is for your identification purposes only. More info
Port Port General The UDP port on which the SNMP manager is listening. More info
SecurityLevel Security Level General Specifies the security protocols that the SNMP agent uses when sending SNMPv3 responses or notifications to the SNMP manager that this trap destination represents. More info
SecurityName Security Name General Specifies the user name that the WebLogic Server SNMP agent encodes into SNMPv3 responses or notifications. More info

 

SQLAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> SQLAuthenticator
Property Name Label Tab Name Description MBean Reference
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
DataSourceName Data Source Name SQLAuthenticatorParameters The name of the JDBC data source used for database access. More info
Description Description Common A short description of the DBMS Authentication provider. More info
DescriptionsSupported Descriptions Supported SQLAuthenticatorParameters Indicates whether user and group descriptions are supported by the database used by the authentication provider. More info
GroupMembershipSearching Group Membership Searching SQLAuthenticatorParameters Specifies whether recursive group membership searching is unlimited or limited. More info
IdentityDomain Identity Domain SQLAuthenticatorParameters The name of the identity domain. More info
MaxGroupMembershipSearchLevel Max Group Membership Search Level SQLAuthenticatorParameters This specifies how many levels of group membership can be searched. More info
Name Name Common More info
PasswordAlgorithm Password Algorithm SQLAuthenticatorParameters The message digest algorithm used to hash passwords for storage. More info
PasswordStyle Password Style SQLAuthenticatorParameters Indicates the password style that is used when storing passwords for users that are created and for changing the user’s password if Password Style Retained is disabled. More info
PasswordStyleRetained Password Style Retained SQLAuthenticatorParameters Controls how a password is stored in the database when updating an existing user’s password. More info
PlaintextPasswordsEnabled Plaintext Passwords Enabled SQLAuthenticatorParameters Specifies whether plaintext passwords are allowed to be used. More info
SQLAddMemberToGroup SQL Add Member To Group SQLAuthenticatorParameters The SQL statement used to add a specific member to a group. More info
SQLCreateGroup SQL Create Group SQLAuthenticatorParameters The SQL statement used to create a new group. More info
SQLCreateUser SQL Create User SQLAuthenticatorParameters The SQL statement used to create a new user record. More info
SQLGetGroupDescription SQL Get Group Description SQLAuthenticatorParameters The SQL statement used to retrieve the description of a group. More info
SQLGetUserDescription SQL Get User Description SQLAuthenticatorParameters The SQL statement used to retrieve the description of a specific user. More info
SQLGetUsersPassword SQL Get Users Password SQLAuthenticatorParameters The SQL statement used to look up a user’s password. More info
SQLGroupExists SQL Group Exists SQLAuthenticatorParameters The SQL statement used to look up a group. More info
SQLIsMember SQL Is Member SQLAuthenticatorParameters The SQL statement used to look up members of a group. More info
SQLListGroupMembers SQL List Group Members SQLAuthenticatorParameters The SQL statement used to list groups that have a group name with a list of wildcarded member names. More info
SQLListGroups SQL List Groups SQLAuthenticatorParameters The SQL statement used to retrieve group names that match a wildcard The SQL statement requires a single parameter for the wildcarded group name and return a resultSet containing matching group names More info
SQLListMemberGroups SQL List Member Groups SQLAuthenticatorParameters The SQL statement used to look up the groups a user or group is a member of. More info
SQLListUsers SQL List Users SQLAuthenticatorParameters The SQL statement used to retrieve users that match a particular wildcard search The SQL statement requires a single parameter for the wildcarded usernames and returns a resultSet containing matching usernames More info
SQLRemoveGroup SQL Remove Group SQLAuthenticatorParameters The SQL statement used to remove a member from a group. More info
SQLRemoveGroupMember SQL Remove Group Member SQLAuthenticatorParameters The SQL statement used to remove a member from a group. More info
SQLRemoveGroupMemberships SQL Remove Group Memberships SQLAuthenticatorParameters The SQL statement used to delete a group member (either a user or group) from all groups to which it belongs. More info
SQLRemoveMemberFromGroup SQL Remove Member From Group SQLAuthenticatorParameters The SQL statement used to remove a member from a group. More info
SQLRemoveUser SQL Remove User SQLAuthenticatorParameters The SQL statement used for deleting a user. More info
SQLSetGroupDescription SQL Set Group Description SQLAuthenticatorParameters The SQL statement used to specify a description for a group. More info
SQLSetUserDescription SQL Set User Description SQLAuthenticatorParameters The SQL statement used to specify description for a user. More info
SQLSetUserPassword SQL Set User Password SQLAuthenticatorParameters The SQL statement used to set the password for a user. More info
SQLUserExists SQL User Exists SQLAuthenticatorParameters The SQL statement used to look up a user. More info
Version Version Common The version number of the DBMS Authentication provider. More info

 

SSHMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> SSH -> file_access
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> SSH -> file_access
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

SSHPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> SSH
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> SSH
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

ScalingTaskRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> Scaling Tasks
Property Name Label Tab Name Description MBean Reference
ClusterName Cluster Name More info
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
Name Name The name of this configuration. More info
Progress Progress How much progress this task has made. More info
Running Running Indicates whether the task is still running. More info
ScaledInstanceNames Scaled Instance Names More info
ScalingType Scaling Type More info
SelectedInstanceMetadata Selected Instance Metadata More info
SelectedInstanceNames Selected Instance Names More info
StartTime Start Time The time this task began. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info

 

Server

References to this type:

  • Configuration -> Environment -> Servers
Property Name Label Tab Name Description MBean Reference
AcceptBacklog Accept Backlog Advanced.Tuning The number of backlogged, new TCP connection requests that should be allowed for this server’s regular and SSL ports. More info
AcceptContextPathInGetRealPath Accept Context Path In Get Real Path Protocols.Http Indicates whether this server allows the inclusion of the context path in the virtual path to context.getRealPath(). More info
AcknowledgementInterval Acknowledgement Interval WebServices.ReliableMessage The maximum time a pending acknowledgement (set after the destination accepts a message) can wait before being delivered back to the RM source. More info
AdministrationPort Local Administration Port Override General Overrides the domain-wide administration port and specifies a different listen port on which this server listens for administrative requests. Valid only if the administrative channel is enabled for the domain. More info
AllowUnencryptedNullCipher Allow Unencrypted Null Cipher Security.SSL Test if the AllowUnEncryptedNullCipher is enabled More info
AllowedTargetHosts Allowed Target Hosts Security.SAML20ServiceProvider List of hosts to compare against the host in the SAML SP target redirect URL. More info
Arguments Arguments Advanced.NodeManager The arguments to use when starting this server. More info
ArtifactMaxCacheSize Artifact Cache Size Security.SAML20General The maximum size of the artifact cache. More info
ArtifactTimeout Artifact Cache Timeout Security.SAML20General The maximum timeout (in seconds) of artifacts stored in the local cache. More info
AssertionEncryptionDecryptionKeyAlias Assertion Key Alias Security.SAML20ServiceProvider The keystore alias for the certificate and private key to be used to encrypt and decrypt SAML Assertions. More info
AssertionEncryptionDecryptionKeyPassPhrase Assertion Key Pass Phrase Security.SAML20ServiceProvider The passphrase used to retrieve the local site’s Assertion key from the keystore. More info
AssertionEncryptionEnabled Assertion Encryption Security.SAML20IdentityProvider Get assertion encryption enabled flag More info
AssertionSubjectSessionTimeoutCheckEnabled Assertion Subject Session Timeout Check Security.SAML20ServiceProvider Indicates whether to use the session timeout timestamp from the assertion’s subject as a condition to time out the local session. More info
AuthnRequestMaxCacheSize Authentication Request Cache Size Security.SAML20ServiceProvider The maximum size of the authentication request cache. More info
AuthnRequestTimeout Authentication Request Cache Timeout Security.SAML20ServiceProvider The maximum timeout (in seconds) of <AuthnRequest> documents stored in the local cache. More info
AutoMigrationEnabled Automatic Server Migration Enabled Migration Specifies whether Node Manager can automatically restart this server and its services on another machine if the server fails. More info
AutoRestart Auto Restart Health Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise goes down unexpectedly. More info
BaseRetransmissionInterval Base Retransmission Interval WebServices.ReliableMessage The interval of time that must pass before a message will be retransmitted to the RM destination (in the event a prior transmission failed). More info
BasicAuthPassword Basic Authentication Password Security.SAML20General The password used to assign Basic Authentication credentials to outgoing HTTPS connections More info
BasicAuthUsername Basic Authentication User Name Security.SAML20General The username that is used to assign Basic authentication credentials to outgoing HTTPS connections. More info
BlockSize Block Size Services.DefaultStore The smallest addressable block, in bytes, of a file. More info
BufferSizeKB Log File Buffer Logging.HTTP Gets the underlying log buffer size in kilobytes More info
CacheDirectory Cache Directory Services.DefaultStore The location of the cache directory for Direct-Write-With-Cache, ignored for other policies. More info
CandidateMachines Candidate Machines Migration Limits the list of candidate machines that the cluster specifies. More info
Ciphersuites Ciphersuites Security.SSL Indicates the cipher suites being used on a particular WebLogic Server. More info
ClassChangeNotifier ClassChangeNotifier Debug.All Gets the fastswap ClassChangeNotifier debug attribute of ServerDebugMBean More info
ClassLoader ClassLoader Debug.All Debug ClassLoader processing More info
ClassLoaderVerbose ClassLoaderVerbose Debug.All Detailed debug of ClassLoader processing More info
ClassPath Class Path Advanced.NodeManager The classpath (path on the machine running Node Manager) to use when starting this server. More info
ClassloaderWebApp ClassloaderWebApp Debug.All Debug WebApp ClassLoader processing More info
ClasspathServletDisabled Classpath Servlet Disabled General The ClasspathServlet will serve any class file in the classpath and is registered by default in every Web application (including management). More info
CleanupOrphanedSessionsEnabled Cleanup Orphaned Sessions Enabled Protocols.Http Indicates if replication service should cleanup orphaned http and ejb sessions. More info
ClientCertAlias Client Cert Alias Security.SSL Determines the alias of the client SSL certificate to be used as identity for outbound SSL connections. More info
ClientCertPrivateKeyPassPhrase Client Cert Private Key Pass Phrase Security.SSL The passphrase used to retrieve the private key for the client SSL certificate specified in getClientCertAlias from the server configured keystore. More info
ClientCertProxyEnabled Client Cert Proxy Enabled General Specifies whether the HttpClusterServlet proxies the client certificate in a special header. More info
ClientCertificateEnforced Client Certificate Enforced Security.SSL Indicates whether or not clients must present digital certificates from a trusted certificate authority to WebLogic Server. More info
ClientIpHeader Remote Address Override Protocols.Http Specifies the Client IP Header from WebServerMBean.

If specified, this IP address is returned in calls to getRemoteAddr() to support environments with external load balancers.

More info
Cluster Cluster General The cluster, or group of WebLogic Server instances, to which this server belongs. More info
ClusterWeight Cluster Weight Cluster The proportion of the load that this server will bear, relative to other servers in a cluster. More info
CoherenceClusterSystemResource Coherence Cluster System Resource Advanced.Coherence Coherence cluster associated with this server or server template. More info
CoherenceWebFederatedStorageEnabled Coherence Web Federated Storage Enabled Advanced.Coherence Specifies whether Federated Cache Storage is enabled for the Coherence Web cluster member More info
CoherenceWebLocalStorageEnabled Coherence Web Local Storage Enabled Advanced.Coherence Specifies whether Local Storage is enabled for the Coherence Web cluster member More info
CompleteMessageTimeout Complete Message Timeout Protocols.General The maximum number of seconds that this server waits for a complete message to be received. More info
ConnectTimeout Connect Timeout Protocols.General The amount of time that this server should wait to establish an outbound socket connection before timing out. More info
ConnectionCachingPolicy Connection Caching Policy Services.JTA The Connection Caching Policy setting controls how many JDBC connections the JDBC Store caches. Oracle strongly recommends that you consult the store administration guide before changing the connection caching policy to None. More info
ConnectionFactoryJndiName Response Queue Connection Factory Jndi Name WebServices.Buffering The JNDI name of the connection factory to use when buffering messages onto this queue. More info
ContactPersonCompany Contact Person Company Security.SAML20General The contact person’s company name. More info
ContactPersonEmailAddress Contact Person Email Address Security.SAML20General The contact person’s e-mail address. More info
ContactPersonGivenName Contact Person Given Name Security.SAML20General The contact person given (first) name. More info
ContactPersonSurName Contact Person Surname Security.SAML20General The contact person surname (last name). More info
ContactPersonTelephoneNumber Contact Person Telephone Number Security.SAML20General The contact person’s telephone number. More info
ContactPersonType Contact Person Type Security.SAML20General The contact person type. More info
CreateTableDDLFile Create Table From DDL File Services.JTA Specifies the DDL (Data Definition Language) file to use for creating the JDBC store’s backing table. More info
CustomHostnameVerifier Custom Hostname Verifier Security.SSL The name of a class that implements the weblogic.security.SSL.HostnameVerifier interface. More info
CustomIdentityKeyStoreFileName Custom Identity Key Store File Name Security.Keystores The source of the identity keystore. More info
CustomIdentityKeyStorePassPhrase Custom Identity Key Store Pass Phrase Security.Keystores The encrypted custom identity keystore’s passphrase. More info
CustomIdentityKeyStoreType Custom Identity Key Store Type Security.Keystores The type of the keystore. More info
CustomTrustKeyStoreFileName Custom Trust Key Store File Name Security.Keystores The source of the custom trust keystore. More info
CustomTrustKeyStorePassPhrase Custom Trust Key Store Pass Phrase Security.Keystores The custom trust keystore’s passphrase. More info
CustomTrustKeyStoreType Custom Trust Key Store Type Security.Keystores The type of the keystore. More info
DGCIdlePeriodsUntilTimeout DGC Idle Periods Until Timeout Advanced.Tuning The number of idle periods allowed before the object is collected. More info
DataEncryptionAlgorithm Data Encryption Algorithm Security.SAML20IdentityProvider Get the preferred data encryption algorithm for SAML assertion encryption. More info
DataRetirementEnabled Data Retirement Enabled Advanced.DiagnosticArchive This attribute controls if configuration based data retirement functionality is enabled on the server. More info
DataSource Data Source Services.JTA The JDBC data source used by this JDBC store to access its backing table.
  • You cannot configure a JDBC store to use a JDBC data source that is configured to use an XA JDBC driver or configured to support global transactions.
  • The data source should be targeted to the same WebLogic Server or cluster as the JDBC store.
More info
DateFormatPattern Date Format Pattern Logging.General The date format pattern used for rendering dates in the log. More info
DebugAbbreviation DebugAbbreviation Debug.All Debug abbreviations over JVM to JVM connections More info
DebugAbbrevs DebugAbbrevs Debug.All Gets debugAbbrevs attribute of ServerDebugMBean More info
DebugAllowList DebugAllowList Debug.All Debug the allow list recording used with JEP 290 filtering. More info
DebugAppAnnoLookup DebugAppAnnoLookup Debug.All Debug AppAnnoLookup More info
DebugAppAnnoQuery DebugAppAnnoQuery Debug.All Debug AppAnnoQuery More info
DebugAppAnnoQueryVerbose DebugAppAnnoQueryVerbose Debug.All Debug AppAnnoQueryVerbose More info
DebugAppAnnoScanData DebugAppAnnoScanData Debug.All Debug AppAnnoScanData More info
DebugAppAnnoScanVerbose DebugAppAnnoScanVerbose Debug.All Debug AppAnnoScanVerbose More info
DebugAppAnnoVerboseLookup DebugAppAnnoVerboseLookup Debug.All Debug AppAnnoVerboseLookup More info
DebugAppAnnotations DebugAppAnnotations Debug.All Debug AppContainer’s scanning and processing of annotations More info
DebugAppClient DebugAppClient Debug.All Gets debugAppClient attribute of ServerDebugMBean More info
DebugAppContainer DebugAppContainer Debug.All Debug Application Container processing More info
DebugAppContainerTools DebugAppContainerTools Debug.All Gets debugAppContainerTools attribute of ServerDebugMBean More info
DebugAppMetadataCache DebugAppMetadataCache Debug.All Debug AppMetadataCache More info
DebugAppTiming DebugAppTiming Debug.All Gets debugAppTiming attribute of ServerDebugMBean More info
DebugAsyncQueue DebugAsyncQueue Debug.All Debug async replication/persistence information. More info
DebugAttach DebugAttach Debug.All Gets debugAttach attribute of ServerDebugMBean More info
DebugBackgroundDeployment DebugBackgroundDeployment Debug.All Gets debugBackgroundDeployment attribute of ServerDebugMBean More info
DebugBatchConnector DebugBatchConnector Debug.All Gets debugBatchConnector attribute of ServerDebugMBean More info
DebugBeanTreeHarvesterControl DebugBeanTreeHarvesterControl Debug.All Debug the BeanTree Harvester delegate metric control process. More info
DebugBeanTreeHarvesterDataCollection DebugBeanTreeHarvesterDataCollection Debug.All Debug the BeanTree Harvester delegate metric collection process. More info
DebugBeanTreeHarvesterResolution DebugBeanTreeHarvesterResolution Debug.All Debug the BeanTree Harvester delegate metric resolution process. More info
DebugBeanTreeHarvesterThreading DebugBeanTreeHarvesterThreading Debug.All Debug BeanTree Harvester delegate threading issues. More info
DebugBuzzProtocol DebugBuzzProtocol Debug.All Debugs Buzz protocol. More info
DebugBuzzProtocolDetails DebugBuzzProtocolDetails Debug.All Debugs Buzz protocol details. More info
DebugBuzzProtocolHttp DebugBuzzProtocolHttp Debug.All Debugs Buzz protocol http. More info
DebugCAT DebugCAT Debug.All Gets debugCAT attribute of ServerDebugMBean More info
DebugCWebGlobalReaper DebugCWebGlobalReaper Debug.All Debug CWebGlobalReaper More info
DebugCertRevocCheck DebugCertRevocCheck Debug.All Debug Security PKI X.509 certificate revocation checking More info
DebugCertificateCheck DebugCertificateCheck Debug.All Debug CertificateCheck More info
DebugChannel DebugChannel Debug.All Gets debugChannel attribute of ServerDebugMBean More info
DebugChannelMap DebugChannelMap Debug.All Gets debugChannelMap attribute of ServerDebugMBean More info
DebugClassLoadingArchiveChecker DebugClassLoadingArchiveChecker Debug.All Debug ClassLoadingArchiveChecker More info
DebugClassLoadingConsistencyChecker DebugClassLoadingConsistencyChecker Debug.All Gets debugClassLoadingConsistencyChecker attribute of ServerDebugMBean More info
DebugClassLoadingContextualTrace DebugClassLoadingContextualTrace Debug.All Contextual Trace Debugger for Class Loading More info
DebugClassLoadingVerbose DebugClassLoadingVerbose Debug.All Verbose Debugger for Class Loading More info
DebugClassRedef DebugClassRedef Debug.All Gets the DebugClassRedef attribute of ServerDebugMBean More info
DebugClassSize DebugClassSize Debug.All Gets the fastswap DebugClassSize debug attribute of ServerDebugMBean More info
DebugCluster DebugCluster Debug.All Debug each GroupMessage that is sent or received by multicast. More info
DebugClusterAnnouncements DebugClusterAnnouncements Debug.All Debug each Announcement, StateDump, and Attributes message that is sent or received by multicast. More info
DebugClusterFragments DebugClusterFragments Debug.All Debug for each fragment that is sent or received by multicast. More info
DebugClusterHeartbeats DebugClusterHeartbeats Debug.All Debug each cluster Heartbeat that is sent or received by multicast. More info
DebugClusterVerbose DebugClusterVerbose Debug.All Debug ClusterVerbose More info
DebugCoherence DebugCoherence Debug.All Gets debugCoherence attribute of ServerDebugMBean More info
DebugConcurrent DebugConcurrent Debug.All Debug concurrent general processing More info
DebugConcurrentContext DebugConcurrentContext Debug.All Debug concurrent context processing More info
DebugConcurrentMES DebugConcurrentMES Debug.All Debug concurrent MES processing More info
DebugConcurrentMSES DebugConcurrentMSES Debug.All Debug concurrent MSES processing More info
DebugConcurrentMTF DebugConcurrentMTF Debug.All Debug concurrent MTF processing More info
DebugConcurrentTransaction DebugConcurrentTransaction Debug.All Debug concurrent transaction processing More info
DebugConfigurationEdit DebugConfigurationEdit Debug.All Debug management configuration edit processing More info
DebugConfigurationRuntime DebugConfigurationRuntime Debug.All Debug management configuration runtime processing More info
DebugConnection DebugConnection Debug.All Debug JVM to JVM connections More info
DebugConnectorService DebugConnectorService Debug.All Debug connector service action processing More info
DebugConsensusLeasing DebugConsensusLeasing Debug.All Debug cluster consensus lease processing More info
DebugDGCEnrollment DebugDGCEnrollment Debug.All Debug each DGC enrollment. More info
DebugDLB DebugDLB Debug.All Debug DLB More info
DebugDLBFine DebugDLBFine Debug.All Debug DLBFine More info
DebugDLBFinest DebugDLBFinest Debug.All Debug DLBFinest More info
DebugDRSCalls DebugDRSCalls Debug.All Debug Data replication service (DRS) API calls. More info
DebugDRSHeartbeats DebugDRSHeartbeats Debug.All Debug DRS Heartbeats. More info
DebugDRSMessages DebugDRSMessages Debug.All Debug DRS Message traffic. More info
DebugDRSQueues DebugDRSQueues Debug.All Debug DRS Queueing traffic. More info
DebugDRSStateTransitions DebugDRSStateTransitions Debug.All Debug DRS State transitions. More info
DebugDRSUpdateStatus DebugDRSUpdateStatus Debug.All Debug DRS Update status processing. More info
DebugDataSourceInterceptor DebugDataSourceInterceptor Debug.All Gets debugDataSourceInterceptor attribute of ServerDebugMBean More info
DebugDebugPatches DebugDebugPatches Debug.All Gets debugDebugPatches attribute of ServerDebugMBean More info
DebugDefaultStoreVerbose DebugDefaultStoreVerbose Debug.All Gets debugDefaultStoreVerbose attribute of ServerDebugMBean More info
DebugDeploy DebugDeploy Debug.All Debug deploy command processing More info
DebugDeployment DebugDeployment Debug.All Debug deployment processing More info
DebugDeploymentConcise DebugDeploymentConcise Debug.All Debug deployment concise processing More info
DebugDeploymentPlan DebugDeploymentPlan Debug.All Debug deployment plan processing More info
DebugDeploymentService DebugDeploymentService Debug.All Debug deployment service processing More info
DebugDeploymentServiceInternal DebugDeploymentServiceInternal Debug.All Debug internal deployment service processing More info
DebugDeploymentServiceStatusUpdates DebugDeploymentServiceStatusUpdates Debug.All Debug deployment service status update processing More info
DebugDeploymentServiceTransport DebugDeploymentServiceTransport Debug.All Debug deployment service transport processing More info
DebugDeploymentServiceTransportHttp DebugDeploymentServiceTransportHttp Debug.All Debug deployment service HTTP transport processing More info
DebugDescriptor DebugDescriptor Debug.All Debug descriptor framework processing More info
DebugDeserializationTimeLimit DebugDeserializationTimeLimit Debug.All Debug the rmi maximum deserialization time limit with JEP 290 filtering. More info
DebugDiagnosticAccessor DebugDiagnosticAccessor Debug.All Debug diagnostic accessor processing More info
DebugDiagnosticActionWrapper DebugDiagnosticActionWrapper Debug.All Debug DiagnosticActionWrapper More info
DebugDiagnosticArchive DebugDiagnosticArchive Debug.All Debug diagnostic archive processing More info
DebugDiagnosticArchiveRetirement DebugDiagnosticArchiveRetirement Debug.All Debug diagnostic archive retirement processing More info
DebugDiagnosticCollections DebugDiagnosticCollections Debug.All Debug diagnostic collection processing More info
DebugDiagnosticContext DebugDiagnosticContext Debug.All Debug diagnostic context processing More info
DebugDiagnosticDataGathering DebugDiagnosticDataGathering Debug.All Debug data gathering processing More info
DebugDiagnosticFileArchive DebugDiagnosticFileArchive Debug.All Debug diagnostic file archive processing More info
DebugDiagnosticImage DebugDiagnosticImage Debug.All Debug diagnostic image processing More info
DebugDiagnosticInstrumentation DebugDiagnosticInstrumentation Debug.All Debug diagnostic instrumentation processing More info
DebugDiagnosticInstrumentationActions DebugDiagnosticInstrumentationActions Debug.All Debug instrumentation actions/monitors More info
DebugDiagnosticInstrumentationClassInfo DebugDiagnosticInstrumentationClassInfo Debug.All Gets debugDiagnosticInstrumentationClassInfo attribute of ServerDebugMBean More info
DebugDiagnosticInstrumentationConfig DebugDiagnosticInstrumentationConfig Debug.All Debug instrumentation configuration processing More info
DebugDiagnosticInstrumentationEvents DebugDiagnosticInstrumentationEvents Debug.All Debug instrumentation event records More info
DebugDiagnosticInstrumentationResult DebugDiagnosticInstrumentationResult Debug.All Gets debugDiagnosticInstrumentationResult attribute of ServerDebugMBean More info
DebugDiagnosticInstrumentationWeaving DebugDiagnosticInstrumentationWeaving Debug.All Debug instrumentation weaving More info
DebugDiagnosticInstrumentationWeavingMatches DebugDiagnosticInstrumentationWeavingMatches Debug.All Debug instrumentation weaving for matches only More info
DebugDiagnosticJdbcArchive DebugDiagnosticJdbcArchive Debug.All Debug diagnostic jdbc archive processing More info
DebugDiagnosticLifecycleHandlers DebugDiagnosticLifecycleHandlers Debug.All Debug diagnostic lifecycle handler processing More info
DebugDiagnosticNotifications DebugDiagnosticNotifications Debug.All Gets debugDiagnosticNotifications attribute of ServerDebugMBean More info
DebugDiagnosticQuery DebugDiagnosticQuery Debug.All Debug diagnostic query processing More info
DebugDiagnosticRuntimeControlDriver DebugDiagnosticRuntimeControlDriver Debug.All Debug the WLDF runtime control MBeans. More info
DebugDiagnosticRuntimeControlService DebugDiagnosticRuntimeControlService Debug.All Debug the WLDF runtime control service. More info
DebugDiagnosticWatch DebugDiagnosticWatch Debug.All Debug diagnostic policy processing. More info
DebugDiagnosticWatchEvents DebugDiagnosticWatchEvents Debug.All Debug diagnostic policy events processing. More info
DebugDiagnosticWatchEventsDetails DebugDiagnosticWatchEventsDetails Debug.All Debug diagnostic policy event processing details. More info
DebugDiagnosticWatchUtils DebugDiagnosticWatchUtils Debug.All Debug DiagnosticWatchUtils More info
DebugDiagnosticWlstoreArchive DebugDiagnosticWlstoreArchive Debug.All Debug diagnostic wlstore archive processing More info
DebugDiagnosticsBeanExtensionResolver DebugDiagnosticsBeanExtensionResolver Debug.All Debug the bean extensions ELResolver in the Diagnostics expressions framework More info
DebugDiagnosticsBeanInfoProviders DebugDiagnosticsBeanInfoProviders Debug.All Debug the custom BeanInfo providers for the Diagnostics expressions framework More info
DebugDiagnosticsELContext DebugDiagnosticsELContext Debug.All Debug the ELContext in the Diagnostics expressions framework More info
DebugDiagnosticsELResolver DebugDiagnosticsELResolver Debug.All Debug the DiagnosticsELResolver in the Diagnostics expressions framework More info
DebugDiagnosticsExpressionEvaluators DebugDiagnosticsExpressionEvaluators Debug.All Debug the EL expression evaluators for the Diagnostics expressions framework More info
DebugDiagnosticsExpressionFunctionMapper DebugDiagnosticsExpressionFunctionMapper Debug.All Debug the Diagnostics expressions framework function mapper More info
DebugDiagnosticsExpressionFunctions DebugDiagnosticsExpressionFunctions Debug.All Debug the Diagnostics expressions framework functions More info
DebugDiagnosticsExpressionMetrics DebugDiagnosticsExpressionMetrics Debug.All Debug metrics collection for the Diagnostics expressions framework More info
DebugDiagnosticsExpressionPoller DebugDiagnosticsExpressionPoller Debug.All Debug metrics polling for the Diagnostics expressions framework More info
DebugDiagnosticsExpressionPollerBuffer DebugDiagnosticsExpressionPollerBuffer Debug.All Debug the Diagnostics expressions poller extract() buffers More info
DebugDiagnosticsHarvester DebugDiagnosticsHarvester Debug.All Debug diagnostic harvester processing More info
DebugDiagnosticsHarvesterData DebugDiagnosticsHarvesterData Debug.All Detailed debug of diagnostic harvester processing More info
DebugDiagnosticsHarvesterMBeanPlugin DebugDiagnosticsHarvesterMBeanPlugin Debug.All Debug MBean harvester processing. More info
DebugDiagnosticsHarvesterTreeBeanPlugin DebugDiagnosticsHarvesterTreeBeanPlugin Debug.All Debug tree bean harvester processing More info
DebugDiagnosticsMBeanELResolver DebugDiagnosticsMBeanELResolver Debug.All Debug the MBean ELResolver in the Diagnostics expressions framework More info
DebugDiagnosticsModule DebugDiagnosticsModule Debug.All Debug diagnostic module processing More info
DebugDiagnosticsNotifications DebugDiagnosticsNotifications Debug.All Gets debugDiagnosticsNotifications attribute of ServerDebugMBean More info
DebugDiagnosticsScriptAction DebugDiagnosticsScriptAction Debug.All Debug the diagnostics policy script action. More info
DebugDiagnosticsTimer DebugDiagnosticsTimer Debug.All Gets debugDiagnosticsTimer attribute of ServerDebugMBean More info
DebugDiagnosticsTimerService DebugDiagnosticsTimerService Debug.All Debug DiagnosticsTimerService More info
DebugDiagnosticsUtils DebugDiagnosticsUtils Debug.All Debug the Diagnostics utils More info
DebugDiagnosticsValueTracingELResolver DebugDiagnosticsValueTracingELResolver Debug.All Debug the value tracing ELResolver in the Diagnostics expressions framework More info
DebugDomainLogHandler DebugDomainLogHandler Debug.All Debug Domain Log Handler processing More info
DebugDomainUpgradeServerService DebugDomainUpgradeServerService Debug.All Gets debugDomainUpgradeServerService attribute of ServerDebugMBean More info
DebugDynamicSingletonServices DebugDynamicSingletonServices Debug.All Debug Dynamic Service Migration processing More info
DebugEjbCaching DebugEjbCaching Debug.All Debug EJB Caching More info
DebugEjbCmpDeployment DebugEjbCmpDeployment Debug.All Debug EJB CMP deployment processing More info
DebugEjbCmpRuntime DebugEjbCmpRuntime Debug.All Debug EJB CMP runtime processing More info
DebugEjbCompilation DebugEjbCompilation Debug.All Debug EJB compilation More info
DebugEjbDeployment DebugEjbDeployment Debug.All Debug EJB deployment More info
DebugEjbInvoke DebugEjbInvoke Debug.All Debug EJB invocation processing More info
DebugEjbLocking DebugEjbLocking Debug.All Debug EJB locking More info
DebugEjbMdbConnection DebugEjbMdbConnection Debug.All Debug EJB MDB Connection processing More info
DebugEjbMdbListener DebugEjbMdbListener Debug.All Debug EJB MDB Listener processing More info
DebugEjbMetadata DebugEjbMetadata Debug.All Debug EJB metadata processing More info
DebugEjbPooling DebugEjbPooling Debug.All Debug EJB pooling More info
DebugEjbSecurity DebugEjbSecurity Debug.All Debug EJB Security More info
DebugEjbSwapping DebugEjbSwapping Debug.All Debug EJB Swapping More info
DebugEjbSwappingVerbose DebugEjbSwappingVerbose Debug.All Debug EjbSwappingVerbose More info
DebugEjbTimerStore DebugEjbTimerStore Debug.All Gets debugEjbTimerStore attribute of ServerDebugMBean More info
DebugEjbTimers DebugEjbTimers Debug.All Debug EJB Timer processing More info
DebugElasticActions DebugElasticActions Debug.All Debug the elastic actions framework More info
DebugElasticServices DebugElasticServices Debug.All Debug the elastic services framework More info
DebugEmbeddedLDAP DebugEmbeddedLDAP Debug.All Debug Embedded LDAP processing More info
DebugEmbeddedLDAPLogToConsole DebugEmbeddedLDAPLogToConsole Debug.All Debug Embedded LDAP processing (output to console) More info
DebugEmbeddedLDAPWriteOverrideProps DebugEmbeddedLDAPWriteOverrideProps Debug.All Embedded LDAP Write All Overrides to Property Files More info
DebugExpressionBeanLocalizer DebugExpressionBeanLocalizer Debug.All Debug the Diagnostics expressions framework extension bean localizer More info
DebugExpressionExtensionsManager DebugExpressionExtensionsManager Debug.All Debug the Diagnostics expressions extensions manager More info
DebugFailOver DebugFailOver Debug.All Debug stub-level fail-over processing More info
DebugFailOverVerbose DebugFailOverVerbose Debug.All Debug FailOverVerbose More info
DebugFederatedConfig DebugFederatedConfig Debug.All Debug FederatedConfig More info
DebugFileChangeObserver DebugFileChangeObserver Debug.All Debug FileChangeObserver More info
DebugFileDistributionServlet DebugFileDistributionServlet Debug.All Debug the file distribution servlet that runs on the Admin Server and is invoked over HTTP by a booting managed server. More info
DebugFileOwnerFixer DebugFileOwnerFixer Debug.All Gets debugFileOwnerFixer attribute of ServerDebugMBean More info
DebugGenericMethodDescriptor DebugGenericMethodDescriptor Debug.All Debug GenericMethodDescriptor More info
DebugHarvesterTypeInfoCache DebugHarvesterTypeInfoCache Debug.All Gets debugHarvesterTypeInfoCache attribute of ServerDebugMBean More info
DebugHealth DebugHealth Debug.All Debug Health More info
DebugHealthCheck DebugHealthCheck Debug.All Debug HealthCheck More info
DebugHealthScore DebugHealthScore Debug.All Debug Health Score More info
DebugHk2Statistics DebugHk2Statistics Debug.All Debug Hk2Statistics More info
DebugHttp DebugHttp Debug.All Debug WebApp Container HTTP processing. More info
DebugHttp2SendWindowSize DebugHttp2SendWindowSize Debug.All Debug Http2SendWindowSize More info
DebugHttpConcise DebugHttpConcise Debug.All Debug WebApp Container for supplimentary HTTP processing. More info
DebugHttpLogging DebugHttpLogging Debug.All Debug log manager in the webapp container. More info
DebugHttpSessions DebugHttpSessions Debug.All Debug Http Session management in the webapp container. More info
DebugHttpSessionsConcise DebugHttpSessionsConcise Debug.All Debug HttpSessionsConcise More info
DebugIIOPConnection DebugIIOPConnection Debug.All Debug IIOP connection management processing More info
DebugIIOPDetail DebugIIOPDetail Debug.All Gets debugIIOPDetail attribute of ServerDebugMBean More info
DebugIIOPMarshal DebugIIOPMarshal Debug.All Debug buffer-level IIOP processing More info
DebugIIOPNaming DebugIIOPNaming Debug.All Debug IIOP CosNaming processing More info
DebugIIOPOTS DebugIIOPOTS Debug.All Debug IIOP Object Transaction Service (OTS) processing More info
DebugIIOPReplacer DebugIIOPReplacer Debug.All Gets debugIIOPReplacer attribute of ServerDebugMBean More info
DebugIIOPSecurity DebugIIOPSecurity Debug.All Debug IIOP security processing More info
DebugIIOPStartup DebugIIOPStartup Debug.All Debug IIOP startup processing More info
DebugIIOPTransport DebugIIOPTransport Debug.All Debug IIOP message processing More info
DebugIIOPTunneling DebugIIOPTunneling Debug.All Debug IIOP tunnelling More info
DebugInterceptors DebugInterceptors Debug.All Debug interceptors processing More info
DebugJ2EEManagement DebugJ2EEManagement Debug.All Debug Java EE management processing More info
DebugJDBCConn DebugJDBCConn Debug.All Debug JDBC Connection setup/teardown processing More info
DebugJDBCInternal DebugJDBCInternal Debug.All Debug JDBC Internal processing More info
DebugJDBCONS DebugJDBCONS Debug.All Debug ONS client More info
DebugJDBCRAC DebugJDBCRAC Debug.All Debug Oracle RAC processing More info
DebugJDBCRMI DebugJDBCRMI Debug.All Debug JDBC RMI processing More info
DebugJDBCReplay DebugJDBCReplay Debug.All Debug REPLAY client More info
DebugJDBCSQL DebugJDBCSQL Debug.All Debug JDBC SQL processing More info
DebugJDBCUCP DebugJDBCUCP Debug.All Debug Oracle UCP processing More info
DebugJMSBackEnd DebugJMSBackEnd Debug.All Debug JMSBackEnd processing More info
DebugJMSBoot DebugJMSBoot Debug.All Debug JMS boot operations More info
DebugJMSCDS DebugJMSCDS Debug.All Debug JMS CDS processing More info
DebugJMSClient DebugJMSClient Debug.All Debug for JMS Client message send and receive More info
DebugJMSClientStackTrace DebugJMSClientStackTrace Debug.All Detailed debug for JMS Client send and receive More info
DebugJMSCommon DebugJMSCommon Debug.All Debug JMSCommon processing More info
DebugJMSConfig DebugJMSConfig Debug.All Debug JMSConfig processing More info
DebugJMSCrossDomainSecurity DebugJMSCrossDomainSecurity Debug.All Gets debugJMSCrossDomainSecurity attribute of ServerDebugMBean More info
DebugJMSDispatcher DebugJMSDispatcher Debug.All Debug JMS Dispatcher processing More info
DebugJMSDispatcherLifecycle DebugJMSDispatcherLifecycle Debug.All Debug JMS Dispatcher Lifecycle More info
DebugJMSDispatcherProxy DebugJMSDispatcherProxy Debug.All Debug JMS Dispatcher Proxy More info
DebugJMSDispatcherRMI DebugJMSDispatcherRMI Debug.All Debug JMS Dispatcher RMI More info
DebugJMSDispatcherUtilsVerbose DebugJMSDispatcherUtilsVerbose Debug.All Gets debugJMSDispatcherUtilsVerbose attribute of ServerDebugMBean More info
DebugJMSDispatcherVerbose DebugJMSDispatcherVerbose Debug.All Gets debugJMSDispatcherVerbose attribute of ServerDebugMBean More info
DebugJMSDispatcherWire DebugJMSDispatcherWire Debug.All Debug JMS Dispatcher Wire Protocol More info
DebugJMSDistTopic DebugJMSDistTopic Debug.All Debug JMS Distributed Topic processing More info
DebugJMSDotNetProxy DebugJMSDotNetProxy Debug.All Gets debugJMSDotNetProxy attribute of ServerDebugMBean More info
DebugJMSDotNetT3Server DebugJMSDotNetT3Server Debug.All Gets debugJMSDotNetT3Server attribute of ServerDebugMBean More info
DebugJMSDotNetTransport DebugJMSDotNetTransport Debug.All Gets debugJMSDotNetTransport attribute of ServerDebugMBean More info
DebugJMSDurSub DebugJMSDurSub Debug.All Gets debugJMSDurSub attribute of ServerDebugMBean More info
DebugJMSFrontEnd DebugJMSFrontEnd Debug.All Debug JMSFrontEnd processing More info
DebugJMSInvocableVerbose DebugJMSInvocableVerbose Debug.All Debug JMS Dispatcher Invocable Verbose More info
DebugJMSJNDI DebugJMSJNDI Debug.All Gets debugJMSJNDI attribute of ServerDebugMBean More info
DebugJMSMessagePath DebugJMSMessagePath Debug.All Debug JMS MessagePath processing More info
DebugJMSModule DebugJMSModule Debug.All Debug JMSModule deployment processing More info
DebugJMSPauseResume DebugJMSPauseResume Debug.All Debug JMS Pause/Resume processing More info
DebugJMSSAF DebugJMSSAF Debug.All Debug JMS SAF processing More info
DebugJMST3Server DebugJMST3Server Debug.All Debug DebugJMST3Server processing More info
DebugJMSWrappers DebugJMSWrappers Debug.All Debug the pooling and wrapping of JMS connections, sessions, and other objects. More info
DebugJMX DebugJMX Debug.All Debug JMX processing More info
DebugJMXCompatibility DebugJMXCompatibility Debug.All Debug JMX CompatibilityMBeanServer service processing More info
DebugJMXContext DebugJMXContext Debug.All Gets debugJMXContext attribute of ServerDebugMBean More info
DebugJMXCore DebugJMXCore Debug.All Debug core JMX processing More info
DebugJMXCoreConcise DebugJMXCoreConcise Debug.All Debug core JMX connection processing More info
DebugJMXDomain DebugJMXDomain Debug.All Debug JMX domain service processing More info
DebugJMXEdit DebugJMXEdit Debug.All Debug JMX edit service processing More info
DebugJMXRuntime DebugJMXRuntime Debug.All Debug JMX runtime service processing More info
DebugJNDI DebugJNDI Debug.All Debug basic naming service machinery. More info
DebugJNDIFactories DebugJNDIFactories Debug.All Debug JNDI state and object factories. More info
DebugJNDIResolution DebugJNDIResolution Debug.All Debug naming service name resolution. More info
DebugJPA DebugJPA Debug.All Gets debugJPA attribute of ServerDebugMBean More info
DebugJTA2PC DebugJTA2PC Debug.All Debug JTA 2PC processing More info
DebugJTA2PCDetail DebugJTA2PCDetail Debug.All Gets debugJTA2PCDetail attribute of ServerDebugMBean More info
DebugJTA2PCStackTrace DebugJTA2PCStackTrace Debug.All Detailed Debug of JTA 2PC processing More info
DebugJTACDI DebugJTACDI Debug.All Debug JTA CDI log processing More info
DebugJTAGateway DebugJTAGateway Debug.All Debug JTA imported transactions More info
DebugJTAGatewayStackTrace DebugJTAGatewayStackTrace Debug.All Detailed debug of JTA imported transactions More info
DebugJTAHealth DebugJTAHealth Debug.All Debug JTA Health Monitoring More info
DebugJTAJDBC DebugJTAJDBC Debug.All Debug JTA JDBC processing More info
DebugJTALLR DebugJTALLR Debug.All Debug JTA Logging Last Resource More info
DebugJTALifecycle DebugJTALifecycle Debug.All Debug JTA ServerLifecycle More info
DebugJTAMigration DebugJTAMigration Debug.All Debug JTA TLOG Migration More info
DebugJTANaming DebugJTANaming Debug.All Debug JTA naming More info
DebugJTANamingStackTrace DebugJTANamingStackTrace Debug.All Detailed debug of JTA naming More info
DebugJTANonXA DebugJTANonXA Debug.All Debug JTA non-XA resources More info
DebugJTAPeerSiteRecovery DebugJTAPeerSiteRecovery Debug.All Debug JTAPeerSiteRecovery More info
DebugJTAPropagate DebugJTAPropagate Debug.All Debug JTA transaction propagation More info
DebugJTARecovery DebugJTARecovery Debug.All Debug JTA Recovery processing More info
DebugJTAResourceHealth DebugJTAResourceHealth Debug.All Debug JTA resource health More info
DebugJTATLOG DebugJTATLOG Debug.All Debug JTA transaction log processing More info
DebugJTAXA DebugJTAXA Debug.All Debug JTA XA resources More info
DebugJTAXAStackTrace DebugJTAXAStackTrace Debug.All Detailed Debug of JTA XA processing More info
DebugJVMID DebugJVMID Debug.All Debug JVMID More info
DebugJpaDataCache DebugJpaDataCache Debug.All Debug JPA data cache More info
DebugJpaEnhance DebugJpaEnhance Debug.All Debug JPA post-compilation More info
DebugJpaJdbcJdbc DebugJpaJdbcJdbc Debug.All Debug JPA RDBMS JDBC interaction More info
DebugJpaJdbcSchema DebugJpaJdbcSchema Debug.All Debug JPA RDBMS schema manipulation More info
DebugJpaJdbcSql DebugJpaJdbcSql Debug.All Debug JPA RDBMS SQL interaction More info
DebugJpaManage DebugJpaManage Debug.All Debug JPA management and monitoring More info
DebugJpaMetaData DebugJpaMetaData Debug.All Debug JPA MetaData processing More info
DebugJpaProfile DebugJpaProfile Debug.All Debug JPA profiling More info
DebugJpaQuery DebugJpaQuery Debug.All Debug JPA Query processing More info
DebugJpaRuntime DebugJpaRuntime Debug.All Debug JPA runtime diagnostics More info
DebugJpaTool DebugJpaTool Debug.All Debug JPA tools More info
DebugKernel DebugKernel Debug.All Enable kernel related debugs More info
DebugKodoWeblogic DebugKodoWeblogic Debug.All Gets debugKodoWeblogic attribute of ServerDebugMBean More info
DebugLeaderElection DebugLeaderElection Debug.All Debug the cluster leader election messages. More info
DebugLegacy DebugLegacy Debug.All Gets debugLegacy attribute of ServerDebugMBean More info
DebugLibraries DebugLibraries Debug.All Debug application library processing More info
DebugLifecycleManager DebugLifecycleManager Debug.All Debug Lifecycle Manager More info
DebugLoadBalancing DebugLoadBalancing Debug.All Debug stub-level load-balancing processing More info
DebugLocalRemoteJVM DebugLocalRemoteJVM Debug.All Debug how is LocalRemoteJVM working. More info
DebugLoggingConfiguration DebugLoggingConfiguration Debug.All Debug log configuration processing More info
DebugMBeanEventHandler DebugMBeanEventHandler Debug.All Gets debugMBeanEventHandler attribute of ServerDebugMBean More info
DebugMBeanEventHandlerSummary DebugMBeanEventHandlerSummary Debug.All Gets debugMBeanEventHandlerSummary attribute of ServerDebugMBean More info
DebugMBeanEventHandlerWork DebugMBeanEventHandlerWork Debug.All Gets debugMBeanEventHandlerWork attribute of ServerDebugMBean More info
DebugMBeanHarvesterControl DebugMBeanHarvesterControl Debug.All Debug the JMX Harvester delegate metric control process. More info
DebugMBeanHarvesterDataCollection DebugMBeanHarvesterDataCollection Debug.All Debug the JMX Harvester delegate metric collection process. More info
DebugMBeanHarvesterResolution DebugMBeanHarvesterResolution Debug.All Debug the JMX Harvester delegate metric resolution process. More info
DebugMBeanHarvesterThreading DebugMBeanHarvesterThreading Debug.All Debug JMX Harvester delegate threading issues. More info
DebugMBeanLocalization DebugMBeanLocalization Debug.All Gets debugMBeanLocalization attribute of ServerDebugMBean More info
DebugMBeanTypeUtilQueue DebugMBeanTypeUtilQueue Debug.All Debug the Harvester MBean registration queue events More info
DebugMBeanTypeUtilQueuePriority DebugMBeanTypeUtilQueuePriority Debug.All Debug the Harvester MBean registration prioritized events processing More info
DebugMBeanTypeUtilityListener DebugMBeanTypeUtilityListener Debug.All Debug the Harvester MBean registration processing More info
DebugMBeanTypingUtility DebugMBeanTypingUtility Debug.All Debug the Harvester MBean type utility More info
DebugMailSessionDeployment DebugMailSessionDeployment Debug.All Gets debugMailSessionDeployment attribute of ServerDebugMBean More info
DebugManagedBean DebugManagedBean Debug.All Gets debugManagedBean attribute of ServerDebugMBean More info
DebugManagementServicesResource DebugManagementServicesResource Debug.All Debug Management Services Resources More info
DebugMessaging DebugMessaging Debug.All Debug messages sent over JVM to JVM connections More info
DebugMessagingBridgeRuntime DebugMessagingBridgeRuntime Debug.All Debug Messaging Bridge runtime processing More info
DebugMessagingBridgeRuntimeVerbose DebugMessagingBridgeRuntimeVerbose Debug.All Detailed debug of Messaging Bridge runtime processing More info
DebugMessagingBridgeStartup DebugMessagingBridgeStartup Debug.All Debug Messaging Bridge start up processing More info
DebugMessagingKernel DebugMessagingKernel Debug.All Debugging for the messaging kernel. More info
DebugMessagingKernelBoot DebugMessagingKernelBoot Debug.All Debugging for the messaging kernel as the server is being rebooted. More info
DebugMessagingKernelVerbose DebugMessagingKernelVerbose Debug.All Verbose debugging for the messaging kernel. More info
DebugMessagingOwnableLock DebugMessagingOwnableLock Debug.All Debugging for the messaging kernel ownable lock. More info
DebugMigrationInfo DebugMigrationInfo Debug.All Gets debugMigrationInfo attribute of ServerDebugMBean More info
DebugMuxer DebugMuxer Debug.All Debug Muxer processing More info
DebugMuxerConcise DebugMuxerConcise Debug.All Debug Muxer processing. More info
DebugMuxerConnection DebugMuxerConnection Debug.All Debug Muxer connection processing More info
DebugMuxerDetail DebugMuxerDetail Debug.All Detailed debug for Muxer processing More info
DebugMuxerException DebugMuxerException Debug.All Debug Muxer exception processing More info
DebugMuxerTimeout DebugMuxerTimeout Debug.All Debug Muxer timeout processing More info
DebugNIO DebugNIO Debug.All Gets debugNIO attribute of ServerDebugMBean More info
DebugNodeManagerRuntime DebugNodeManagerRuntime Debug.All Debug NodeManagerRuntime More info
DebugOPatchUtils DebugOPatchUtils Debug.All Debug OPatchUtils More info
DebugPageFlowMonitoring DebugPageFlowMonitoring Debug.All Gets debugPageFlowMonitoring attribute of ServerDebugMBean More info
DebugParameters Debug Parameters Debug.Core Parameters for debug logging defined as name value pairs. More info
DebugPatchingRuntime DebugPatchingRuntime Debug.All Debug management patching runtime processing More info
DebugPathSvc DebugPathSvc Debug.All Debug the Path Service More info
DebugPathSvcVerbose DebugPathSvcVerbose Debug.All Detailed debug for the Path Service More info
DebugPubSubBayeux DebugPubSubBayeux Debug.All Gets debugPubSubBayeux attribute of ServerDebugMBean More info
DebugPubSubChannel DebugPubSubChannel Debug.All Gets debugPubSubChannel attribute of ServerDebugMBean More info
DebugPubSubClient DebugPubSubClient Debug.All Gets debugPubSubClient attribute of ServerDebugMBean More info
DebugPubSubMBean DebugPubSubMBean Debug.All Debug PubSubMBean More info
DebugPubSubSecurity DebugPubSubSecurity Debug.All Gets debugPubSubSecurity attribute of ServerDebugMBean More info
DebugPubSubServer DebugPubSubServer Debug.All Gets debugPubSubServer attribute of ServerDebugMBean More info
DebugRA DebugRA Debug.All Debug Resource Adapter XA general/top-level processing More info
DebugRAClassloader DebugRAClassloader Debug.All Debug Resource Adapter class loading More info
DebugRAConnEvents DebugRAConnEvents Debug.All Debug Resource Adapter connection event processing More info
DebugRAConnections DebugRAConnections Debug.All Debug Resource Adapter outbound connection operations (get, close, associate, disassociate, ping) More info
DebugRADeployment DebugRADeployment Debug.All Debug Resource Adapter (un)deploy, security id settings More info
DebugRALifecycle DebugRALifecycle Debug.All Debug ResourceAdapter Lifecycle processing More info
DebugRALocalOut DebugRALocalOut Debug.All Debug Resource Adapter local tx outgoing message processing More info
DebugRAParsing DebugRAParsing Debug.All Debug Resource Adapter descriptor parsing More info
DebugRAPoolVerbose DebugRAPoolVerbose Debug.All Debug Java EE Resource Adapter pool management (size management) processing More info
DebugRAPooling DebugRAPooling Debug.All Debug Resource Adapter operations on a connection pool (proxy testing) More info
DebugRASecurityCtx DebugRASecurityCtx Debug.All Debug setup of resource ref processing (container and application managed security set by calling application components) More info
DebugRAWork DebugRAWork Debug.All Debug Resource Adapter Work submission and cancel processing More info
DebugRAWorkEvents DebugRAWorkEvents Debug.All Debug Resource Adapter work event processing More info
DebugRAXAin DebugRAXAin Debug.All Debug Resource Adapter XA incoming message processing More info
DebugRAXAout DebugRAXAout Debug.All Debug Resource Adapter XA outgoing message processing More info
DebugRAXAwork DebugRAXAwork Debug.All Debug Resource Adapter XA Work request processing More info
DebugRCM DebugRCM Debug.All Debug RCM More info
DebugRESTNotifications DebugRESTNotifications Debug.All Debug the diagnostics policy REST action. More info
DebugRJVMRequestResponse DebugRJVMRequestResponse Debug.All Debug JVM to JVM requests and responses More info
DebugRMIDetailed DebugRMIDetailed Debug.All Gets debugRMIDetailed attribute of ServerDebugMBean More info
DebugReadyApp DebugReadyApp Debug.All Debug ReadyApp processing. More info
DebugRedefAttach DebugRedefAttach Debug.All Gets debugRedefAttach attribute of ServerDebugMBean More info
DebugReplication DebugReplication Debug.All Debug cluster replication information. More info
DebugReplicationDetails DebugReplicationDetails Debug.All Debug low-level cluster replication information. More info
DebugReplicationSize DebugReplicationSize Debug.All Debug cluster replication size information. More info
DebugRequestManager DebugRequestManager Debug.All Gets debugRequestManager attribute of ServerDebugMBean More info
DebugRestJersey1Integration DebugRestJersey1Integration Debug.All Debug JAX-RS 1 / Jersey 1 Client integration More info
DebugRestJersey2Integration DebugRestJersey2Integration Debug.All Debug JAX-RS 2 / Jersey 2 integration More info
DebugRestartInPlace DebugRestartInPlace Debug.All Gets debugRestartInPlace attribute of ServerDebugMBean More info
DebugRouting DebugRouting Debug.All Debug routing of messages over JVM to JVM connections More info
DebugSAFAdmin DebugSAFAdmin Debug.All Debug Messaging SAF Admin. More info
DebugSAFManager DebugSAFManager Debug.All Debug Messaging SAF Manager. More info
DebugSAFReceivingAgent DebugSAFReceivingAgent Debug.All Debug Messaging SAF ReceivingAgent. More info
DebugSAFSendingAgent DebugSAFSendingAgent Debug.All Debug Messaging SAF SendingAgent. More info
DebugSAFStore DebugSAFStore Debug.All Debug Messaging SAF Store. More info
DebugSAFTransport DebugSAFTransport Debug.All Debug Messaging SAF Transport. More info
DebugSAFVerbose DebugSAFVerbose Debug.All Detailed debug of Messaging SAF. More info
DebugSNMPAgent DebugSNMPAgent Debug.All Debug the SNMP agent framework. More info
DebugSNMPExtensionProvider DebugSNMPExtensionProvider Debug.All The debug attribute to enable or disable the SNMP Agent Extension Provider discovery and initialization. More info
DebugSNMPMib DebugSNMPMib Debug.All Gets debugSNMPMib attribute of ServerDebugMBean More info
DebugSNMPProtocolTCP DebugSNMPProtocolTCP Debug.All Debug the SNMP TCP protocol handler. More info
DebugSNMPToolkit DebugSNMPToolkit Debug.All Debug the SNMP vendor toolkit implementation. More info
DebugScaContainer DebugScaContainer Debug.All Debug Weblogic SCA Container More info
DebugScrubberStartService DebugScrubberStartService Debug.All Gets debugScrubberStartService attribute of ServerDebugMBean More info
DebugSecurityAdjudicator DebugSecurityAdjudicator Debug.All Debug Security Framework Adjudication processing More info
DebugSecurityAtn DebugSecurityAtn Debug.All Debug Security Framework Atn processing More info
DebugSecurityAtz DebugSecurityAtz Debug.All Debug Security Framework Atz processing More info
DebugSecurityAuditor DebugSecurityAuditor Debug.All Debug Security Framework Auditor processing More info
DebugSecurityCertPath DebugSecurityCertPath Debug.All Debug Security Framework CertPath processing More info
DebugSecurityCredMap DebugSecurityCredMap Debug.All Debug Security Framework Credential Mapper processing More info
DebugSecurityEEngine DebugSecurityEEngine Debug.All Debug Security Framework Entitlements Engine processing More info
DebugSecurityEncryptionService Debug Security Encryption Service Debug.All Debug Security Framework Encryption Service processing More info
DebugSecurityJACC DebugSecurityJACC Debug.All Debug Security Framework JACC processing More info
DebugSecurityJACCNonPolicy DebugSecurityJACCNonPolicy Debug.All Debug Security Framework JACC nonPolicy processing More info
DebugSecurityJACCPolicy DebugSecurityJACCPolicy Debug.All Debug Security Framework JACC Policy processing More info
DebugSecurityKeyStore DebugSecurityKeyStore Debug.All Debug Security Framework KeyStore processing More info
DebugSecurityPasswordPolicy DebugSecurityPasswordPolicy Debug.All Debug Security Password Guessing More info
DebugSecurityPredicate DebugSecurityPredicate Debug.All Debug Security Framework predicate processing More info
DebugSecurityRealm DebugSecurityRealm Debug.All Debug Security Realm processing More info
DebugSecurityRoleMap DebugSecurityRoleMap Debug.All Debug Security Framework Role Mapping More info
DebugSecuritySAML2Atn DebugSecuritySAML2Atn Debug.All Debug Security Framework SAML2 Provider atn processing More info
DebugSecuritySAML2CredMap DebugSecuritySAML2CredMap Debug.All Debug Security Framework SAML2 Provider credential mapper processing More info
DebugSecuritySAML2Lib DebugSecuritySAML2Lib Debug.All Debug Security Framework SAML2 library processing More info
DebugSecuritySAML2Service DebugSecuritySAML2Service Debug.All Debug Security Framework SAML2 SSO profile services More info
DebugSecuritySAMLAtn DebugSecuritySAMLAtn Debug.All Debug Security Framework SAML Provider atn processing More info
DebugSecuritySAMLCredMap DebugSecuritySAMLCredMap Debug.All Debug Security Framework SAML Provider credential mapper processing More info
DebugSecuritySAMLLib DebugSecuritySAMLLib Debug.All Debug Security Framework SAML library processing More info
DebugSecuritySAMLService DebugSecuritySAMLService Debug.All Debug Security Framework SAML SSO profile services More info
DebugSecuritySSL DebugSecuritySSL Debug.All Debug Security SSL and TLS processing More info
DebugSecuritySSLEaten DebugSecuritySSLEaten Debug.All Debug Security SSL and TLS exception processing More info
DebugSecurityService DebugSecurityService Debug.All Debug Security Service More info
DebugSecurityUserLockout DebugSecurityUserLockout Debug.All Debug Security User Lockout processing More info
DebugSelfTuning DebugSelfTuning Debug.All Debug WorkManager self-tuning processing More info
DebugServerLifeCycle DebugServerLifeCycle Debug.All Debug Server ServerLifeCycle processing More info
DebugServerMigration DebugServerMigration Debug.All Debug low-level Server Migration processing More info
DebugServerRuntime DebugServerRuntime Debug.All Gets debugServerRuntime attribute of ServerDebugMBean More info
DebugServerShutdownHandler DebugServerShutdownHandler Debug.All Debug ServerShutdownHandler More info
DebugServerShutdownStatistics DebugServerShutdownStatistics Debug.All Gets debugServerShutdownStatistics attribute of ServerDebugMBean More info
DebugServerShutdownTimer DebugServerShutdownTimer Debug.All Gets debugServerShutdownTimer attribute of ServerDebugMBean More info
DebugServerStartStatistics DebugServerStartStatistics Debug.All If statistics about server start will be logged after the running message. More info
DebugServerStartupTimer DebugServerStartupTimer Debug.All Gets debugServerStartupTimer attribute of ServerDebugMBean More info
DebugSingletonServices DebugSingletonServices Debug.All Gets debugSingletonServices attribute of ServerDebugMBean More info
DebugSingletonServicesConcise DebugSingletonServicesConcise Debug.All Gets debugSingletonServicesConcise attribute of ServerDebugMBean More info
DebugSituationalConfig DebugSituationalConfig Debug.All Debug management situational configuration processing More info
DebugSpringMBeans DebugSpringMBeans Debug.All Debug SpringMBeans More info
DebugSpringStatistics DebugSpringStatistics Debug.All Gets debugSpringStatistics attribute of ServerDebugMBean More info
DebugStore DebugStore Debug.All Gets debugStore attribute of ServerDebugMBean More info
DebugStoreAdmin DebugStoreAdmin Debug.All Debug the persistent store’s administration code. More info
DebugStoreCache DebugStoreCache Debug.All Gets debugStoreCache attribute of ServerDebugMBean More info
DebugStoreConnectionCaching DebugStoreConnectionCaching Debug.All Debug the persistent store’s JDBC connection caching. More info
DebugStoreIOLogical DebugStoreIOLogical Debug.All Debug persistent store high-level logical operations, such as read, write, delete, and update. More info
DebugStoreIOLogicalBoot DebugStoreIOLogicalBoot Debug.All Debug persistent store logical boot operations (lists all recovered records). More info
DebugStoreIOPhysical DebugStoreIOPhysical Debug.All Debugging for persistent store low-level physical operations which typically directly correspond to file or JDBC operations. More info
DebugStoreIOPhysicalVerbose DebugStoreIOPhysicalVerbose Debug.All Detailed debug for persistent store low-level physical operations which typically directly correspond to file or JDBC operations. More info
DebugStubGeneration DebugStubGeneration Debug.All Gets debugStubGeneration attribute of ServerDebugMBean More info
DebugTunnelingConnection DebugTunnelingConnection Debug.All Debug HTTP tunneling connection open/close processing. More info
DebugTunnelingConnectionTimeout DebugTunnelingConnectionTimeout Debug.All Debug HTTP tunneling connection timed out processing. More info
DebugURLResolution DebugURLResolution Debug.All Debug URL resolution for incoming http requests More info
DebugUnicastMessaging DebugUnicastMessaging Debug.All Gets debugUnicastMessaging attribute of ServerDebugMBean More info
DebugValidateWorkManager DebugValidateWorkManager Debug.All Debug ValidateWorkManager More info
DebugValidation DebugValidation Debug.All Gets debugValidation attribute of ServerDebugMBean More info
DebugValidationClassLoading DebugValidationClassLoading Debug.All Gets debugValidationClassLoading attribute of ServerDebugMBean More info
DebugVerboseRCM DebugVerboseRCM Debug.All Debug Verbose RCM More info
DebugWANReplicationDetails DebugWANReplicationDetails Debug.All Debug low-level wan replication processing More info
DebugWTCConfig DebugWTCConfig Debug.All Debug WTC configuration processing More info
DebugWTCCorbaEx DebugWTCCorbaEx Debug.All Debug WTC corba execution More info
DebugWTCGwtEx DebugWTCGwtEx Debug.All Debug WTC gwt execution More info
DebugWTCJatmiEx DebugWTCJatmiEx Debug.All Debug WTC jatmi execution More info
DebugWTCTdomPdu DebugWTCTdomPdu Debug.All Gets debugWTCTdomPdu attribute of ServerDebugMBean More info
DebugWTCUData DebugWTCUData Debug.All Debug WTC user data processing More info
DebugWTCtBridgeEx DebugWTCtBridgeEx Debug.All Debug WTC tBridge execution More info
DebugWatchScalingActions DebugWatchScalingActions Debug.All Gets debugWatchScalingActions attribute of ServerDebugMBean More info
DebugWebAppDI DebugWebAppDI Debug.All Gets debugWebAppDI attribute of ServerDebugMBean More info
DebugWebAppIdentityAssertion DebugWebAppIdentityAssertion Debug.All Debug identity assertion flow when identity assertion occurs in the webapp container. More info
DebugWebAppModule DebugWebAppModule Debug.All Debug WebApp Module deployment callbacks More info
DebugWebAppSecurity DebugWebAppSecurity Debug.All Debug webapp security More info
DebugWebSocket DebugWebSocket Debug.All Gets debugWebSocket attribute of ServerDebugMBean More info
DebugWorkContext DebugWorkContext Debug.All Debug Work context (out of band data propagation) More info
DefaultCharCodeset Default Char Codeset Protocols.IIOP The standard character code set that this server will publish as its native code set. More info
DefaultDatasource Default Datasource General The JNDI name of a system resource data source used to override the default datasource. More info
DefaultIIOPPassword Default IIOP Password Protocols.IIOP The password for the default IIOP user. More info
DefaultIIOPUser Default IIOP User Protocols.IIOP The user name of the default IIOP user. More info
DefaultInternalServletsDisabled Default Internal Servlets Disabled General Specifies whether all default servlets in the servlet engine are disabled. More info
DefaultMinorVersion Default GIOP Version Protocols.IIOP The default GIOP (General Inter-ORB Protocol) version that this server will negotiate for incoming connections. More info
DefaultRJVMDiagMessages DefaultRJVMDiagMessages Debug.All Default diagnostic messages for RJVM requests and responses More info
DefaultStore DefaultStore Debug.All Gets the fastswap DefaultStore debug attribute of ServerDebugMBean More info
DefaultURL Default URL Security.SAML20ServiceProvider The Service Provider’s default URL. More info
DefaultWebAppContextRoot Default Web App Context Root Protocols.Http Returns the original context-root for the default Web application for this Web server. More info
DefaultWideCharCodeset Default Wide Char Codeset Protocols.IIOP The wide character code set that this server will publish as its native code set. More info
DeletesPerBatchMaximum Maximum Deletes Per Batch Services.JTA The maximum number of table rows that are deleted per database call. More info
DeletesPerStatementMaximum Maximum Deletes Per Statement Services.JTA The maximum number of table rows that are deleted per database call. More info
DeploymentState DeploymentState Debug.All Debug DeploymentState More info
DiagnosticDataArchiveType Type Advanced.DiagnosticArchive Determines whether the current server persists its harvested metrics and event data in a diagnostic store (file-based store) or a JDBC based archive. More info
DiagnosticJDBCResource JDBC Data Source Advanced.DiagnosticArchive The JDBC data source that the server uses to archive its harvested metrics and event data. More info
DiagnosticJDBCSchemaName Schema Name Advanced.DiagnosticArchive The schema name to use for accessing JDBC-based archive tables. More info
DiagnosticStoreBlockSize Diagnostics Store Block Size Advanced.DiagnosticArchive The smallest addressable block, in bytes, of a file. More info
DiagnosticStoreDir Directory Advanced.DiagnosticArchive The directory in which the current server maintains its diagnostic store. More info
DiagnosticStoreFileLockingEnabled Diagnostics Store File Locking Enabled Advanced.DiagnosticArchive Determines whether OS file locking is used. More info
DiagnosticStoreIoBufferSize Diagnostics Store IO Buffer Size Advanced.DiagnosticArchive The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2, controls the largest write size. More info
DiagnosticStoreMaxFileSize Diagnostics Store Max File Size Advanced.DiagnosticArchive The maximum file size, in bytes. More info
DiagnosticStoreMaxWindowBufferSize Diagnostics Store Max Window Buffer Size Advanced.DiagnosticArchive The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per diagnostic store file. More info
DiagnosticStoreMinWindowBufferSize Diagnostics Store Min Window Buffer Size Advanced.DiagnosticArchive The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per diagnostic store file. More info
Directory Directory Services.DefaultStore The path name to the file system directory where the file store maintains its data files. More info
DomainAdministrationPortEnabled Administration Port Enabled General Specifies whether the domain-wide administration port is enabled for this WebLogic Server domain. This can only be modified in the domain general page. More info
DomainLogBroadcastFilter Domain Log Broadcast Filter Logging.General The filter configuration for log events being sent to the domain log. More info
DomainLogBroadcastSeverity Domain Log Broadcast Severity Level Logging.General The minimum severity of log messages going to the domain log from this server’s log broadcaster. More info
DomainLogBroadcasterBufferSize Buffer Size Logging.General Broadcasts log messages to the domain log in batch mode. More info
ELFFields Extended Logging Format Fields Logging.HTTP Returns the list of fields specified for the extended logging format for access.log. More info
Enabled SSL Listen Port Enabled Services.JTA Indicates whether the server can be reached through the default SSL listen port. More info
EntityID Entity ID Security.SAML20General The string that uniquely identifies the local site. More info
ExcludedCiphersuites Excluded Ciphersuites Security.SSL List of cipher suites not to be used by WebLogic Server. More info
ExportKeyLifespan Export Key Lifespan Security.SSL Indicates the number of times WebLogic Server can use an exportable key between a domestic server and an exportable client before generating a new key. More info
ExternalDNSName External Listen Address General The external IP address or DNS name for this server. More info
ExtraEjbcOptions Extra EJB Compiler Options General The options passed to the EJB compiler during server-side generation. More info
ExtraRmicOptions Extra RMI Compiler Options General The options passed to the RMIC compiler during server-side generation. More info
FailureAction Failure Action Advanced.Overload Enable automatic forceshutdown of the server on failed state. More info
FileCount Files to retain Logging.DataSource The maximum number of log files that the server creates when it rotates the log. More info
FileLockingEnabled Enable File Locking Services.DefaultStore Determines whether OS file locking is used. More info
FileMinSize Rotation file size Logging.DataSource The size (1 - 2097150 kilobytes) that triggers the server to move log messages to a separate file. More info
FileName Log file name Logging.DataSource The name of the file that stores datasource profile records. More info
FileTimeSpan Rotation interval Logging.DataSource The interval (in hours) at which the server saves old log messages to another file. More info
ForceAuthn Force Authentication Security.SAML20ServiceProvider Specifies whether the Identity Provider must authenticate users directly and not use a previous security context. More info
ForceGCEachDGCPeriod ForceGCEachDGCPeriod Debug.All Force VM garbage collection on each DGC interval More info
FreeMemoryPercentHighThreshold Free Memory Percent High Threshold Advanced.Overload Percentage free memory after which the server overload condition is cleared. More info
FreeMemoryPercentLowThreshold Free Memory Percent Low Threshold Advanced.Overload Percentage free memory below which the server is considered overloaded. More info
FrontendHTTPPort Frontend HTTP Port Protocols.Http The name of the HTTP port to which all redirected URLs will be sent. More info
FrontendHTTPSPort Frontend HTTPS Port Protocols.Http The name of the secure HTTP port to which all redirected URLs will be sent. More info
FrontendHost Frontend Host Protocols.Http The name of the host to which all redirected URLs will be sent. More info
GatheredWritesEnabled Enable Gathered Writes Advanced.Tuning Enables gathered writes over NIO socket channels. More info
GlassFishWebAppParser GlassFishWebAppParser Debug.All Gets glassFishWebAppParser attribute of ServerDebugMBean More info
GracefulShutdownTimeout Graceful Shutdown Timeout Advanced.StartStop Number of seconds a graceful shutdown operation waits before forcing a shut down. More info
HealthCheckIntervalSeconds Health Check Interval Seconds Health The number of seconds that defines the frequency of this server’s self-health monitoring. More info
HostnameVerificationIgnored Disable Hostname Verification Security.SSL Specifies whether to ignore the installed implementation of the weblogic.security.SSL.HostnameVerifier interface (when this server is acting as a client to another application server). More info
HostnameVerifierType Hostname Verifier Security.SSL A hostname verifier determines whether the connection to the host with the hostname from the URL should be allowed. It is used to prevent man-in-the-middle attacks. It is called during the SSL handshake when this server is acting as a client of another application server.

The default verifier for WebLogic Server 14.1.1 and later is the wildcard verifier and the BEA verifier if earlier.

More info
HttpdEnabled Httpd Enabled Whether or not HTTP support is enabled on the regular port or SSL port. More info
HttpsKeepAliveSecs HTTPS Duration Protocols.Http The amount of time this server waits before closing an inactive HTTPS connection. More info
IIOPEnabled Enable IIOP Protocols.IIOP Specifies whether this server has IIOP support enabled for both the regular (non-SSL) and SSL ports. More info
IdentityAndTrustLocations Identity And Trust Locations Security.SSL Indicates where SSL should find the server’s identity (certificate and private key) as well as the server’s trust (trusted CAs). More info
IdentityProviderArtifactBindingEnabled Artifact Binding Enabled Security.SAML20IdentityProvider Specifies whether the Artifact binding is enabled for the Identity Provider. More info
IdentityProviderEnabled Enabled Security.SAML20IdentityProvider Specifies whether the local site is enabled for the Identity Provider role. More info
IdentityProviderPOSTBindingEnabled POST Binding Enabled Security.SAML20IdentityProvider Specifies whether the POST binding is enabled for the Identity Provider. More info
IdentityProviderPreferredBinding Preferred Binding Security.SAML20IdentityProvider Specifies the preferred binding type for endpoints of the Identity Provider services. More info
IdentityProviderRedirectBindingEnabled Redirect Binding Enabled Security.SAML20IdentityProvider Specifies whether the Redirect binding is enabled for the Identity Provider. More info
IdleConnectionTimeout Idle Connection Timeout Protocols.General The maximum number of seconds that a connection is allowed to be idle before it is closed by the server. More info
IdlePeriodsUntilTimeout Idle Periods Until Timeout Advanced.Tuning The number of idle periods until peer is considered unreachable. More info
IgnoreSessionsDuringShutdown Ignore Sessions During Shutdown Advanced.StartStop Indicates whether a graceful shutdown operation drops all HTTP sessions immediately. More info
InactivityTimeout Inactivity Timeout WebServices.ReliableMessage If during this duration, an endpoint (RM source or RM destination) has received no application or control messages, the endpoint MAY consider the RM Sequence to have been terminated due to inactivity. More info
InboundCertificateValidation Inbound Certificate Validation Security.SSL Indicates the client certificate validation rules for inbound SSL. More info
InitialSize Initial Size Services.DefaultStore The initial file size, in bytes. More info
InsertsPerBatchMaximum Maximum Inserts Per Batch Services.JTA The maximum number of table rows that are inserted per database call. More info
InterfaceAddress Interface Address Cluster The IP address of the NIC that this server should use for multicast traffic. More info
IoBufferSize IO Buffer Size Services.DefaultStore The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2. More info
JDBCLLRTableName JDBCLLR Table Name General The table name for this server’s Logging Last Resource (LLR) database table(s). More info
JMSConnectionFactoryUnmappedResRefMode Connection Factory Unmapped Resource Reference Mode Services.JMS Use this unmapped resource reference mode to specify the behavior of any resource reference to a Connection Factory when the resource reference does not directly specify a JNDI name by a lookup attribute, or by a mappedName attribute, or by a jndi-name in a descriptor file. More info
JMSDefaultConnectionFactoriesEnabled Enable Default Connection Factories Services.JMS Specifies whether this server uses JMS default connection factories. More info
JavaCompiler Java Compiler General The Java compiler to use for all applications hosted on this server that need to compile Java code. More info
JavaCompilerPostClassPath Append to Classpath General The options to append to the Java compiler classpath when compiling Java code. More info
JavaCompilerPreClassPath Prepend to Classpath General The options to prepend to the Java compiler classpath when compiling Java code. More info
JavaHome Java Home Advanced.NodeManager The Java home directory (path on the machine running Node Manager) to use when starting this server. More info
JavaStandardTrustKeyStorePassPhrase Java Standard Trust Key Store Pass Phrase Security.Keystores The password for the Java Standard Trust keystore. More info
JavaVendor Java Vendor Advanced.NodeManager The Java Vendor value to use when starting this server. More info
KeepAliveEnabled Enable Keepalives Protocols.Http Indicates whether there should be a persistent connection to this server. More info
KeepAliveSecs Duration Protocols.Http The amount of time this server waits before closing an inactive HTTP connection. More info
KeyEncryptionAlgorithm Key Encryption Algorithm Security.SAML20IdentityProvider Get the preferred key encryption algorithm for SAML assertion encryption. More info
KeyStores Keystores Security.SSL Which configuration rules should be used for finding the server’s identity and trust keystores? More info
ListenAddress Listen Address General The IP address or DNS name this server uses to listen for incoming connections. More info
ListenPort SSL Listen Port General The TCP/IP port at which this server listens for SSL connection requests. More info
ListenPortEnabled Listen Port Enabled General Specifies whether this server can be reached through the default plain-text (non-SSL) listen port. More info
ListenThreadDebug ListenThreadDebug Debug.All Debug listenThread processing More info
ListenThreadStartDelaySecs Listen Thread Start Delay Secs Returns the maximum time that the server will wait for server sockets to bind before starting a listen thread. More info
LocalStorageEnabled Local Storage Enabled Advanced.Coherence Specifies whether or not this member will contribute storage to the Coherence cluster i.e. More info
LogCriticalRemoteExceptionsEnabled Log Critical Remote Exceptions Enabled General Specifies whether the server message log includes only critical exceptions that are raised in remote systems. More info
LogDGCStatistics LogDGCStatistics Debug.All Debug DGC with Statistics More info
LogFileFilter Log File Filter Logging.General The filter configuration for the server log file. More info
LogFileFormat Format Logging.HTTP This specifies the format of the HTTP log file. Both formats are defined by the W3C. With the extended log format, you use server directives in the log file to customize the information that the server records. More info
LogFileRotationDir Log file rotation directory Logging.DataSource The directory where the rotated log files will be stored. More info
LogFileSeverity Log File Severity Level Logging.General The minimum severity of log messages going to the server log file. More info
LogMonitoringEnabled Log Monitoring Enabled Logging.General Enable or disable log monitoring. More info
LogMonitoringIntervalSecs Log monitoring interval seconds Logging.General Timer interval in seconds to check the counts of messages logged during the interval. More info
LogMonitoringMaxThrottleMessageSignatureCount Log monitoring maximum throttle message signature count Logging.General Maximum number of unique message signatures that will be monitored during the throttle interval. More info
LogMonitoringThrottleMessageLength Log Monitoring Throttle Message Length Logging.General Cut-off length of the log message for evaluation during throttle period. More info
LogMonitoringThrottleThreshold Log Monitoring Throttle Threshold Logging.General The threshold number of messages logged during the evaluation period which enables or disables the throttling. More info
LogRemoteExceptionsEnabled Log Remote Exceptions Enabled General Specifies whether the server message log includes exceptions that are raised in remote systems. More info
LogTimeInGMT Log Time In GMT Logging.HTTP Specifies whether the time stamps for HTTP log messages are in Greenwich Mean Time (GMT) regardless of the local time zone that the host computer specifies. More info
LoggerSeverity Minimum severity to log Logging.General The minimum severity of log messages going to all log destinations. More info
LoggerSeverityProperties Logger Severity Properties Logging.SeverityProperties The configuration of the different logger severities keyed by name. More info
LoggingEnabled HTTP access log file enabled Logging.HTTP Indicates whether this server logs HTTP requests. More info
LoginReturnQueryParameter Login Return Query Parameter Security.SAML20IdentityProvider The name of the query parameter to be used for conveying the login-return URL to the login form web application. More info
LoginTimeoutMillis Login Timeout Advanced.Tuning The login timeout for this server’s default regular (non-SSL) listen port. More info
LoginURL Login Customized Security.SAML20IdentityProvider Specifies whether a customized login web application is used. If you use a customized login web application, you must specify a login URL. If you do not customize the login, the login URL and login return query parameter are cleared when you save the changes. More info
Machine Machine General The WebLogic Server host computer (machine) on which this server is meant to run. More info
ManagedServerIndependenceEnabled Managed Server Independence Enabled Advanced.Tuning Specifies whether this Managed Server can be started when the Administration Server is unavailable. More info
MaxConcurrentLongRunningRequests Max Concurrent Long Requests Advanced.Concurrency The maximum number of running long-running requests that can be submitted to all the Managed Executor Services or Managed Scheduled Executor Services in the server. More info
MaxConcurrentNewThreads Max Concurrent New Threads Advanced.Concurrency The maximum number of running threads that can be created by all the Managed Thread Factories in the server. More info
MaxFileSize Maximum File Size Services.DefaultStore The maximum file size, in bytes, of an individual data file. More info
MaxMessageSize Max Message Size Protocols.General The maximum number of bytes allowed in messages that are received over all supported protocols, unless overridden by a protocol-specific setting or a custom channel setting. More info
MaxOpenSockCount Maximum Open Sockets Advanced.Tuning The maximum number of open sockets allowed in server at a given point of time. More info
MaxPostSize Max Post Size Protocols.Http The maximum post size this server allows for reading HTTP POST and PUT data in a servlet request. More info
MaxRetrySecondsBeforeTLOGFail Maximum Retry Before Transaction Log Fail (seconds) Services.JTA The maximum amount of time, in seconds, WebLogic Server tries to recover from a JDBC TLog store failure. More info
MaxRetrySecondsBeforeTXException Maximum Retry Before Transaction Exception Thrown (seconds) Services.JTA The maximum amount of time, in seconds, WebLogic Server waits before trying to recover from a JDBC TLog store failure while processing a transaction. More info
MaxSingleHeaderSize Max Single Header Size Protocols.Http The maximum size of a single header (name and value) that this server allows in a servlet request. More info
MaxTotalHeadersSize Max Total Headers Size Protocols.Http The maximum total headers size this server allows for reading HTTP headers in a servlet request. More info
MaxWindowBufferSize Maximum Window Buffer Size Services.DefaultStore The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per primary store file. More info
MetadataEncryptionAlgorithms Metadata Encryption Algorithms Security.SAML20ServiceProvider The list of data, key encryption algorithms, separated by line breaks, to be published in a WebLogic Service Partner’s metadata. Default list includes: aes128-gcm, aes192-gcm, aes256-gcm, aes128-cbc, aes192-cbc, aes256-cbc, rsa-oaep, rsa-oaep-mgf1p More info
MinWindowBufferSize Minimum Window Buffer Size Services.DefaultStore The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per primary store file. More info
MinimumTLSProtocolVersion Minimum TLS Protocol Version Security.SSL Get the minimum SSL/TLS protocol version currently configured. More info
MuxerClass Muxer Class Advanced.Tuning Non-blocking IO is enabled by default on the server side. More info
Name Name ReferencedBy An alphanumeric name for this server instance. More info
NativeIOEnabled Enable Native IO Advanced.Tuning Specifies whether native I/O is enabled for the server. More info
NonBufferedDestination Non Buffered Destination WebServices.ReliableMessage A boolean flag indicating that RM destinations, by default, will receive non-buffered. More info
NonBufferedSource Non Buffered Source WebServices.ReliableMessage A boolean flag indicating that RM sources, by default, will send non-buffered. More info
NumberOfFilesLimited Limit number of retained files Logging.DataSource Indicates whether to limit the number of log files that this server instance creates to store old messages. More info
OSGiForApps OSGiForApps Debug.All Gets oSGiForApps attribute of ServerDebugMBean More info
OrganizationName Organization Name Security.SAML20General The organization name. More info
OrganizationURL Organization URL Security.SAML20General The organization URL. More info
OutboundCertificateValidation Outbound Certificate Validation Security.SSL Indicates the server certificate validation rules for outbound SSL. More info
POSTOneUseCheckEnabled POST One Use Check Enabled Security.SAML20ServiceProvider Specifies whether the POST one-use check is enabled. More info
PanicAction Panic Action Advanced.Overload Exit the server process when the kernel encounters a panic condition like an unhandled OOME. More info
Passive Passive Security.SAML20ServiceProvider Determines whether the Identity Provider and the user must not take control of the user interface from the requester and interact with the user in a noticeable fashion. More info
Password Password Advanced.NodeManager The password of the username used to boot the server and perform server health monitoring. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PeriodLength Period Length Advanced.Tuning The time interval in milliseconds of the heartbeat period. More info
PlatformLoggerLevels Platform Logger Levels Logging.PlatformLoggerLevels Specifies the platform logger and the associated level names set through the WebLogic Server configuration. More info
PostTimeoutSecs Post Timeout Protocols.Http Timeout (in seconds) for reading HTTP POST data in a servlet request. More info
PreferredSecondaryGroup Preferred Secondary Group Cluster Defines secondary clustered instances considered for hosting replicas of the primary HTTP session states created on the server. More info
PreferredStoreSizeLimit Preferred Store Size Advanced.DiagnosticArchive Return the preferred limit on the size of diagnostic store file in MB. More info
PrefixName Transaction Log Prefix Name Services.JTA When using multiple TLOG JDBC stores, use this attribute to create a label ending in “” that is prepended to the name of the server hosting the JDBC TLOG store and ends in “” to form a unique JDBC TLOG store name for each configured JDBC TLOG store. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
PublishedSiteURL Published Site URL Security.SAML20General The published site URL. More info
RMIDeserializationMaxTimeLimit RMI Deserialization Max Time Limit General Sets the maximum time limit, in milliseconds, before a deserialization process is terminated. More info
RackName Rack Name Advanced.Coherence Specifies the location within a geographic site where this member is hosted. More info
RecipientCheckEnabled Recipient Check Enabled Security.SAML20General Specifies whether the recipient/destination check is enabled. More info
RedefiningClassLoader RedefiningClassLoader Debug.All Gets the fastswap RedefiningClassLoader debug attribute of ServerDebugMBean More info
RedirectStderrToServerLogEnabled Redirect stderr logging enabled Logging.General Specifies whether the stderr of the JVM in which a WebLogic Server instance runs is redirected to the WebLogic Logging system. More info
RedirectStdoutToServerLogEnabled Redirect stdout logging enabled Logging.General Specifies whether the stdout of the JVM in which a WebLogic Server instance runs is redirected to the WebLogic logging system. More info
ReplicatedCacheEnabled Replicated Cache Security.SAML20IdentityProvider Specifies whether the persistent cache (LDAP or RDBMS) is used for storing SAML 2.0 artifacts and authentication requests. More info
ReplicationGroup Replication Group Cluster Defines preferred clustered instances considered for hosting replicas of the primary HTTP session states created on the server. More info
ReplicationPorts Replication Ports Cluster When WLS is running on Exalogic machines, cluster replication traffic could go over multiple replication channels. More info
RestartDelaySeconds Restart Delay Seconds Health The number of seconds the Node Manager should wait before restarting this server. More info
RestartIntervalSeconds Restart Interval Seconds Health The number of seconds during which this server can be restarted, up to the number of times specified in RestartMax. More info
RestartMax Max Restarts Within Interval Health The number of times that the Node Manager can restart this server within the interval specified in RestartIntervalSeconds. More info
RetransmissionExponentialBackoff Retransmission Exponential Backoff WebServices.ReliableMessage A boolean flag indicating that the retransmission interval will be adjusted using the exponential backoff algorithm ([Tanenbaum]). More info
RetryCount Retry Count WebServices.Buffering The number of times a wsdl get request can be retried before it is abandoned. More info
RetryDelay Retry Delay WebServices.Buffering The amount time between retries . More info
RetryIntervalSeconds Retry Interval (seconds) Services.JTA The amount of time, in seconds, WebLogic Server waits before attempting to verify the health of the TLOG store after a store failure has occurred. More info
ReverseDNSAllowed Reverse DNS Allowed Advanced.Tuning Specifies whether the kernel is allowed to perform reverse DNS lookups. More info
RmiJDBCSecurity Rmi JDBC Security General The security protocol used by an RMI client to access a data source. More info
RoleName Role Name Advanced.Coherence Specifies a name used to logically group similar members. More info
RootDirectory Root Directory Advanced.NodeManager The directory that this server uses as its root directory. More info
RotateLogOnStartup Rotate log file on startup Logging.DataSource Specifies whether a server rotates its log file during its startup cycle. More info
RotationTime Begin rotation time Logging.DataSource Determines the start time (hour and minute) for a time-based rotation sequence. More info
RotationType Rotation Type Logging.DataSource Criteria for moving old log messages to a separate file. More info
SSLRejectionLoggingEnabled SSL Rejection Logging Enabled Security.SSL Indicates whether warning messages are logged in the server log when SSL connections are rejected. More info
SSOSigningKeyAlias Single Sign-on Signing Key Alias Security.SAML20General The keystore alias for the key to be used when signing documents. More info
SSOSigningKeyPassPhrase Single Sign-on Signing Key Pass Phrase Security.SAML20General The passphrase used to retrieve the local site’s SSO signing key from the keystore. More info
ScatteredReadsEnabled Enable Scattered Reads Advanced.Tuning Enables scattered reads over NIO socket channels. More info
ScriptExecutorCommand ScriptExecutorCommand Debug.All Gets scriptExecutorCommand attribute of ServerDebugMBean More info
SecurityPolicyFile Security Policy File Advanced.NodeManager The security policy file (directory and filename on the machine running Node Manager) to use when starting this server. More info
SelfTuningThreadPoolSizeMax Self Tuning Thread Maximum Pool Size Advanced.Tuning Sets the maximum thread pool size of the self-tuning thread pool. More info
SelfTuningThreadPoolSizeMin Self Tuning Thread Minimum Pool Size Advanced.Tuning Get the minimum thread pool size of the self-tuning thread pool. More info
SendServerHeaderEnabled Send Server Header Protocols.Http Indicates whether this server name is sent with the HTTP response. More info
SequenceExpiration Sequence Expiration WebServices.ReliableMessage This is the maximum lifetime of a sequence. More info
ServerCipherSuitesOrderEnabled Server Cipher Suites Order Enabled Security.SSL Indicates whether to honor the server cipher suites preference. More info
ServerHelper ServerHelper Debug.All Debug ServerHelper More info
ServerLifeCycleTimeoutVal Server LifeCycle Timeout Advanced.StartStop Number of seconds a force shutdown operation waits before timing out and killing itself. More info
ServerPrivateKeyAlias Server Private Key Alias Security.SSL The string alias used to store and retrieve the server’s private key in the keystore. More info
ServerPrivateKeyPassPhrase Server Private Key Pass Phrase Security.SSL The passphrase used to retrieve the server’s private key from the keystore. More info
ServerTemplate Template General The template used to configure this server. More info
ServiceProviderArtifactBindingEnabled Artifact Binding Enabled Security.SAML20ServiceProvider Specifies whether the Artifact binding is enabled for the Service Provider. More info
ServiceProviderEnabled Enabled Security.SAML20ServiceProvider Specifies whether the local site is enabled for the Service Provider role. More info
ServiceProviderPOSTBindingEnabled POST Binding Enabled Security.SAML20ServiceProvider Specifies whether the POST binding is enabled for the Service Provider. More info
ServiceProviderPreferredBinding Preferred Binding Security.SAML20ServiceProvider Specifies the preferred binding type for endpoints of Service Provider services. More info
ServiceProviderSingleLogoutBinding Single Logout Binding Security.SAML20ServiceProvider The binding used by the Service Provider to send SAML Single Logout Requests More info
ServiceProviderSingleLogoutEnabled Single Logout Enabled Security.SAML20ServiceProvider Specifies whether Single Logout is enabled for the Service Provider. More info
ServiceProviderSingleLogoutRedirectURIs Allowed redirect URIs Security.SAML20ServiceProvider The list of allowed redirect URIs to be used by the initiating Service Provider for after Logout redirection. More info
SessionReplicationOnShutdownEnabled Session Replication On Shutdown Enabled Protocols.Http Indicates if session replication on server shutdown is enabled. More info
SharedCapacityForWorkManagers Shared Capacity For Work Managers Advanced.Overload Total number of requests that can be present in the server. More info
SignAuthnRequests Always Sign Authentication Requests Security.SAML20ServiceProvider Specifies whether authentication requests must be signed. More info
SiteName Site Name Advanced.Coherence Specifies the name of the geographic site where this member is hosted. More info
StagingDirectoryName Staging Directory Name Advanced.Deployment The directory path on the Managed Server where all staged (prepared) applications are placed. More info
StagingMode Staging Mode Advanced.Deployment The mode that specifies whether an application’s files are copied from a source on the Administration Server to the Managed Server’s staging area during application preparation. More info
StartupMode Startup Mode General The state in which this server should be started. More info
StartupTimeout Startup Timeout Advanced.StartStop Timeout value for server start and resume operations. More info
StdoutFilter Stdout Filter Logging.General The filter configuration for log events being sent to the standard out. More info
StdoutFormat Stdout Format Logging.General The output format to use when logging to the console. More info
StdoutLogStack Stack Traces to stdout Logging.General Specifies whether to dump stack traces to the console when included in logged message. More info
StdoutSeverity Stdout Severity Level Logging.General The minimum severity of log messages going to the standard out. More info
StoreSizeCheckPeriod Store Size Check Period Advanced.DiagnosticArchive Return the period in hours at which diagnostic store file size check will be performed More info
StuckThreadDiagnosticImageNotificationEnabled Stuck Thread Diagnostic Image Notification Enabled Advanced.DiagnosticArchive Enable Builtin WLDF Watch to capture diagnostic image notification when stuck thread is encountered. More info
StuckThreadThreadDumpActionCount Stuck Thread Thread Dump Action Count Advanced.DiagnosticArchive Signifies the number of successive thread dumps to capture for specified stuck thread thread dump action whenever it executes. More info
StuckThreadThreadDumpActionDelaySeconds Stuck Thread Thread Dump Action Delay Seconds Advanced.DiagnosticArchive The delay, in seconds, to pause between thread dump captures. More info
StuckThreadThreadDumpActionEnabled Stuck Thread Thread Dump Action Enabled Advanced.DiagnosticArchive Enable Builtin WLDF Watch to capture thread dumps action when stuck thread is encountered. More info
StuckThreadTimerInterval Stuck Thread Timer Interval Advanced.Tuning The number of seconds after which WebLogic Server periodically scans threads to see if they have been continually working for the configured maximum length of time. More info
StuckThreadWatchEnabled Stuck Thread Watch Enabled Advanced.DiagnosticArchive Enable Builtin WLDF Watch to capture thread dump when stuck thread is encountered. More info
SynchronizedSessionTimeoutEnabled Synchronized Session Timeout Enabled Protocols.Http Indicates whether to also invalidate all the other sessions when one of the sessions that share the same ID expires. More info
SynchronousWritePolicy Synchronous Write Policy Services.DefaultStore The disk write policy that determines how the file store writes data to disk. More info
SystemSecurity System Security Protocols.IIOP Specify the value System Security. More info
T3HttpUpgradeHandler T3HttpUpgradeHandler Debug.All Gets t3HttpUpgradeHandler attribute of ServerDebugMBean More info
ThreadPoolPercentSocketReaders JavaSocketMuxer Socket Readers Advanced.Tuning The percentage of execute threads from the default queue that can be used as socket readers. More info
TransactionEnabled Response Queue Transaction Enabled WebServices.Buffering A boolean flag indicating whether transactions should be used when buffering a message onto or consuming a message off of this queue. More info
TransactionPrimaryChannelName JTA Primary Channel Name Services.JTA Returns the name of the server network channel to derive the default URL used for internal JTA communication with this server. More info
TransactionPublicChannelName JTA Public Channel Name Services.JTA Returns the name of the server network channel to derive the public URL used for internal JTA communication with this server. More info
TransactionPublicSecureChannelName JTA Public Secure Channel Name Services.JTA Returns the name of the server network channel to derive the public secure URL used for internal JTA communication with this server. More info
TransactionSecureChannelName JTA Secure Channel Name Services.JTA Returns the name of the server network channel to derive the secure URL used for internal JTA communication with this server. More info
TransportLayerSecurityKeyAlias Transport Layer Security Key Alias Security.SAML20General The string alias used to store and retrieve the server’s private key, which is used to establish outgoing TLS/SSL connections. More info
TransportLayerSecurityKeyPassPhrase Transport Layer Security Key Pass Phrase Security.SAML20General The passphrase used to retrieve the server’s private key from the keystore. More info
TriggerTruncationStackFrameDepthAfterTrigger Depth After Trigger Logging.General Defines the maximum depth of truncated stack frame after the trigger condition already met. More info
TriggerTruncationStackFrameTriggerDepth Trigger Depth Logging.General Returns the depth of stack frame that will trigger the truncation of stack frame for the remaining cascaded causes. More info
TunnelingClientPingSecs Tunneling Client Ping Protocols.Http The interval (in seconds) at which to check a tunneled client to see if it is still alive. More info
TunnelingClientTimeoutSecs Tunneling Client Timeout Protocols.Http The amount of time (in seconds) after which a missing tunneled client is considered dead. More info
TunnelingEnabled Enable Tunneling Protocols.Http Specifies whether tunneling for the T3, T3S, HTTP, HTTPS, IIOP, and IIOPS protocols should be enabled for this server. More info
TwoWaySSLEnabled Two Way SSL Enabled Security.SSL The form of SSL that should be used. More info
TxMechanism Transaction Mechanism Protocols.IIOP The transaction mechanism used by IIOP invocations. More info
Type Type ReferencedBy The type of the referring object.
UnicastListenAddress Unicast Listen Address Advanced.Coherence The IP address for the Coherence unicast listener. More info
UnicastListenPort Unicast Listen Port Advanced.Coherence The port for the Coherence unicast listener. More info
UnicastPortAutoAdjustAttempts Unicast Port Auto Adjust Attempts Advanced.Coherence Get the upper bound of the unicast port. More info
UploadDirectoryName Upload Directory Name Advanced.Deployment The directory path on the Administration Server where all uploaded applications are placed. More info
UseClientCertForOutbound Use Client Cert For Outbound Security.SSL Determines whether to use the configured client SSL certificate as identity for outbound SSL connections. More info
UseConcurrentQueueForRequestManager Use Concurrent Queue For Request Manager Advanced.Tuning Reduces lock contention by using concurrent buffer queue to park incoming requests. More info
UseFullRepositoryIdList Use Full Repository Id List Protocols.IIOP Specify whether to use full Repository ID lists when sending value type information for custom-marshaled types. More info
UseSerialFormatVersion2 Use Serial Format Version 2 Protocols.IIOP Specify whether to advertise RMI objects and EJBs as supporting RMI-IIOP serial format version 2 for custom marshaled objects. More info
UseServerCerts Use Server Cert For Outbound Security.SSL Sets whether the client should use the server certificates/key as the client identity when initiating an outbound connection over https. More info
UseStatefulAuthentication Use Stateful Authentication Protocols.IIOP Specify whether to advertise RMI objects and EJBs as supporting stateful CSIv2. More info
Username Username Advanced.NodeManager The user name to use when booting this server. More info
WAPEnabled WAP Enabled Protocols.Http Indicates whether the session ID should include JVM information. More info
WLDFDiagnosticVolume Diagnostic Volume General Specifies the volume of diagnostic data that is automatically produced by WebLogic Server at run time. More info
WantArtifactRequestsSigned Only Accept Signed Artifact Requests Security.SAML20General Specifies whether incoming artifact requests must be signed. More info
WantAssertionsSigned Only Accept Signed Assertions Security.SAML20ServiceProvider Specifies whether incoming SAML 2.0 assertions must be signed. More info
WantAuthnRequestsSigned Only Accept Signed Authentication Requests Security.SAML20IdentityProvider Specifies whether incoming authentication requests must be signed. More info
WantBasicAuthClientAuthentication Basic Client Authentication Enabled Security.SAML20General Specifies whether Basic Authentication client authentication is required. More info
WantResponsesSigned Only Accept Signed Responses Security.SAML20ServiceProvider Specifies whether the inbound SAML 2.0 Responses must be signed. More info
WantTransportLayerSecurityClientAuthentication Transport Layer Client Authentication Enabled Security.SAML20General Specifies whether TLS/SSL client authentication is required. More info
WarExtraction WarExtraction Debug.All Gets warExtraction attribute of ServerDebugMBean More info
WebRjvmSupport WebRjvmSupport Debug.All Debug WebRjvmSupport More info
WeblogicPluginEnabled WebLogic Plug-In Enabled General Specifies whether this server uses the proprietary WL-Proxy-Client-IP header. More info
XMLEntityCache XML Entity Cache Services.XML The server’s XML entity cache, which is used to configure the behavior of JAXP (Java API for XML Parsing). More info
XMLRegistry XML Registry Services.XML The server’s XML registry, which is used to configure the behavior of JAXP (Java API for XML Parsing). More info

 

ServerChannelRuntime

References to this type:

  • Monitoring -> Environment -> Server Channel Runtimes
Property Name Label Tab Name Description MBean Reference
AcceptCount Accept Count The number of sockets that have been accepted on this channel. More info
BytesReceivedCount Bytes Received Count The total number of bytes received on this channel. More info
BytesSentCount Bytes Sent Count The total number of bytes sent on this channel. More info
ConnectionsCount Connections Count The number of active connections and sockets associated with this channel. More info
MessagesReceivedCount Messages Received Count The number of messages received on this channel. More info
MessagesSentCount Messages Sent Count The number of messages sent on this channel. More info
Name Name The name of this configuration. More info
PublicURL Public URL The physical URL that this channel is listening on. More info
Server Server More info

 

ServerFailureTrigger

References to this type:

  • Configuration -> Environment -> Clusters -> Server Failure Trigger
  • Configuration -> Environment -> Server Templates -> Server Failure Trigger
  • Configuration -> Environment -> Servers -> Server Failure Trigger
Property Name Label Tab Name Description MBean Reference
HeapDumpingOnDeadlock Heap Dumping On Deadlock General Get the attribute of HeapDumpingOnDeadlock More info
HeapDumpingOnMaxStuckThread Heap Dumping On Max Stuck Thread General Get the attribute of HeapDumpingOnMaxStuckThread More info
MaxStuckThreadTime Max Stuck Thread Time General The number of seconds that a thread must be continually working before this server diagnoses the thread as being stuck. More info
StuckThreadCount Stuck Thread Count General The number of stuck threads after which the server is transitioned into FAILED state. More info

 

ServerLifeCycleRuntime

Property Name Label Tab Name Description MBean Reference
Exception Exception Troubleshoot The nested exception’s message (if an exception occurred). More info
Name Name Troubleshoot The name of this configuration. More info
ResponseBody Response Body Troubleshoot The response body (if a response was received). More info
ResponseHeaders Response Headers Troubleshoot The response headers (if a response was received). More info
ServerURL Server URL Troubleshoot The HTTP/S url that was used to send a REST request to this managed server. More info
StackTrace Stack Trace Troubleshoot The nested exception’s stack trace (if an exception occurred). More info
State Server Life Cycle State State The current state of the server. More info
Status Status Troubleshoot The response’s HTTP status code (if a response was received). More info
Type Type State Returns the type of the MBean. More info

 

ServerLifeCycleTaskRuntime

References to this type:

  • Monitoring -> Environment -> Servers -> UnreachableServerRuntime -> Tasks
  • Monitoring -> Environment -> Servers -> UnreachableServerRuntime -> Tasks -> ServerLifeCycleTaskRuntime
  • Monitoring -> Environment -> Servers -> ServerRuntime -> Tasks
  • Monitoring -> Environment -> Servers -> ServerRuntime -> Tasks -> ServerLifeCycleTaskRuntime
Property Name Label Tab Name Description MBean Reference
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
Name Name The name of this configuration. More info
Operation Operation Gets the name of the method that was invoked on the ServerLifeCycleRuntime to initiate this task. More info
Progress Progress How much progress this task has made. More info
Running Running Indicates whether the task is still running. More info
ServerName Server Name The name of the server. More info
StartTime Start Time The time this task began. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info

 

ServerMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Servers -> boot
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Servers -> shutdown
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Servers -> unlock
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Servers -> lock
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Servers -> boot
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Servers -> shutdown
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Servers -> lock
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Servers -> unlock
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

ServerPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Servers
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Servers
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

ServerRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Servers -> Roles
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Servers -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

ServerRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> Servers
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> Servers
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

ServerRuntime

Actions: Shutdown, Restart SSL, Suspend, Publish Metadata, Resume, Start

References to this type:

  • Monitoring -> Environment -> Servers
  • Monitoring -> Environment -> Servers -> ServerRuntime
Property Name Label Tab Name Description MBean Reference
ActivationTime Activation Time General The time when the server was started. More info
AdminServer Admin Server General Indicates whether the server is an Administration Server. More info
AdminServerListenPort Admin Server Listen Port Networking The port on which the Administration Server is listening for connections. More info
AdministrationURL Administration URL Networking The URL that the server and its clients use for administrative connections. More info
Class Class JNDI The bound object’s java class.
CompletedRequestCount Complete Reqs Requests The number of completed requests in the priority queue. More info
Context Context JNDI The context that contains the binding.
CurrentMachine Current Machine General Return the machine on which the server is running. More info
DefaultURL Default URL Networking The URL that clients use to connect to this server’s default network channel. More info
HealthState Health General The health state of the server as reported by the server’s self-health monitoring. More info
HoggingThreadCount Hogging Threads Threads The threads that are being held by a request right now. More info
JACCEnabled JACC Enabled General Indicates whether JACC (Java Authorization Contract for Containers) was enabled on the commandline for the jvm hosting this server More info
ListenAddress Listen Address Networking The address on which this server is listening for connections through the default network channel. More info
ListenPort Listen Port Networking The port on which this server is listening for connections. More info
MiddlewareHome Middleware Home General The Oracle Middleware installation directory. More info
MinThreadsConstraintsCompleted Min Threads Constraints Completed Threads Number of requests with min threads constraint picked up out of order for execution immediately since their min threads requirement was not met. More info
MinThreadsConstraintsPending Min Threads Constraints Pending Threads Number of requests that should be executed now to satisfy the min threads requirement. More info
Name Name JNDI The name of this configuration. More info
OpenSocketsCurrentCount Open Sockets Networking The current number of sockets registered for socket muxing on this server. More info
OverallHealthState Overall Health State General Determine the overall health state of this server, taking into account the health of each of its subsystems. More info
OverloadRejectedRequestsCount Overload Rejected Requests Count Requests Number of requests rejected due to configured Shared Capacity for work managers have been reached. More info
PatchList Patch List PatchList Returns information about installed patches on the server as an array of Strings. More info
PendingUserRequestCount Pending Requests The number of pending user requests in the priority queue. More info
QueueLength Queued Threads The number of pending requests in the priority queue. More info
RestartRequired Restart? General Indicates whether the server must be restarted in order to activate configuration changes. More info
SSLListenPort SSL Listen Port Networking The port on which this server is listening for SSL connections. More info
SharedCapacityForWorkManagers Shared Capacity For Work Managers Requests Maximum amount of requests that can be accepted in the priority queue. More info
StandbyThreadCount Standby Thread Count Threads The number of threads in the standby pool. More info
State Server State General The current life cycle state of this server. More info
StuckThreadCount Stuck Threads Threads Number of stuck threads in the thread pool. More info
Suspended Suspended Threads Indicates if the RequestManager is suspended. More info
Throughput Throughput Threads The mean number of requests completed per second. More info
Type Type Returns the type of the MBean. More info
WeblogicHome Weblogic Home General The directory where the WebLogic Server instance (server) is installed, without the trailing “/server”. More info
WeblogicVersion Weblogic Version General The version of this WebLogic Server instance (server). More info
error Error JNDI Error getting the bound object.
toString toString JNDI The bound object’s toString results.

 

ServerTemplate

References to this type:

  • Configuration -> Environment -> Server Templates
Property Name Label Tab Name Description MBean Reference
AcceptBacklog Accept Backlog Advanced.Tuning The number of backlogged, new TCP connection requests that should be allowed for this server’s regular and SSL ports. More info
AcceptContextPathInGetRealPath Accept Context Path In Get Real Path Protocols.Http Indicates whether this server allows the inclusion of the context path in the virtual path to context.getRealPath(). More info
AcknowledgementInterval Acknowledgement Interval WebServices.ReliableMessage The maximum time a pending acknowledgement (set after the destination accepts a message) can wait before being delivered back to the RM source. More info
AdministrationPort Local Administration Port Override General Overrides the domain-wide administration port and specifies a different listen port on which this server listens for administrative requests. Valid only if the administrative channel is enabled for the domain. More info
AllowUnencryptedNullCipher Allow Unencrypted Null Cipher Security.SSL Test if the AllowUnEncryptedNullCipher is enabled More info
AllowedTargetHosts Allowed Target Hosts Security.SAML20ServiceProvider List of hosts to compare against the host in the SAML SP target redirect URL. More info
Arguments Arguments Advanced.NodeManager The arguments to use when starting this server. More info
ArtifactMaxCacheSize Artifact Cache Size Security.SAML20General The maximum size of the artifact cache. More info
ArtifactTimeout Artifact Cache Timeout Security.SAML20General The maximum timeout (in seconds) of artifacts stored in the local cache. More info
AssertionEncryptionDecryptionKeyAlias Assertion Key Alias Security.SAML20ServiceProvider The keystore alias for the certificate and private key to be used to encrypt and decrypt SAML Assertions. More info
AssertionEncryptionDecryptionKeyPassPhrase Assertion Key Pass Phrase Security.SAML20ServiceProvider The passphrase used to retrieve the local site’s Assertion key from the keystore. More info
AssertionEncryptionEnabled Assertion Encryption Security.SAML20IdentityProvider Get assertion encryption enabled flag More info
AssertionSubjectSessionTimeoutCheckEnabled Assertion Subject Session Timeout Check Security.SAML20ServiceProvider Indicates whether to use the session timeout timestamp from the assertion’s subject as a condition to time out the local session. More info
AuthnRequestMaxCacheSize Authentication Request Cache Size Security.SAML20ServiceProvider The maximum size of the authentication request cache. More info
AuthnRequestTimeout Authentication Request Cache Timeout Security.SAML20ServiceProvider The maximum timeout (in seconds) of <AuthnRequest> documents stored in the local cache. More info
AutoMigrationEnabled Automatic Server Migration Enabled Migration Specifies whether Node Manager can automatically restart this server and its services on another machine if the server fails. More info
AutoRestart Auto Restart Health Specifies whether the Node Manager can automatically restart this server if it crashes or otherwise goes down unexpectedly. More info
BaseRetransmissionInterval Base Retransmission Interval WebServices.ReliableMessage The interval of time that must pass before a message will be retransmitted to the RM destination (in the event a prior transmission failed). More info
BasicAuthPassword Basic Authentication Password Security.SAML20General The password used to assign Basic Authentication credentials to outgoing HTTPS connections More info
BasicAuthUsername Basic Authentication User Name Security.SAML20General The username that is used to assign Basic authentication credentials to outgoing HTTPS connections. More info
BlockSize Block Size Services.DefaultStore The smallest addressable block, in bytes, of a file. More info
BufferSizeKB Log File Buffer Logging.HTTP Gets the underlying log buffer size in kilobytes More info
CacheDirectory Cache Directory Services.DefaultStore The location of the cache directory for Direct-Write-With-Cache, ignored for other policies. More info
CandidateMachines Candidate Machines Migration Limits the list of candidate machines that the cluster specifies. More info
Ciphersuites Ciphersuites Security.SSL Indicates the cipher suites being used on a particular WebLogic Server. More info
ClassChangeNotifier ClassChangeNotifier Debug.All Gets the fastswap ClassChangeNotifier debug attribute of ServerDebugMBean More info
ClassLoader ClassLoader Debug.All Debug ClassLoader processing More info
ClassLoaderVerbose ClassLoaderVerbose Debug.All Detailed debug of ClassLoader processing More info
ClassPath Class Path Advanced.NodeManager The classpath (path on the machine running Node Manager) to use when starting this server. More info
ClassloaderWebApp ClassloaderWebApp Debug.All Debug WebApp ClassLoader processing More info
ClasspathServletDisabled Classpath Servlet Disabled General The ClasspathServlet will serve any class file in the classpath and is registered by default in every Web application (including management). More info
CleanupOrphanedSessionsEnabled Cleanup Orphaned Sessions Enabled Protocols.Http Indicates if replication service should cleanup orphaned http and ejb sessions. More info
ClientCertAlias Client Cert Alias Security.SSL Determines the alias of the client SSL certificate to be used as identity for outbound SSL connections. More info
ClientCertPrivateKeyPassPhrase Client Cert Private Key Pass Phrase Security.SSL The passphrase used to retrieve the private key for the client SSL certificate specified in getClientCertAlias from the server configured keystore. More info
ClientCertProxyEnabled Client Cert Proxy Enabled General Specifies whether the HttpClusterServlet proxies the client certificate in a special header. More info
ClientCertificateEnforced Client Certificate Enforced Security.SSL Indicates whether or not clients must present digital certificates from a trusted certificate authority to WebLogic Server. More info
ClientIpHeader Remote Address Override Protocols.Http Specifies the Client IP Header from WebServerMBean.

If specified, this IP address is returned in calls to getRemoteAddr() to support environments with external load balancers.

More info
Cluster Cluster General The cluster, or group of WebLogic Server instances, to which this server belongs. More info
ClusterWeight Cluster Weight Cluster The proportion of the load that this server will bear, relative to other servers in a cluster. More info
CoherenceClusterSystemResource Coherence Cluster System Resource Advanced.Coherence Coherence cluster associated with this server or server template. More info
CoherenceWebFederatedStorageEnabled Coherence Web Federated Storage Enabled Advanced.Coherence Specifies whether Federated Cache Storage is enabled for the Coherence Web cluster member More info
CoherenceWebLocalStorageEnabled Coherence Web Local Storage Enabled Advanced.Coherence Specifies whether Local Storage is enabled for the Coherence Web cluster member More info
CompleteMessageTimeout Complete Message Timeout Protocols.General The maximum number of seconds that this server waits for a complete message to be received. More info
ConnectTimeout Connect Timeout Protocols.General The amount of time that this server should wait to establish an outbound socket connection before timing out. More info
ConnectionCachingPolicy Connection Caching Policy Services.JTA The Connection Caching Policy setting controls how many JDBC connections the JDBC Store caches. Oracle strongly recommends that you consult the store administration guide before changing the connection caching policy to None. More info
ConnectionFactoryJndiName Response Queue Connection Factory Jndi Name WebServices.Buffering The JNDI name of the connection factory to use when buffering messages onto this queue. More info
ContactPersonCompany Contact Person Company Security.SAML20General The contact person’s company name. More info
ContactPersonEmailAddress Contact Person Email Address Security.SAML20General The contact person’s e-mail address. More info
ContactPersonGivenName Contact Person Given Name Security.SAML20General The contact person given (first) name. More info
ContactPersonSurName Contact Person Surname Security.SAML20General The contact person surname (last name). More info
ContactPersonTelephoneNumber Contact Person Telephone Number Security.SAML20General The contact person’s telephone number. More info
ContactPersonType Contact Person Type Security.SAML20General The contact person type. More info
CreateTableDDLFile Create Table From DDL File Services.JTA Specifies the DDL (Data Definition Language) file to use for creating the JDBC store’s backing table. More info
CustomHostnameVerifier Custom Hostname Verifier Security.SSL The name of a class that implements the weblogic.security.SSL.HostnameVerifier interface. More info
CustomIdentityKeyStoreFileName Custom Identity Key Store File Name Security.Keystores The source of the identity keystore. More info
CustomIdentityKeyStorePassPhrase Custom Identity Key Store Pass Phrase Security.Keystores The encrypted custom identity keystore’s passphrase. More info
CustomIdentityKeyStoreType Custom Identity Key Store Type Security.Keystores The type of the keystore. More info
CustomTrustKeyStoreFileName Custom Trust Key Store File Name Security.Keystores The source of the custom trust keystore. More info
CustomTrustKeyStorePassPhrase Custom Trust Key Store Pass Phrase Security.Keystores The custom trust keystore’s passphrase. More info
CustomTrustKeyStoreType Custom Trust Key Store Type Security.Keystores The type of the keystore. More info
DGCIdlePeriodsUntilTimeout DGC Idle Periods Until Timeout Advanced.Tuning The number of idle periods allowed before the object is collected. More info
DataEncryptionAlgorithm Data Encryption Algorithm Security.SAML20IdentityProvider Get the preferred data encryption algorithm for SAML assertion encryption. More info
DataRetirementEnabled Data Retirement Enabled Advanced.DiagnosticArchive This attribute controls if configuration based data retirement functionality is enabled on the server. More info
DataSource Data Source Services.JTA The JDBC data source used by this JDBC store to access its backing table.
  • You cannot configure a JDBC store to use a JDBC data source that is configured to use an XA JDBC driver or configured to support global transactions.
  • The data source should be targeted to the same WebLogic Server or cluster as the JDBC store.
More info
DateFormatPattern Date Format Pattern Logging.General The date format pattern used for rendering dates in the log. More info
DebugAbbreviation DebugAbbreviation Debug.All Debug abbreviations over JVM to JVM connections More info
DebugAbbrevs DebugAbbrevs Debug.All Gets debugAbbrevs attribute of ServerDebugMBean More info
DebugAllowList DebugAllowList Debug.All Debug the allow list recording used with JEP 290 filtering. More info
DebugAppAnnoLookup DebugAppAnnoLookup Debug.All Debug AppAnnoLookup More info
DebugAppAnnoQuery DebugAppAnnoQuery Debug.All Debug AppAnnoQuery More info
DebugAppAnnoQueryVerbose DebugAppAnnoQueryVerbose Debug.All Debug AppAnnoQueryVerbose More info
DebugAppAnnoScanData DebugAppAnnoScanData Debug.All Debug AppAnnoScanData More info
DebugAppAnnoScanVerbose DebugAppAnnoScanVerbose Debug.All Debug AppAnnoScanVerbose More info
DebugAppAnnoVerboseLookup DebugAppAnnoVerboseLookup Debug.All Debug AppAnnoVerboseLookup More info
DebugAppAnnotations DebugAppAnnotations Debug.All Debug AppContainer’s scanning and processing of annotations More info
DebugAppClient DebugAppClient Debug.All Gets debugAppClient attribute of ServerDebugMBean More info
DebugAppContainer DebugAppContainer Debug.All Debug Application Container processing More info
DebugAppContainerTools DebugAppContainerTools Debug.All Gets debugAppContainerTools attribute of ServerDebugMBean More info
DebugAppMetadataCache DebugAppMetadataCache Debug.All Debug AppMetadataCache More info
DebugAppTiming DebugAppTiming Debug.All Gets debugAppTiming attribute of ServerDebugMBean More info
DebugAsyncQueue DebugAsyncQueue Debug.All Debug async replication/persistence information. More info
DebugAttach DebugAttach Debug.All Gets debugAttach attribute of ServerDebugMBean More info
DebugBackgroundDeployment DebugBackgroundDeployment Debug.All Gets debugBackgroundDeployment attribute of ServerDebugMBean More info
DebugBatchConnector DebugBatchConnector Debug.All Gets debugBatchConnector attribute of ServerDebugMBean More info
DebugBeanTreeHarvesterControl DebugBeanTreeHarvesterControl Debug.All Debug the BeanTree Harvester delegate metric control process. More info
DebugBeanTreeHarvesterDataCollection DebugBeanTreeHarvesterDataCollection Debug.All Debug the BeanTree Harvester delegate metric collection process. More info
DebugBeanTreeHarvesterResolution DebugBeanTreeHarvesterResolution Debug.All Debug the BeanTree Harvester delegate metric resolution process. More info
DebugBeanTreeHarvesterThreading DebugBeanTreeHarvesterThreading Debug.All Debug BeanTree Harvester delegate threading issues. More info
DebugBuzzProtocol DebugBuzzProtocol Debug.All Debugs Buzz protocol. More info
DebugBuzzProtocolDetails DebugBuzzProtocolDetails Debug.All Debugs Buzz protocol details. More info
DebugBuzzProtocolHttp DebugBuzzProtocolHttp Debug.All Debugs Buzz protocol http. More info
DebugCAT DebugCAT Debug.All Gets debugCAT attribute of ServerDebugMBean More info
DebugCWebGlobalReaper DebugCWebGlobalReaper Debug.All Debug CWebGlobalReaper More info
DebugCertRevocCheck DebugCertRevocCheck Debug.All Debug Security PKI X.509 certificate revocation checking More info
DebugCertificateCheck DebugCertificateCheck Debug.All Debug CertificateCheck More info
DebugChannel DebugChannel Debug.All Gets debugChannel attribute of ServerDebugMBean More info
DebugChannelMap DebugChannelMap Debug.All Gets debugChannelMap attribute of ServerDebugMBean More info
DebugClassLoadingArchiveChecker DebugClassLoadingArchiveChecker Debug.All Debug ClassLoadingArchiveChecker More info
DebugClassLoadingConsistencyChecker DebugClassLoadingConsistencyChecker Debug.All Gets debugClassLoadingConsistencyChecker attribute of ServerDebugMBean More info
DebugClassLoadingContextualTrace DebugClassLoadingContextualTrace Debug.All Contextual Trace Debugger for Class Loading More info
DebugClassLoadingVerbose DebugClassLoadingVerbose Debug.All Verbose Debugger for Class Loading More info
DebugClassRedef DebugClassRedef Debug.All Gets the DebugClassRedef attribute of ServerDebugMBean More info
DebugClassSize DebugClassSize Debug.All Gets the fastswap DebugClassSize debug attribute of ServerDebugMBean More info
DebugCluster DebugCluster Debug.All Debug each GroupMessage that is sent or received by multicast. More info
DebugClusterAnnouncements DebugClusterAnnouncements Debug.All Debug each Announcement, StateDump, and Attributes message that is sent or received by multicast. More info
DebugClusterFragments DebugClusterFragments Debug.All Debug for each fragment that is sent or received by multicast. More info
DebugClusterHeartbeats DebugClusterHeartbeats Debug.All Debug each cluster Heartbeat that is sent or received by multicast. More info
DebugClusterVerbose DebugClusterVerbose Debug.All Debug ClusterVerbose More info
DebugCoherence DebugCoherence Debug.All Gets debugCoherence attribute of ServerDebugMBean More info
DebugConcurrent DebugConcurrent Debug.All Debug concurrent general processing More info
DebugConcurrentContext DebugConcurrentContext Debug.All Debug concurrent context processing More info
DebugConcurrentMES DebugConcurrentMES Debug.All Debug concurrent MES processing More info
DebugConcurrentMSES DebugConcurrentMSES Debug.All Debug concurrent MSES processing More info
DebugConcurrentMTF DebugConcurrentMTF Debug.All Debug concurrent MTF processing More info
DebugConcurrentTransaction DebugConcurrentTransaction Debug.All Debug concurrent transaction processing More info
DebugConfigurationEdit DebugConfigurationEdit Debug.All Debug management configuration edit processing More info
DebugConfigurationRuntime DebugConfigurationRuntime Debug.All Debug management configuration runtime processing More info
DebugConnection DebugConnection Debug.All Debug JVM to JVM connections More info
DebugConnectorService DebugConnectorService Debug.All Debug connector service action processing More info
DebugConsensusLeasing DebugConsensusLeasing Debug.All Debug cluster consensus lease processing More info
DebugDGCEnrollment DebugDGCEnrollment Debug.All Debug each DGC enrollment. More info
DebugDLB DebugDLB Debug.All Debug DLB More info
DebugDLBFine DebugDLBFine Debug.All Debug DLBFine More info
DebugDLBFinest DebugDLBFinest Debug.All Debug DLBFinest More info
DebugDRSCalls DebugDRSCalls Debug.All Debug Data replication service (DRS) API calls. More info
DebugDRSHeartbeats DebugDRSHeartbeats Debug.All Debug DRS Heartbeats. More info
DebugDRSMessages DebugDRSMessages Debug.All Debug DRS Message traffic. More info
DebugDRSQueues DebugDRSQueues Debug.All Debug DRS Queueing traffic. More info
DebugDRSStateTransitions DebugDRSStateTransitions Debug.All Debug DRS State transitions. More info
DebugDRSUpdateStatus DebugDRSUpdateStatus Debug.All Debug DRS Update status processing. More info
DebugDataSourceInterceptor DebugDataSourceInterceptor Debug.All Gets debugDataSourceInterceptor attribute of ServerDebugMBean More info
DebugDebugPatches DebugDebugPatches Debug.All Gets debugDebugPatches attribute of ServerDebugMBean More info
DebugDefaultStoreVerbose DebugDefaultStoreVerbose Debug.All Gets debugDefaultStoreVerbose attribute of ServerDebugMBean More info
DebugDeploy DebugDeploy Debug.All Debug deploy command processing More info
DebugDeployment DebugDeployment Debug.All Debug deployment processing More info
DebugDeploymentConcise DebugDeploymentConcise Debug.All Debug deployment concise processing More info
DebugDeploymentPlan DebugDeploymentPlan Debug.All Debug deployment plan processing More info
DebugDeploymentService DebugDeploymentService Debug.All Debug deployment service processing More info
DebugDeploymentServiceInternal DebugDeploymentServiceInternal Debug.All Debug internal deployment service processing More info
DebugDeploymentServiceStatusUpdates DebugDeploymentServiceStatusUpdates Debug.All Debug deployment service status update processing More info
DebugDeploymentServiceTransport DebugDeploymentServiceTransport Debug.All Debug deployment service transport processing More info
DebugDeploymentServiceTransportHttp DebugDeploymentServiceTransportHttp Debug.All Debug deployment service HTTP transport processing More info
DebugDescriptor DebugDescriptor Debug.All Debug descriptor framework processing More info
DebugDeserializationTimeLimit DebugDeserializationTimeLimit Debug.All Debug the rmi maximum deserialization time limit with JEP 290 filtering. More info
DebugDiagnosticAccessor DebugDiagnosticAccessor Debug.All Debug diagnostic accessor processing More info
DebugDiagnosticActionWrapper DebugDiagnosticActionWrapper Debug.All Debug DiagnosticActionWrapper More info
DebugDiagnosticArchive DebugDiagnosticArchive Debug.All Debug diagnostic archive processing More info
DebugDiagnosticArchiveRetirement DebugDiagnosticArchiveRetirement Debug.All Debug diagnostic archive retirement processing More info
DebugDiagnosticCollections DebugDiagnosticCollections Debug.All Debug diagnostic collection processing More info
DebugDiagnosticContext DebugDiagnosticContext Debug.All Debug diagnostic context processing More info
DebugDiagnosticDataGathering DebugDiagnosticDataGathering Debug.All Debug data gathering processing More info
DebugDiagnosticFileArchive DebugDiagnosticFileArchive Debug.All Debug diagnostic file archive processing More info
DebugDiagnosticImage DebugDiagnosticImage Debug.All Debug diagnostic image processing More info
DebugDiagnosticInstrumentation DebugDiagnosticInstrumentation Debug.All Debug diagnostic instrumentation processing More info
DebugDiagnosticInstrumentationActions DebugDiagnosticInstrumentationActions Debug.All Debug instrumentation actions/monitors More info
DebugDiagnosticInstrumentationClassInfo DebugDiagnosticInstrumentationClassInfo Debug.All Gets debugDiagnosticInstrumentationClassInfo attribute of ServerDebugMBean More info
DebugDiagnosticInstrumentationConfig DebugDiagnosticInstrumentationConfig Debug.All Debug instrumentation configuration processing More info
DebugDiagnosticInstrumentationEvents DebugDiagnosticInstrumentationEvents Debug.All Debug instrumentation event records More info
DebugDiagnosticInstrumentationResult DebugDiagnosticInstrumentationResult Debug.All Gets debugDiagnosticInstrumentationResult attribute of ServerDebugMBean More info
DebugDiagnosticInstrumentationWeaving DebugDiagnosticInstrumentationWeaving Debug.All Debug instrumentation weaving More info
DebugDiagnosticInstrumentationWeavingMatches DebugDiagnosticInstrumentationWeavingMatches Debug.All Debug instrumentation weaving for matches only More info
DebugDiagnosticJdbcArchive DebugDiagnosticJdbcArchive Debug.All Debug diagnostic jdbc archive processing More info
DebugDiagnosticLifecycleHandlers DebugDiagnosticLifecycleHandlers Debug.All Debug diagnostic lifecycle handler processing More info
DebugDiagnosticNotifications DebugDiagnosticNotifications Debug.All Gets debugDiagnosticNotifications attribute of ServerDebugMBean More info
DebugDiagnosticQuery DebugDiagnosticQuery Debug.All Debug diagnostic query processing More info
DebugDiagnosticRuntimeControlDriver DebugDiagnosticRuntimeControlDriver Debug.All Debug the WLDF runtime control MBeans. More info
DebugDiagnosticRuntimeControlService DebugDiagnosticRuntimeControlService Debug.All Debug the WLDF runtime control service. More info
DebugDiagnosticWatch DebugDiagnosticWatch Debug.All Debug diagnostic policy processing. More info
DebugDiagnosticWatchEvents DebugDiagnosticWatchEvents Debug.All Debug diagnostic policy events processing. More info
DebugDiagnosticWatchEventsDetails DebugDiagnosticWatchEventsDetails Debug.All Debug diagnostic policy event processing details. More info
DebugDiagnosticWatchUtils DebugDiagnosticWatchUtils Debug.All Debug DiagnosticWatchUtils More info
DebugDiagnosticWlstoreArchive DebugDiagnosticWlstoreArchive Debug.All Debug diagnostic wlstore archive processing More info
DebugDiagnosticsBeanExtensionResolver DebugDiagnosticsBeanExtensionResolver Debug.All Debug the bean extensions ELResolver in the Diagnostics expressions framework More info
DebugDiagnosticsBeanInfoProviders DebugDiagnosticsBeanInfoProviders Debug.All Debug the custom BeanInfo providers for the Diagnostics expressions framework More info
DebugDiagnosticsELContext DebugDiagnosticsELContext Debug.All Debug the ELContext in the Diagnostics expressions framework More info
DebugDiagnosticsELResolver DebugDiagnosticsELResolver Debug.All Debug the DiagnosticsELResolver in the Diagnostics expressions framework More info
DebugDiagnosticsExpressionEvaluators DebugDiagnosticsExpressionEvaluators Debug.All Debug the EL expression evaluators for the Diagnostics expressions framework More info
DebugDiagnosticsExpressionFunctionMapper DebugDiagnosticsExpressionFunctionMapper Debug.All Debug the Diagnostics expressions framework function mapper More info
DebugDiagnosticsExpressionFunctions DebugDiagnosticsExpressionFunctions Debug.All Debug the Diagnostics expressions framework functions More info
DebugDiagnosticsExpressionMetrics DebugDiagnosticsExpressionMetrics Debug.All Debug metrics collection for the Diagnostics expressions framework More info
DebugDiagnosticsExpressionPoller DebugDiagnosticsExpressionPoller Debug.All Debug metrics polling for the Diagnostics expressions framework More info
DebugDiagnosticsExpressionPollerBuffer DebugDiagnosticsExpressionPollerBuffer Debug.All Debug the Diagnostics expressions poller extract() buffers More info
DebugDiagnosticsHarvester DebugDiagnosticsHarvester Debug.All Debug diagnostic harvester processing More info
DebugDiagnosticsHarvesterData DebugDiagnosticsHarvesterData Debug.All Detailed debug of diagnostic harvester processing More info
DebugDiagnosticsHarvesterMBeanPlugin DebugDiagnosticsHarvesterMBeanPlugin Debug.All Debug MBean harvester processing. More info
DebugDiagnosticsHarvesterTreeBeanPlugin DebugDiagnosticsHarvesterTreeBeanPlugin Debug.All Debug tree bean harvester processing More info
DebugDiagnosticsMBeanELResolver DebugDiagnosticsMBeanELResolver Debug.All Debug the MBean ELResolver in the Diagnostics expressions framework More info
DebugDiagnosticsModule DebugDiagnosticsModule Debug.All Debug diagnostic module processing More info
DebugDiagnosticsNotifications DebugDiagnosticsNotifications Debug.All Gets debugDiagnosticsNotifications attribute of ServerDebugMBean More info
DebugDiagnosticsScriptAction DebugDiagnosticsScriptAction Debug.All Debug the diagnostics policy script action. More info
DebugDiagnosticsTimer DebugDiagnosticsTimer Debug.All Gets debugDiagnosticsTimer attribute of ServerDebugMBean More info
DebugDiagnosticsTimerService DebugDiagnosticsTimerService Debug.All Debug DiagnosticsTimerService More info
DebugDiagnosticsUtils DebugDiagnosticsUtils Debug.All Debug the Diagnostics utils More info
DebugDiagnosticsValueTracingELResolver DebugDiagnosticsValueTracingELResolver Debug.All Debug the value tracing ELResolver in the Diagnostics expressions framework More info
DebugDomainLogHandler DebugDomainLogHandler Debug.All Debug Domain Log Handler processing More info
DebugDomainUpgradeServerService DebugDomainUpgradeServerService Debug.All Gets debugDomainUpgradeServerService attribute of ServerDebugMBean More info
DebugDynamicSingletonServices DebugDynamicSingletonServices Debug.All Debug Dynamic Service Migration processing More info
DebugEjbCaching DebugEjbCaching Debug.All Debug EJB Caching More info
DebugEjbCmpDeployment DebugEjbCmpDeployment Debug.All Debug EJB CMP deployment processing More info
DebugEjbCmpRuntime DebugEjbCmpRuntime Debug.All Debug EJB CMP runtime processing More info
DebugEjbCompilation DebugEjbCompilation Debug.All Debug EJB compilation More info
DebugEjbDeployment DebugEjbDeployment Debug.All Debug EJB deployment More info
DebugEjbInvoke DebugEjbInvoke Debug.All Debug EJB invocation processing More info
DebugEjbLocking DebugEjbLocking Debug.All Debug EJB locking More info
DebugEjbMdbConnection DebugEjbMdbConnection Debug.All Debug EJB MDB Connection processing More info
DebugEjbMdbListener DebugEjbMdbListener Debug.All Debug EJB MDB Listener processing More info
DebugEjbMetadata DebugEjbMetadata Debug.All Debug EJB metadata processing More info
DebugEjbPooling DebugEjbPooling Debug.All Debug EJB pooling More info
DebugEjbSecurity DebugEjbSecurity Debug.All Debug EJB Security More info
DebugEjbSwapping DebugEjbSwapping Debug.All Debug EJB Swapping More info
DebugEjbSwappingVerbose DebugEjbSwappingVerbose Debug.All Debug EjbSwappingVerbose More info
DebugEjbTimerStore DebugEjbTimerStore Debug.All Gets debugEjbTimerStore attribute of ServerDebugMBean More info
DebugEjbTimers DebugEjbTimers Debug.All Debug EJB Timer processing More info
DebugElasticActions DebugElasticActions Debug.All Debug the elastic actions framework More info
DebugElasticServices DebugElasticServices Debug.All Debug the elastic services framework More info
DebugEmbeddedLDAP DebugEmbeddedLDAP Debug.All Debug Embedded LDAP processing More info
DebugEmbeddedLDAPLogToConsole DebugEmbeddedLDAPLogToConsole Debug.All Debug Embedded LDAP processing (output to console) More info
DebugEmbeddedLDAPWriteOverrideProps DebugEmbeddedLDAPWriteOverrideProps Debug.All Embedded LDAP Write All Overrides to Property Files More info
DebugExpressionBeanLocalizer DebugExpressionBeanLocalizer Debug.All Debug the Diagnostics expressions framework extension bean localizer More info
DebugExpressionExtensionsManager DebugExpressionExtensionsManager Debug.All Debug the Diagnostics expressions extensions manager More info
DebugFailOver DebugFailOver Debug.All Debug stub-level fail-over processing More info
DebugFailOverVerbose DebugFailOverVerbose Debug.All Debug FailOverVerbose More info
DebugFederatedConfig DebugFederatedConfig Debug.All Debug FederatedConfig More info
DebugFileChangeObserver DebugFileChangeObserver Debug.All Debug FileChangeObserver More info
DebugFileDistributionServlet DebugFileDistributionServlet Debug.All Debug the file distribution servlet that runs on the Admin Server and is invoked over HTTP by a booting managed server. More info
DebugFileOwnerFixer DebugFileOwnerFixer Debug.All Gets debugFileOwnerFixer attribute of ServerDebugMBean More info
DebugGenericMethodDescriptor DebugGenericMethodDescriptor Debug.All Debug GenericMethodDescriptor More info
DebugHarvesterTypeInfoCache DebugHarvesterTypeInfoCache Debug.All Gets debugHarvesterTypeInfoCache attribute of ServerDebugMBean More info
DebugHealth DebugHealth Debug.All Debug Health More info
DebugHealthCheck DebugHealthCheck Debug.All Debug HealthCheck More info
DebugHealthScore DebugHealthScore Debug.All Debug Health Score More info
DebugHk2Statistics DebugHk2Statistics Debug.All Debug Hk2Statistics More info
DebugHttp DebugHttp Debug.All Debug WebApp Container HTTP processing. More info
DebugHttp2SendWindowSize DebugHttp2SendWindowSize Debug.All Debug Http2SendWindowSize More info
DebugHttpConcise DebugHttpConcise Debug.All Debug WebApp Container for supplimentary HTTP processing. More info
DebugHttpLogging DebugHttpLogging Debug.All Debug log manager in the webapp container. More info
DebugHttpSessions DebugHttpSessions Debug.All Debug Http Session management in the webapp container. More info
DebugHttpSessionsConcise DebugHttpSessionsConcise Debug.All Debug HttpSessionsConcise More info
DebugIIOPConnection DebugIIOPConnection Debug.All Debug IIOP connection management processing More info
DebugIIOPDetail DebugIIOPDetail Debug.All Gets debugIIOPDetail attribute of ServerDebugMBean More info
DebugIIOPMarshal DebugIIOPMarshal Debug.All Debug buffer-level IIOP processing More info
DebugIIOPNaming DebugIIOPNaming Debug.All Debug IIOP CosNaming processing More info
DebugIIOPOTS DebugIIOPOTS Debug.All Debug IIOP Object Transaction Service (OTS) processing More info
DebugIIOPReplacer DebugIIOPReplacer Debug.All Gets debugIIOPReplacer attribute of ServerDebugMBean More info
DebugIIOPSecurity DebugIIOPSecurity Debug.All Debug IIOP security processing More info
DebugIIOPStartup DebugIIOPStartup Debug.All Debug IIOP startup processing More info
DebugIIOPTransport DebugIIOPTransport Debug.All Debug IIOP message processing More info
DebugIIOPTunneling DebugIIOPTunneling Debug.All Debug IIOP tunnelling More info
DebugInterceptors DebugInterceptors Debug.All Debug interceptors processing More info
DebugJ2EEManagement DebugJ2EEManagement Debug.All Debug Java EE management processing More info
DebugJDBCConn DebugJDBCConn Debug.All Debug JDBC Connection setup/teardown processing More info
DebugJDBCInternal DebugJDBCInternal Debug.All Debug JDBC Internal processing More info
DebugJDBCONS DebugJDBCONS Debug.All Debug ONS client More info
DebugJDBCRAC DebugJDBCRAC Debug.All Debug Oracle RAC processing More info
DebugJDBCRMI DebugJDBCRMI Debug.All Debug JDBC RMI processing More info
DebugJDBCReplay DebugJDBCReplay Debug.All Debug REPLAY client More info
DebugJDBCSQL DebugJDBCSQL Debug.All Debug JDBC SQL processing More info
DebugJDBCUCP DebugJDBCUCP Debug.All Debug Oracle UCP processing More info
DebugJMSBackEnd DebugJMSBackEnd Debug.All Debug JMSBackEnd processing More info
DebugJMSBoot DebugJMSBoot Debug.All Debug JMS boot operations More info
DebugJMSCDS DebugJMSCDS Debug.All Debug JMS CDS processing More info
DebugJMSClient DebugJMSClient Debug.All Debug for JMS Client message send and receive More info
DebugJMSClientStackTrace DebugJMSClientStackTrace Debug.All Detailed debug for JMS Client send and receive More info
DebugJMSCommon DebugJMSCommon Debug.All Debug JMSCommon processing More info
DebugJMSConfig DebugJMSConfig Debug.All Debug JMSConfig processing More info
DebugJMSCrossDomainSecurity DebugJMSCrossDomainSecurity Debug.All Gets debugJMSCrossDomainSecurity attribute of ServerDebugMBean More info
DebugJMSDispatcher DebugJMSDispatcher Debug.All Debug JMS Dispatcher processing More info
DebugJMSDispatcherLifecycle DebugJMSDispatcherLifecycle Debug.All Debug JMS Dispatcher Lifecycle More info
DebugJMSDispatcherProxy DebugJMSDispatcherProxy Debug.All Debug JMS Dispatcher Proxy More info
DebugJMSDispatcherRMI DebugJMSDispatcherRMI Debug.All Debug JMS Dispatcher RMI More info
DebugJMSDispatcherUtilsVerbose DebugJMSDispatcherUtilsVerbose Debug.All Gets debugJMSDispatcherUtilsVerbose attribute of ServerDebugMBean More info
DebugJMSDispatcherVerbose DebugJMSDispatcherVerbose Debug.All Gets debugJMSDispatcherVerbose attribute of ServerDebugMBean More info
DebugJMSDispatcherWire DebugJMSDispatcherWire Debug.All Debug JMS Dispatcher Wire Protocol More info
DebugJMSDistTopic DebugJMSDistTopic Debug.All Debug JMS Distributed Topic processing More info
DebugJMSDotNetProxy DebugJMSDotNetProxy Debug.All Gets debugJMSDotNetProxy attribute of ServerDebugMBean More info
DebugJMSDotNetT3Server DebugJMSDotNetT3Server Debug.All Gets debugJMSDotNetT3Server attribute of ServerDebugMBean More info
DebugJMSDotNetTransport DebugJMSDotNetTransport Debug.All Gets debugJMSDotNetTransport attribute of ServerDebugMBean More info
DebugJMSDurSub DebugJMSDurSub Debug.All Gets debugJMSDurSub attribute of ServerDebugMBean More info
DebugJMSFrontEnd DebugJMSFrontEnd Debug.All Debug JMSFrontEnd processing More info
DebugJMSInvocableVerbose DebugJMSInvocableVerbose Debug.All Debug JMS Dispatcher Invocable Verbose More info
DebugJMSJNDI DebugJMSJNDI Debug.All Gets debugJMSJNDI attribute of ServerDebugMBean More info
DebugJMSMessagePath DebugJMSMessagePath Debug.All Debug JMS MessagePath processing More info
DebugJMSModule DebugJMSModule Debug.All Debug JMSModule deployment processing More info
DebugJMSPauseResume DebugJMSPauseResume Debug.All Debug JMS Pause/Resume processing More info
DebugJMSSAF DebugJMSSAF Debug.All Debug JMS SAF processing More info
DebugJMST3Server DebugJMST3Server Debug.All Debug DebugJMST3Server processing More info
DebugJMSWrappers DebugJMSWrappers Debug.All Debug the pooling and wrapping of JMS connections, sessions, and other objects. More info
DebugJMX DebugJMX Debug.All Debug JMX processing More info
DebugJMXCompatibility DebugJMXCompatibility Debug.All Debug JMX CompatibilityMBeanServer service processing More info
DebugJMXContext DebugJMXContext Debug.All Gets debugJMXContext attribute of ServerDebugMBean More info
DebugJMXCore DebugJMXCore Debug.All Debug core JMX processing More info
DebugJMXCoreConcise DebugJMXCoreConcise Debug.All Debug core JMX connection processing More info
DebugJMXDomain DebugJMXDomain Debug.All Debug JMX domain service processing More info
DebugJMXEdit DebugJMXEdit Debug.All Debug JMX edit service processing More info
DebugJMXRuntime DebugJMXRuntime Debug.All Debug JMX runtime service processing More info
DebugJNDI DebugJNDI Debug.All Debug basic naming service machinery. More info
DebugJNDIFactories DebugJNDIFactories Debug.All Debug JNDI state and object factories. More info
DebugJNDIResolution DebugJNDIResolution Debug.All Debug naming service name resolution. More info
DebugJPA DebugJPA Debug.All Gets debugJPA attribute of ServerDebugMBean More info
DebugJTA2PC DebugJTA2PC Debug.All Debug JTA 2PC processing More info
DebugJTA2PCDetail DebugJTA2PCDetail Debug.All Gets debugJTA2PCDetail attribute of ServerDebugMBean More info
DebugJTA2PCStackTrace DebugJTA2PCStackTrace Debug.All Detailed Debug of JTA 2PC processing More info
DebugJTACDI DebugJTACDI Debug.All Debug JTA CDI log processing More info
DebugJTAGateway DebugJTAGateway Debug.All Debug JTA imported transactions More info
DebugJTAGatewayStackTrace DebugJTAGatewayStackTrace Debug.All Detailed debug of JTA imported transactions More info
DebugJTAHealth DebugJTAHealth Debug.All Debug JTA Health Monitoring More info
DebugJTAJDBC DebugJTAJDBC Debug.All Debug JTA JDBC processing More info
DebugJTALLR DebugJTALLR Debug.All Debug JTA Logging Last Resource More info
DebugJTALifecycle DebugJTALifecycle Debug.All Debug JTA ServerLifecycle More info
DebugJTAMigration DebugJTAMigration Debug.All Debug JTA TLOG Migration More info
DebugJTANaming DebugJTANaming Debug.All Debug JTA naming More info
DebugJTANamingStackTrace DebugJTANamingStackTrace Debug.All Detailed debug of JTA naming More info
DebugJTANonXA DebugJTANonXA Debug.All Debug JTA non-XA resources More info
DebugJTAPeerSiteRecovery DebugJTAPeerSiteRecovery Debug.All Debug JTAPeerSiteRecovery More info
DebugJTAPropagate DebugJTAPropagate Debug.All Debug JTA transaction propagation More info
DebugJTARecovery DebugJTARecovery Debug.All Debug JTA Recovery processing More info
DebugJTAResourceHealth DebugJTAResourceHealth Debug.All Debug JTA resource health More info
DebugJTATLOG DebugJTATLOG Debug.All Debug JTA transaction log processing More info
DebugJTAXA DebugJTAXA Debug.All Debug JTA XA resources More info
DebugJTAXAStackTrace DebugJTAXAStackTrace Debug.All Detailed Debug of JTA XA processing More info
DebugJVMID DebugJVMID Debug.All Debug JVMID More info
DebugJpaDataCache DebugJpaDataCache Debug.All Debug JPA data cache More info
DebugJpaEnhance DebugJpaEnhance Debug.All Debug JPA post-compilation More info
DebugJpaJdbcJdbc DebugJpaJdbcJdbc Debug.All Debug JPA RDBMS JDBC interaction More info
DebugJpaJdbcSchema DebugJpaJdbcSchema Debug.All Debug JPA RDBMS schema manipulation More info
DebugJpaJdbcSql DebugJpaJdbcSql Debug.All Debug JPA RDBMS SQL interaction More info
DebugJpaManage DebugJpaManage Debug.All Debug JPA management and monitoring More info
DebugJpaMetaData DebugJpaMetaData Debug.All Debug JPA MetaData processing More info
DebugJpaProfile DebugJpaProfile Debug.All Debug JPA profiling More info
DebugJpaQuery DebugJpaQuery Debug.All Debug JPA Query processing More info
DebugJpaRuntime DebugJpaRuntime Debug.All Debug JPA runtime diagnostics More info
DebugJpaTool DebugJpaTool Debug.All Debug JPA tools More info
DebugKernel DebugKernel Debug.All Enable kernel related debugs More info
DebugKodoWeblogic DebugKodoWeblogic Debug.All Gets debugKodoWeblogic attribute of ServerDebugMBean More info
DebugLeaderElection DebugLeaderElection Debug.All Debug the cluster leader election messages. More info
DebugLegacy DebugLegacy Debug.All Gets debugLegacy attribute of ServerDebugMBean More info
DebugLibraries DebugLibraries Debug.All Debug application library processing More info
DebugLifecycleManager DebugLifecycleManager Debug.All Debug Lifecycle Manager More info
DebugLoadBalancing DebugLoadBalancing Debug.All Debug stub-level load-balancing processing More info
DebugLocalRemoteJVM DebugLocalRemoteJVM Debug.All Debug how is LocalRemoteJVM working. More info
DebugLoggingConfiguration DebugLoggingConfiguration Debug.All Debug log configuration processing More info
DebugMBeanEventHandler DebugMBeanEventHandler Debug.All Gets debugMBeanEventHandler attribute of ServerDebugMBean More info
DebugMBeanEventHandlerSummary DebugMBeanEventHandlerSummary Debug.All Gets debugMBeanEventHandlerSummary attribute of ServerDebugMBean More info
DebugMBeanEventHandlerWork DebugMBeanEventHandlerWork Debug.All Gets debugMBeanEventHandlerWork attribute of ServerDebugMBean More info
DebugMBeanHarvesterControl DebugMBeanHarvesterControl Debug.All Debug the JMX Harvester delegate metric control process. More info
DebugMBeanHarvesterDataCollection DebugMBeanHarvesterDataCollection Debug.All Debug the JMX Harvester delegate metric collection process. More info
DebugMBeanHarvesterResolution DebugMBeanHarvesterResolution Debug.All Debug the JMX Harvester delegate metric resolution process. More info
DebugMBeanHarvesterThreading DebugMBeanHarvesterThreading Debug.All Debug JMX Harvester delegate threading issues. More info
DebugMBeanLocalization DebugMBeanLocalization Debug.All Gets debugMBeanLocalization attribute of ServerDebugMBean More info
DebugMBeanTypeUtilQueue DebugMBeanTypeUtilQueue Debug.All Debug the Harvester MBean registration queue events More info
DebugMBeanTypeUtilQueuePriority DebugMBeanTypeUtilQueuePriority Debug.All Debug the Harvester MBean registration prioritized events processing More info
DebugMBeanTypeUtilityListener DebugMBeanTypeUtilityListener Debug.All Debug the Harvester MBean registration processing More info
DebugMBeanTypingUtility DebugMBeanTypingUtility Debug.All Debug the Harvester MBean type utility More info
DebugMailSessionDeployment DebugMailSessionDeployment Debug.All Gets debugMailSessionDeployment attribute of ServerDebugMBean More info
DebugManagedBean DebugManagedBean Debug.All Gets debugManagedBean attribute of ServerDebugMBean More info
DebugManagementServicesResource DebugManagementServicesResource Debug.All Debug Management Services Resources More info
DebugMessaging DebugMessaging Debug.All Debug messages sent over JVM to JVM connections More info
DebugMessagingBridgeRuntime DebugMessagingBridgeRuntime Debug.All Debug Messaging Bridge runtime processing More info
DebugMessagingBridgeRuntimeVerbose DebugMessagingBridgeRuntimeVerbose Debug.All Detailed debug of Messaging Bridge runtime processing More info
DebugMessagingBridgeStartup DebugMessagingBridgeStartup Debug.All Debug Messaging Bridge start up processing More info
DebugMessagingKernel DebugMessagingKernel Debug.All Debugging for the messaging kernel. More info
DebugMessagingKernelBoot DebugMessagingKernelBoot Debug.All Debugging for the messaging kernel as the server is being rebooted. More info
DebugMessagingKernelVerbose DebugMessagingKernelVerbose Debug.All Verbose debugging for the messaging kernel. More info
DebugMessagingOwnableLock DebugMessagingOwnableLock Debug.All Debugging for the messaging kernel ownable lock. More info
DebugMigrationInfo DebugMigrationInfo Debug.All Gets debugMigrationInfo attribute of ServerDebugMBean More info
DebugMuxer DebugMuxer Debug.All Debug Muxer processing More info
DebugMuxerConcise DebugMuxerConcise Debug.All Debug Muxer processing. More info
DebugMuxerConnection DebugMuxerConnection Debug.All Debug Muxer connection processing More info
DebugMuxerDetail DebugMuxerDetail Debug.All Detailed debug for Muxer processing More info
DebugMuxerException DebugMuxerException Debug.All Debug Muxer exception processing More info
DebugMuxerTimeout DebugMuxerTimeout Debug.All Debug Muxer timeout processing More info
DebugNIO DebugNIO Debug.All Gets debugNIO attribute of ServerDebugMBean More info
DebugNodeManagerRuntime DebugNodeManagerRuntime Debug.All Debug NodeManagerRuntime More info
DebugOPatchUtils DebugOPatchUtils Debug.All Debug OPatchUtils More info
DebugPageFlowMonitoring DebugPageFlowMonitoring Debug.All Gets debugPageFlowMonitoring attribute of ServerDebugMBean More info
DebugParameters Debug Parameters Debug.Core Parameters for debug logging defined as name value pairs. More info
DebugPatchingRuntime DebugPatchingRuntime Debug.All Debug management patching runtime processing More info
DebugPathSvc DebugPathSvc Debug.All Debug the Path Service More info
DebugPathSvcVerbose DebugPathSvcVerbose Debug.All Detailed debug for the Path Service More info
DebugPubSubBayeux DebugPubSubBayeux Debug.All Gets debugPubSubBayeux attribute of ServerDebugMBean More info
DebugPubSubChannel DebugPubSubChannel Debug.All Gets debugPubSubChannel attribute of ServerDebugMBean More info
DebugPubSubClient DebugPubSubClient Debug.All Gets debugPubSubClient attribute of ServerDebugMBean More info
DebugPubSubMBean DebugPubSubMBean Debug.All Debug PubSubMBean More info
DebugPubSubSecurity DebugPubSubSecurity Debug.All Gets debugPubSubSecurity attribute of ServerDebugMBean More info
DebugPubSubServer DebugPubSubServer Debug.All Gets debugPubSubServer attribute of ServerDebugMBean More info
DebugRA DebugRA Debug.All Debug Resource Adapter XA general/top-level processing More info
DebugRAClassloader DebugRAClassloader Debug.All Debug Resource Adapter class loading More info
DebugRAConnEvents DebugRAConnEvents Debug.All Debug Resource Adapter connection event processing More info
DebugRAConnections DebugRAConnections Debug.All Debug Resource Adapter outbound connection operations (get, close, associate, disassociate, ping) More info
DebugRADeployment DebugRADeployment Debug.All Debug Resource Adapter (un)deploy, security id settings More info
DebugRALifecycle DebugRALifecycle Debug.All Debug ResourceAdapter Lifecycle processing More info
DebugRALocalOut DebugRALocalOut Debug.All Debug Resource Adapter local tx outgoing message processing More info
DebugRAParsing DebugRAParsing Debug.All Debug Resource Adapter descriptor parsing More info
DebugRAPoolVerbose DebugRAPoolVerbose Debug.All Debug Java EE Resource Adapter pool management (size management) processing More info
DebugRAPooling DebugRAPooling Debug.All Debug Resource Adapter operations on a connection pool (proxy testing) More info
DebugRASecurityCtx DebugRASecurityCtx Debug.All Debug setup of resource ref processing (container and application managed security set by calling application components) More info
DebugRAWork DebugRAWork Debug.All Debug Resource Adapter Work submission and cancel processing More info
DebugRAWorkEvents DebugRAWorkEvents Debug.All Debug Resource Adapter work event processing More info
DebugRAXAin DebugRAXAin Debug.All Debug Resource Adapter XA incoming message processing More info
DebugRAXAout DebugRAXAout Debug.All Debug Resource Adapter XA outgoing message processing More info
DebugRAXAwork DebugRAXAwork Debug.All Debug Resource Adapter XA Work request processing More info
DebugRCM DebugRCM Debug.All Debug RCM More info
DebugRESTNotifications DebugRESTNotifications Debug.All Debug the diagnostics policy REST action. More info
DebugRJVMRequestResponse DebugRJVMRequestResponse Debug.All Debug JVM to JVM requests and responses More info
DebugRMIDetailed DebugRMIDetailed Debug.All Gets debugRMIDetailed attribute of ServerDebugMBean More info
DebugReadyApp DebugReadyApp Debug.All Debug ReadyApp processing. More info
DebugRedefAttach DebugRedefAttach Debug.All Gets debugRedefAttach attribute of ServerDebugMBean More info
DebugReplication DebugReplication Debug.All Debug cluster replication information. More info
DebugReplicationDetails DebugReplicationDetails Debug.All Debug low-level cluster replication information. More info
DebugReplicationSize DebugReplicationSize Debug.All Debug cluster replication size information. More info
DebugRequestManager DebugRequestManager Debug.All Gets debugRequestManager attribute of ServerDebugMBean More info
DebugRestJersey1Integration DebugRestJersey1Integration Debug.All Debug JAX-RS 1 / Jersey 1 Client integration More info
DebugRestJersey2Integration DebugRestJersey2Integration Debug.All Debug JAX-RS 2 / Jersey 2 integration More info
DebugRestartInPlace DebugRestartInPlace Debug.All Gets debugRestartInPlace attribute of ServerDebugMBean More info
DebugRouting DebugRouting Debug.All Debug routing of messages over JVM to JVM connections More info
DebugSAFAdmin DebugSAFAdmin Debug.All Debug Messaging SAF Admin. More info
DebugSAFManager DebugSAFManager Debug.All Debug Messaging SAF Manager. More info
DebugSAFReceivingAgent DebugSAFReceivingAgent Debug.All Debug Messaging SAF ReceivingAgent. More info
DebugSAFSendingAgent DebugSAFSendingAgent Debug.All Debug Messaging SAF SendingAgent. More info
DebugSAFStore DebugSAFStore Debug.All Debug Messaging SAF Store. More info
DebugSAFTransport DebugSAFTransport Debug.All Debug Messaging SAF Transport. More info
DebugSAFVerbose DebugSAFVerbose Debug.All Detailed debug of Messaging SAF. More info
DebugSNMPAgent DebugSNMPAgent Debug.All Debug the SNMP agent framework. More info
DebugSNMPExtensionProvider DebugSNMPExtensionProvider Debug.All The debug attribute to enable or disable the SNMP Agent Extension Provider discovery and initialization. More info
DebugSNMPMib DebugSNMPMib Debug.All Gets debugSNMPMib attribute of ServerDebugMBean More info
DebugSNMPProtocolTCP DebugSNMPProtocolTCP Debug.All Debug the SNMP TCP protocol handler. More info
DebugSNMPToolkit DebugSNMPToolkit Debug.All Debug the SNMP vendor toolkit implementation. More info
DebugScaContainer DebugScaContainer Debug.All Debug Weblogic SCA Container More info
DebugScrubberStartService DebugScrubberStartService Debug.All Gets debugScrubberStartService attribute of ServerDebugMBean More info
DebugSecurityAdjudicator DebugSecurityAdjudicator Debug.All Debug Security Framework Adjudication processing More info
DebugSecurityAtn DebugSecurityAtn Debug.All Debug Security Framework Atn processing More info
DebugSecurityAtz DebugSecurityAtz Debug.All Debug Security Framework Atz processing More info
DebugSecurityAuditor DebugSecurityAuditor Debug.All Debug Security Framework Auditor processing More info
DebugSecurityCertPath DebugSecurityCertPath Debug.All Debug Security Framework CertPath processing More info
DebugSecurityCredMap DebugSecurityCredMap Debug.All Debug Security Framework Credential Mapper processing More info
DebugSecurityEEngine DebugSecurityEEngine Debug.All Debug Security Framework Entitlements Engine processing More info
DebugSecurityEncryptionService Debug Security Encryption Service Debug.All Debug Security Framework Encryption Service processing More info
DebugSecurityJACC DebugSecurityJACC Debug.All Debug Security Framework JACC processing More info
DebugSecurityJACCNonPolicy DebugSecurityJACCNonPolicy Debug.All Debug Security Framework JACC nonPolicy processing More info
DebugSecurityJACCPolicy DebugSecurityJACCPolicy Debug.All Debug Security Framework JACC Policy processing More info
DebugSecurityKeyStore DebugSecurityKeyStore Debug.All Debug Security Framework KeyStore processing More info
DebugSecurityPasswordPolicy DebugSecurityPasswordPolicy Debug.All Debug Security Password Guessing More info
DebugSecurityPredicate DebugSecurityPredicate Debug.All Debug Security Framework predicate processing More info
DebugSecurityRealm DebugSecurityRealm Debug.All Debug Security Realm processing More info
DebugSecurityRoleMap DebugSecurityRoleMap Debug.All Debug Security Framework Role Mapping More info
DebugSecuritySAML2Atn DebugSecuritySAML2Atn Debug.All Debug Security Framework SAML2 Provider atn processing More info
DebugSecuritySAML2CredMap DebugSecuritySAML2CredMap Debug.All Debug Security Framework SAML2 Provider credential mapper processing More info
DebugSecuritySAML2Lib DebugSecuritySAML2Lib Debug.All Debug Security Framework SAML2 library processing More info
DebugSecuritySAML2Service DebugSecuritySAML2Service Debug.All Debug Security Framework SAML2 SSO profile services More info
DebugSecuritySAMLAtn DebugSecuritySAMLAtn Debug.All Debug Security Framework SAML Provider atn processing More info
DebugSecuritySAMLCredMap DebugSecuritySAMLCredMap Debug.All Debug Security Framework SAML Provider credential mapper processing More info
DebugSecuritySAMLLib DebugSecuritySAMLLib Debug.All Debug Security Framework SAML library processing More info
DebugSecuritySAMLService DebugSecuritySAMLService Debug.All Debug Security Framework SAML SSO profile services More info
DebugSecuritySSL DebugSecuritySSL Debug.All Debug Security SSL and TLS processing More info
DebugSecuritySSLEaten DebugSecuritySSLEaten Debug.All Debug Security SSL and TLS exception processing More info
DebugSecurityService DebugSecurityService Debug.All Debug Security Service More info
DebugSecurityUserLockout DebugSecurityUserLockout Debug.All Debug Security User Lockout processing More info
DebugSelfTuning DebugSelfTuning Debug.All Debug WorkManager self-tuning processing More info
DebugServerLifeCycle DebugServerLifeCycle Debug.All Debug Server ServerLifeCycle processing More info
DebugServerMigration DebugServerMigration Debug.All Debug low-level Server Migration processing More info
DebugServerRuntime DebugServerRuntime Debug.All Gets debugServerRuntime attribute of ServerDebugMBean More info
DebugServerShutdownHandler DebugServerShutdownHandler Debug.All Debug ServerShutdownHandler More info
DebugServerShutdownStatistics DebugServerShutdownStatistics Debug.All Gets debugServerShutdownStatistics attribute of ServerDebugMBean More info
DebugServerShutdownTimer DebugServerShutdownTimer Debug.All Gets debugServerShutdownTimer attribute of ServerDebugMBean More info
DebugServerStartStatistics DebugServerStartStatistics Debug.All If statistics about server start will be logged after the running message. More info
DebugServerStartupTimer DebugServerStartupTimer Debug.All Gets debugServerStartupTimer attribute of ServerDebugMBean More info
DebugSingletonServices DebugSingletonServices Debug.All Gets debugSingletonServices attribute of ServerDebugMBean More info
DebugSingletonServicesConcise DebugSingletonServicesConcise Debug.All Gets debugSingletonServicesConcise attribute of ServerDebugMBean More info
DebugSituationalConfig DebugSituationalConfig Debug.All Debug management situational configuration processing More info
DebugSpringMBeans DebugSpringMBeans Debug.All Debug SpringMBeans More info
DebugSpringStatistics DebugSpringStatistics Debug.All Gets debugSpringStatistics attribute of ServerDebugMBean More info
DebugStore DebugStore Debug.All Gets debugStore attribute of ServerDebugMBean More info
DebugStoreAdmin DebugStoreAdmin Debug.All Debug the persistent store’s administration code. More info
DebugStoreCache DebugStoreCache Debug.All Gets debugStoreCache attribute of ServerDebugMBean More info
DebugStoreConnectionCaching DebugStoreConnectionCaching Debug.All Debug the persistent store’s JDBC connection caching. More info
DebugStoreIOLogical DebugStoreIOLogical Debug.All Debug persistent store high-level logical operations, such as read, write, delete, and update. More info
DebugStoreIOLogicalBoot DebugStoreIOLogicalBoot Debug.All Debug persistent store logical boot operations (lists all recovered records). More info
DebugStoreIOPhysical DebugStoreIOPhysical Debug.All Debugging for persistent store low-level physical operations which typically directly correspond to file or JDBC operations. More info
DebugStoreIOPhysicalVerbose DebugStoreIOPhysicalVerbose Debug.All Detailed debug for persistent store low-level physical operations which typically directly correspond to file or JDBC operations. More info
DebugStubGeneration DebugStubGeneration Debug.All Gets debugStubGeneration attribute of ServerDebugMBean More info
DebugTunnelingConnection DebugTunnelingConnection Debug.All Debug HTTP tunneling connection open/close processing. More info
DebugTunnelingConnectionTimeout DebugTunnelingConnectionTimeout Debug.All Debug HTTP tunneling connection timed out processing. More info
DebugURLResolution DebugURLResolution Debug.All Debug URL resolution for incoming http requests More info
DebugUnicastMessaging DebugUnicastMessaging Debug.All Gets debugUnicastMessaging attribute of ServerDebugMBean More info
DebugValidateWorkManager DebugValidateWorkManager Debug.All Debug ValidateWorkManager More info
DebugValidation DebugValidation Debug.All Gets debugValidation attribute of ServerDebugMBean More info
DebugValidationClassLoading DebugValidationClassLoading Debug.All Gets debugValidationClassLoading attribute of ServerDebugMBean More info
DebugVerboseRCM DebugVerboseRCM Debug.All Debug Verbose RCM More info
DebugWANReplicationDetails DebugWANReplicationDetails Debug.All Debug low-level wan replication processing More info
DebugWTCConfig DebugWTCConfig Debug.All Debug WTC configuration processing More info
DebugWTCCorbaEx DebugWTCCorbaEx Debug.All Debug WTC corba execution More info
DebugWTCGwtEx DebugWTCGwtEx Debug.All Debug WTC gwt execution More info
DebugWTCJatmiEx DebugWTCJatmiEx Debug.All Debug WTC jatmi execution More info
DebugWTCTdomPdu DebugWTCTdomPdu Debug.All Gets debugWTCTdomPdu attribute of ServerDebugMBean More info
DebugWTCUData DebugWTCUData Debug.All Debug WTC user data processing More info
DebugWTCtBridgeEx DebugWTCtBridgeEx Debug.All Debug WTC tBridge execution More info
DebugWatchScalingActions DebugWatchScalingActions Debug.All Gets debugWatchScalingActions attribute of ServerDebugMBean More info
DebugWebAppDI DebugWebAppDI Debug.All Gets debugWebAppDI attribute of ServerDebugMBean More info
DebugWebAppIdentityAssertion DebugWebAppIdentityAssertion Debug.All Debug identity assertion flow when identity assertion occurs in the webapp container. More info
DebugWebAppModule DebugWebAppModule Debug.All Debug WebApp Module deployment callbacks More info
DebugWebAppSecurity DebugWebAppSecurity Debug.All Debug webapp security More info
DebugWebSocket DebugWebSocket Debug.All Gets debugWebSocket attribute of ServerDebugMBean More info
DebugWorkContext DebugWorkContext Debug.All Debug Work context (out of band data propagation) More info
DefaultCharCodeset Default Char Codeset Protocols.IIOP The standard character code set that this server will publish as its native code set. More info
DefaultDatasource Default Datasource General The JNDI name of a system resource data source used to override the default datasource. More info
DefaultIIOPPassword Default IIOP Password Protocols.IIOP The password for the default IIOP user. More info
DefaultIIOPUser Default IIOP User Protocols.IIOP The user name of the default IIOP user. More info
DefaultMinorVersion Default GIOP Version Protocols.IIOP The default GIOP (General Inter-ORB Protocol) version that this server will negotiate for incoming connections. More info
DefaultRJVMDiagMessages DefaultRJVMDiagMessages Debug.All Default diagnostic messages for RJVM requests and responses More info
DefaultStore DefaultStore Debug.All Gets the fastswap DefaultStore debug attribute of ServerDebugMBean More info
DefaultURL Default URL Security.SAML20ServiceProvider The Service Provider’s default URL. More info
DefaultWebAppContextRoot Default Web App Context Root Protocols.Http Returns the original context-root for the default Web application for this Web server. More info
DefaultWideCharCodeset Default Wide Char Codeset Protocols.IIOP The wide character code set that this server will publish as its native code set. More info
DeletesPerBatchMaximum Maximum Deletes Per Batch Services.JTA The maximum number of table rows that are deleted per database call. More info
DeletesPerStatementMaximum Maximum Deletes Per Statement Services.JTA The maximum number of table rows that are deleted per database call. More info
DeploymentState DeploymentState Debug.All Debug DeploymentState More info
DiagnosticDataArchiveType Type Advanced.DiagnosticArchive Determines whether the current server persists its harvested metrics and event data in a diagnostic store (file-based store) or a JDBC based archive. More info
DiagnosticJDBCResource JDBC Data Source Advanced.DiagnosticArchive The JDBC data source that the server uses to archive its harvested metrics and event data. More info
DiagnosticJDBCSchemaName Schema Name Advanced.DiagnosticArchive The schema name to use for accessing JDBC-based archive tables. More info
DiagnosticStoreBlockSize Diagnostics Store Block Size Advanced.DiagnosticArchive The smallest addressable block, in bytes, of a file. More info
DiagnosticStoreDir Directory Advanced.DiagnosticArchive The directory in which the current server maintains its diagnostic store. More info
DiagnosticStoreFileLockingEnabled Diagnostics Store File Locking Enabled Advanced.DiagnosticArchive Determines whether OS file locking is used. More info
DiagnosticStoreIoBufferSize Diagnostics Store IO Buffer Size Advanced.DiagnosticArchive The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2, controls the largest write size. More info
DiagnosticStoreMaxFileSize Diagnostics Store Max File Size Advanced.DiagnosticArchive The maximum file size, in bytes. More info
DiagnosticStoreMaxWindowBufferSize Diagnostics Store Max Window Buffer Size Advanced.DiagnosticArchive The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per diagnostic store file. More info
DiagnosticStoreMinWindowBufferSize Diagnostics Store Min Window Buffer Size Advanced.DiagnosticArchive The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per diagnostic store file. More info
Directory Directory Services.DefaultStore The path name to the file system directory where the file store maintains its data files. More info
DomainAdministrationPortEnabled Administration Port Enabled General Specifies whether the domain-wide administration port is enabled for this WebLogic Server domain. This can only be modified in the domain general page. More info
DomainLogBroadcastFilter Domain Log Broadcast Filter Logging.General The filter configuration for log events being sent to the domain log. More info
DomainLogBroadcastSeverity Domain Log Broadcast Severity Level Logging.General The minimum severity of log messages going to the domain log from this server’s log broadcaster. More info
DomainLogBroadcasterBufferSize Buffer Size Logging.General Broadcasts log messages to the domain log in batch mode. More info
ELFFields Extended Logging Format Fields Logging.HTTP Returns the list of fields specified for the extended logging format for access.log. More info
Enabled SSL Listen Port Enabled Services.JTA Indicates whether the server can be reached through the default SSL listen port. More info
EntityID Entity ID Security.SAML20General The string that uniquely identifies the local site. More info
ExcludedCiphersuites Excluded Ciphersuites Security.SSL List of cipher suites not to be used by WebLogic Server. More info
ExportKeyLifespan Export Key Lifespan Security.SSL Indicates the number of times WebLogic Server can use an exportable key between a domestic server and an exportable client before generating a new key. More info
ExternalDNSName External Listen Address General The external IP address or DNS name for this server. More info
ExtraEjbcOptions Extra EJB Compiler Options General The options passed to the EJB compiler during server-side generation. More info
ExtraRmicOptions Extra RMI Compiler Options General The options passed to the RMIC compiler during server-side generation. More info
FailureAction Failure Action Advanced.Overload Enable automatic forceshutdown of the server on failed state. More info
FileCount Files to retain Logging.DataSource The maximum number of log files that the server creates when it rotates the log. More info
FileLockingEnabled Enable File Locking Services.DefaultStore Determines whether OS file locking is used. More info
FileMinSize Rotation file size Logging.DataSource The size (1 - 2097150 kilobytes) that triggers the server to move log messages to a separate file. More info
FileName Log file name Logging.DataSource The name of the file that stores datasource profile records. More info
FileTimeSpan Rotation interval Logging.DataSource The interval (in hours) at which the server saves old log messages to another file. More info
ForceAuthn Force Authentication Security.SAML20ServiceProvider Specifies whether the Identity Provider must authenticate users directly and not use a previous security context. More info
ForceGCEachDGCPeriod ForceGCEachDGCPeriod Debug.All Force VM garbage collection on each DGC interval More info
FreeMemoryPercentHighThreshold Free Memory Percent High Threshold Advanced.Overload Percentage free memory after which the server overload condition is cleared. More info
FreeMemoryPercentLowThreshold Free Memory Percent Low Threshold Advanced.Overload Percentage free memory below which the server is considered overloaded. More info
FrontendHTTPPort Frontend HTTP Port Protocols.Http The name of the HTTP port to which all redirected URLs will be sent. More info
FrontendHTTPSPort Frontend HTTPS Port Protocols.Http The name of the secure HTTP port to which all redirected URLs will be sent. More info
FrontendHost Frontend Host Protocols.Http The name of the host to which all redirected URLs will be sent. More info
GatheredWritesEnabled Enable Gathered Writes Advanced.Tuning Enables gathered writes over NIO socket channels. More info
GlassFishWebAppParser GlassFishWebAppParser Debug.All Gets glassFishWebAppParser attribute of ServerDebugMBean More info
GracefulShutdownTimeout Graceful Shutdown Timeout Advanced.StartStop Number of seconds a graceful shutdown operation waits before forcing a shut down. More info
HealthCheckIntervalSeconds Health Check Interval Seconds Health The number of seconds that defines the frequency of this server’s self-health monitoring. More info
HostnameVerificationIgnored Disable Hostname Verification Security.SSL Specifies whether to ignore the installed implementation of the weblogic.security.SSL.HostnameVerifier interface (when this server is acting as a client to another application server). More info
HostnameVerifierType Hostname Verifier Security.SSL A hostname verifier determines whether the connection to the host with the hostname from the URL should be allowed. It is used to prevent man-in-the-middle attacks. It is called during the SSL handshake when this server is acting as a client of another application server.

The default verifier for WebLogic Server 14.1.1 and later is the wildcard verifier and the BEA verifier if earlier.

More info
HttpdEnabled Httpd Enabled Whether or not HTTP support is enabled on the regular port or SSL port. More info
HttpsKeepAliveSecs HTTPS Duration Protocols.Http The amount of time this server waits before closing an inactive HTTPS connection. More info
IIOPEnabled Enable IIOP Protocols.IIOP Specifies whether this server has IIOP support enabled for both the regular (non-SSL) and SSL ports. More info
IdentityAndTrustLocations Identity And Trust Locations Security.SSL Indicates where SSL should find the server’s identity (certificate and private key) as well as the server’s trust (trusted CAs). More info
IdentityProviderArtifactBindingEnabled Artifact Binding Enabled Security.SAML20IdentityProvider Specifies whether the Artifact binding is enabled for the Identity Provider. More info
IdentityProviderEnabled Enabled Security.SAML20IdentityProvider Specifies whether the local site is enabled for the Identity Provider role. More info
IdentityProviderPOSTBindingEnabled POST Binding Enabled Security.SAML20IdentityProvider Specifies whether the POST binding is enabled for the Identity Provider. More info
IdentityProviderPreferredBinding Preferred Binding Security.SAML20IdentityProvider Specifies the preferred binding type for endpoints of the Identity Provider services. More info
IdentityProviderRedirectBindingEnabled Redirect Binding Enabled Security.SAML20IdentityProvider Specifies whether the Redirect binding is enabled for the Identity Provider. More info
IdleConnectionTimeout Idle Connection Timeout Protocols.General The maximum number of seconds that a connection is allowed to be idle before it is closed by the server. More info
IdlePeriodsUntilTimeout Idle Periods Until Timeout Advanced.Tuning The number of idle periods until peer is considered unreachable. More info
IgnoreSessionsDuringShutdown Ignore Sessions During Shutdown Advanced.StartStop Indicates whether a graceful shutdown operation drops all HTTP sessions immediately. More info
InactivityTimeout Inactivity Timeout WebServices.ReliableMessage If during this duration, an endpoint (RM source or RM destination) has received no application or control messages, the endpoint MAY consider the RM Sequence to have been terminated due to inactivity. More info
InboundCertificateValidation Inbound Certificate Validation Security.SSL Indicates the client certificate validation rules for inbound SSL. More info
InitialSize Initial Size Services.DefaultStore The initial file size, in bytes. More info
InsertsPerBatchMaximum Maximum Inserts Per Batch Services.JTA The maximum number of table rows that are inserted per database call. More info
InterfaceAddress Interface Address Cluster The IP address of the NIC that this server should use for multicast traffic. More info
IoBufferSize IO Buffer Size Services.DefaultStore The I/O buffer size, in bytes, automatically rounded down to the nearest power of 2. More info
JDBCLLRTableName JDBCLLR Table Name General The table name for this server’s Logging Last Resource (LLR) database table(s). More info
JMSConnectionFactoryUnmappedResRefMode Connection Factory Unmapped Resource Reference Mode Services.JMS Use this unmapped resource reference mode to specify the behavior of any resource reference to a Connection Factory when the resource reference does not directly specify a JNDI name by a lookup attribute, or by a mappedName attribute, or by a jndi-name in a descriptor file. More info
JMSDefaultConnectionFactoriesEnabled Enable Default Connection Factories Services.JMS Specifies whether this server uses JMS default connection factories. More info
JavaCompiler Java Compiler General The Java compiler to use for all applications hosted on this server that need to compile Java code. More info
JavaCompilerPostClassPath Append to Classpath General The options to append to the Java compiler classpath when compiling Java code. More info
JavaCompilerPreClassPath Prepend to Classpath General The options to prepend to the Java compiler classpath when compiling Java code. More info
JavaHome Java Home Advanced.NodeManager The Java home directory (path on the machine running Node Manager) to use when starting this server. More info
JavaStandardTrustKeyStorePassPhrase Java Standard Trust Key Store Pass Phrase Security.Keystores The password for the Java Standard Trust keystore. More info
JavaVendor Java Vendor Advanced.NodeManager The Java Vendor value to use when starting this server. More info
KeepAliveEnabled Enable Keepalives Protocols.Http Indicates whether there should be a persistent connection to this server. More info
KeepAliveSecs Duration Protocols.Http The amount of time this server waits before closing an inactive HTTP connection. More info
KeyEncryptionAlgorithm Key Encryption Algorithm Security.SAML20IdentityProvider Get the preferred key encryption algorithm for SAML assertion encryption. More info
KeyStores Keystores Security.SSL Which configuration rules should be used for finding the server’s identity and trust keystores? More info
ListenAddress Listen Address General The IP address or DNS name this server uses to listen for incoming connections. More info
ListenPort SSL Listen Port General The TCP/IP port at which this server listens for SSL connection requests. More info
ListenPortEnabled Listen Port Enabled General Specifies whether this server can be reached through the default plain-text (non-SSL) listen port. More info
ListenThreadDebug ListenThreadDebug Debug.All Debug listenThread processing More info
ListenThreadStartDelaySecs Listen Thread Start Delay Secs Returns the maximum time that the server will wait for server sockets to bind before starting a listen thread. More info
LocalStorageEnabled Local Storage Enabled Advanced.Coherence Specifies whether or not this member will contribute storage to the Coherence cluster i.e. More info
LogDGCStatistics LogDGCStatistics Debug.All Debug DGC with Statistics More info
LogFileFilter Log File Filter Logging.General The filter configuration for the server log file. More info
LogFileFormat Format Logging.HTTP This specifies the format of the HTTP log file. Both formats are defined by the W3C. With the extended log format, you use server directives in the log file to customize the information that the server records. More info
LogFileRotationDir Log file rotation directory Logging.DataSource The directory where the rotated log files will be stored. More info
LogFileSeverity Log File Severity Level Logging.General The minimum severity of log messages going to the server log file. More info
LogMonitoringEnabled Log Monitoring Enabled Logging.General Enable or disable log monitoring. More info
LogMonitoringIntervalSecs Log monitoring interval seconds Logging.General Timer interval in seconds to check the counts of messages logged during the interval. More info
LogMonitoringMaxThrottleMessageSignatureCount Log monitoring maximum throttle message signature count Logging.General Maximum number of unique message signatures that will be monitored during the throttle interval. More info
LogMonitoringThrottleMessageLength Log Monitoring Throttle Message Length Logging.General Cut-off length of the log message for evaluation during throttle period. More info
LogMonitoringThrottleThreshold Log Monitoring Throttle Threshold Logging.General The threshold number of messages logged during the evaluation period which enables or disables the throttling. More info
LogTimeInGMT Log Time In GMT Logging.HTTP Specifies whether the time stamps for HTTP log messages are in Greenwich Mean Time (GMT) regardless of the local time zone that the host computer specifies. More info
LoggerSeverity Minimum severity to log Logging.General The minimum severity of log messages going to all log destinations. More info
LoggerSeverityProperties Logger Severity Properties Logging.SeverityProperties The configuration of the different logger severities keyed by name. More info
LoggingEnabled HTTP access log file enabled Logging.HTTP Indicates whether this server logs HTTP requests. More info
LoginReturnQueryParameter Login Return Query Parameter Security.SAML20IdentityProvider The name of the query parameter to be used for conveying the login-return URL to the login form web application. More info
LoginTimeoutMillis Login Timeout Advanced.Tuning The login timeout for this server’s default regular (non-SSL) listen port. More info
LoginURL Login Customized Security.SAML20IdentityProvider Specifies whether a customized login web application is used. If you use a customized login web application, you must specify a login URL. If you do not customize the login, the login URL and login return query parameter are cleared when you save the changes. More info
Machine Machine General The WebLogic Server host computer (machine) on which this server is meant to run. More info
ManagedServerIndependenceEnabled Managed Server Independence Enabled Advanced.Tuning Specifies whether this Managed Server can be started when the Administration Server is unavailable. More info
MaxConcurrentLongRunningRequests Max Concurrent Long Requests Advanced.Concurrency The maximum number of running long-running requests that can be submitted to all the Managed Executor Services or Managed Scheduled Executor Services in the server. More info
MaxConcurrentNewThreads Max Concurrent New Threads Advanced.Concurrency The maximum number of running threads that can be created by all the Managed Thread Factories in the server. More info
MaxFileSize Maximum File Size Services.DefaultStore The maximum file size, in bytes, of an individual data file. More info
MaxMessageSize Max Message Size Protocols.General The maximum number of bytes allowed in messages that are received over all supported protocols, unless overridden by a protocol-specific setting or a custom channel setting. More info
MaxOpenSockCount Maximum Open Sockets Advanced.Tuning The maximum number of open sockets allowed in server at a given point of time. More info
MaxPostSize Max Post Size Protocols.Http The maximum post size this server allows for reading HTTP POST and PUT data in a servlet request. More info
MaxRetrySecondsBeforeTLOGFail Maximum Retry Before Transaction Log Fail (seconds) Services.JTA The maximum amount of time, in seconds, WebLogic Server tries to recover from a JDBC TLog store failure. More info
MaxRetrySecondsBeforeTXException Maximum Retry Before Transaction Exception Thrown (seconds) Services.JTA The maximum amount of time, in seconds, WebLogic Server waits before trying to recover from a JDBC TLog store failure while processing a transaction. More info
MaxSingleHeaderSize Max Single Header Size Protocols.Http The maximum size of a single header (name and value) that this server allows in a servlet request. More info
MaxTotalHeadersSize Max Total Headers Size Protocols.Http The maximum total headers size this server allows for reading HTTP headers in a servlet request. More info
MaxWindowBufferSize Maximum Window Buffer Size Services.DefaultStore The maximum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per primary store file. More info
MetadataEncryptionAlgorithms Metadata Encryption Algorithms Security.SAML20ServiceProvider The list of data, key encryption algorithms, separated by line breaks, to be published in a WebLogic Service Partner’s metadata. Default list includes: aes128-gcm, aes192-gcm, aes256-gcm, aes128-cbc, aes192-cbc, aes256-cbc, rsa-oaep, rsa-oaep-mgf1p More info
MinWindowBufferSize Minimum Window Buffer Size Services.DefaultStore The minimum amount of data, in bytes and rounded down to the nearest power of 2, mapped into the JVM’s address space per primary store file. More info
MinimumTLSProtocolVersion Minimum TLS Protocol Version Security.SSL Get the minimum SSL/TLS protocol version currently configured. More info
MuxerClass Muxer Class Advanced.Tuning Non-blocking IO is enabled by default on the server side. More info
Name Name ReferencedBy An alphanumeric name for this server instance. More info
NativeIOEnabled Enable Native IO Advanced.Tuning Specifies whether native I/O is enabled for the server. More info
NonBufferedDestination Non Buffered Destination WebServices.ReliableMessage A boolean flag indicating that RM destinations, by default, will receive non-buffered. More info
NonBufferedSource Non Buffered Source WebServices.ReliableMessage A boolean flag indicating that RM sources, by default, will send non-buffered. More info
NumberOfFilesLimited Limit number of retained files Logging.DataSource Indicates whether to limit the number of log files that this server instance creates to store old messages. More info
OSGiForApps OSGiForApps Debug.All Gets oSGiForApps attribute of ServerDebugMBean More info
OrganizationName Organization Name Security.SAML20General The organization name. More info
OrganizationURL Organization URL Security.SAML20General The organization URL. More info
OutboundCertificateValidation Outbound Certificate Validation Security.SSL Indicates the server certificate validation rules for outbound SSL. More info
POSTOneUseCheckEnabled POST One Use Check Enabled Security.SAML20ServiceProvider Specifies whether the POST one-use check is enabled. More info
PanicAction Panic Action Advanced.Overload Exit the server process when the kernel encounters a panic condition like an unhandled OOME. More info
Passive Passive Security.SAML20ServiceProvider Determines whether the Identity Provider and the user must not take control of the user interface from the requester and interact with the user in a noticeable fashion. More info
Password Password Advanced.NodeManager The password of the username used to boot the server and perform server health monitoring. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PeriodLength Period Length Advanced.Tuning The time interval in milliseconds of the heartbeat period. More info
PlatformLoggerLevels Platform Logger Levels Logging.PlatformLoggerLevels Specifies the platform logger and the associated level names set through the WebLogic Server configuration. More info
PostTimeoutSecs Post Timeout Protocols.Http Timeout (in seconds) for reading HTTP POST data in a servlet request. More info
PreferredSecondaryGroup Preferred Secondary Group Cluster Defines secondary clustered instances considered for hosting replicas of the primary HTTP session states created on the server. More info
PreferredStoreSizeLimit Preferred Store Size Advanced.DiagnosticArchive Return the preferred limit on the size of diagnostic store file in MB. More info
PrefixName Transaction Log Prefix Name Services.JTA When using multiple TLOG JDBC stores, use this attribute to create a label ending in “” that is prepended to the name of the server hosting the JDBC TLOG store and ends in “” to form a unique JDBC TLOG store name for each configured JDBC TLOG store. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
PublishedSiteURL Published Site URL Security.SAML20General The published site URL. More info
RMIDeserializationMaxTimeLimit RMI Deserialization Max Time Limit General Sets the maximum time limit, in milliseconds, before a deserialization process is terminated. More info
RackName Rack Name Advanced.Coherence Specifies the location within a geographic site where this member is hosted. More info
RecipientCheckEnabled Recipient Check Enabled Security.SAML20General Specifies whether the recipient/destination check is enabled. More info
RedefiningClassLoader RedefiningClassLoader Debug.All Gets the fastswap RedefiningClassLoader debug attribute of ServerDebugMBean More info
RedirectStderrToServerLogEnabled Redirect stderr logging enabled Logging.General Specifies whether the stderr of the JVM in which a WebLogic Server instance runs is redirected to the WebLogic Logging system. More info
RedirectStdoutToServerLogEnabled Redirect stdout logging enabled Logging.General Specifies whether the stdout of the JVM in which a WebLogic Server instance runs is redirected to the WebLogic logging system. More info
ReplicatedCacheEnabled Replicated Cache Security.SAML20IdentityProvider Specifies whether the persistent cache (LDAP or RDBMS) is used for storing SAML 2.0 artifacts and authentication requests. More info
ReplicationGroup Replication Group Cluster Defines preferred clustered instances considered for hosting replicas of the primary HTTP session states created on the server. More info
ReplicationPorts Replication Ports Cluster When WLS is running on Exalogic machines, cluster replication traffic could go over multiple replication channels. More info
RestartDelaySeconds Restart Delay Seconds Health The number of seconds the Node Manager should wait before restarting this server. More info
RestartIntervalSeconds Restart Interval Seconds Health The number of seconds during which this server can be restarted, up to the number of times specified in RestartMax. More info
RestartMax Max Restarts Within Interval Health The number of times that the Node Manager can restart this server within the interval specified in RestartIntervalSeconds. More info
RetransmissionExponentialBackoff Retransmission Exponential Backoff WebServices.ReliableMessage A boolean flag indicating that the retransmission interval will be adjusted using the exponential backoff algorithm ([Tanenbaum]). More info
RetryCount Retry Count WebServices.Buffering The number of times a wsdl get request can be retried before it is abandoned. More info
RetryDelay Retry Delay WebServices.Buffering The amount time between retries . More info
RetryIntervalSeconds Retry Interval (seconds) Services.JTA The amount of time, in seconds, WebLogic Server waits before attempting to verify the health of the TLOG store after a store failure has occurred. More info
ReverseDNSAllowed Reverse DNS Allowed Advanced.Tuning Specifies whether the kernel is allowed to perform reverse DNS lookups. More info
RmiJDBCSecurity Rmi JDBC Security General The security protocol used by an RMI client to access a data source. More info
RoleName Role Name Advanced.Coherence Specifies a name used to logically group similar members. More info
RootDirectory Root Directory Advanced.NodeManager The directory that this server uses as its root directory. More info
RotateLogOnStartup Rotate log file on startup Logging.DataSource Specifies whether a server rotates its log file during its startup cycle. More info
RotationTime Begin rotation time Logging.DataSource Determines the start time (hour and minute) for a time-based rotation sequence. More info
RotationType Rotation Type Logging.DataSource Criteria for moving old log messages to a separate file. More info
SSLRejectionLoggingEnabled SSL Rejection Logging Enabled Security.SSL Indicates whether warning messages are logged in the server log when SSL connections are rejected. More info
SSOSigningKeyAlias Single Sign-on Signing Key Alias Security.SAML20General The keystore alias for the key to be used when signing documents. More info
SSOSigningKeyPassPhrase Single Sign-on Signing Key Pass Phrase Security.SAML20General The passphrase used to retrieve the local site’s SSO signing key from the keystore. More info
ScatteredReadsEnabled Enable Scattered Reads Advanced.Tuning Enables scattered reads over NIO socket channels. More info
ScriptExecutorCommand ScriptExecutorCommand Debug.All Gets scriptExecutorCommand attribute of ServerDebugMBean More info
SecurityPolicyFile Security Policy File Advanced.NodeManager The security policy file (directory and filename on the machine running Node Manager) to use when starting this server. More info
SelfTuningThreadPoolSizeMax Self Tuning Thread Maximum Pool Size Advanced.Tuning Sets the maximum thread pool size of the self-tuning thread pool. More info
SelfTuningThreadPoolSizeMin Self Tuning Thread Minimum Pool Size Advanced.Tuning Get the minimum thread pool size of the self-tuning thread pool. More info
SendServerHeaderEnabled Send Server Header Protocols.Http Indicates whether this server name is sent with the HTTP response. More info
SequenceExpiration Sequence Expiration WebServices.ReliableMessage This is the maximum lifetime of a sequence. More info
ServerCipherSuitesOrderEnabled Server Cipher Suites Order Enabled Security.SSL Indicates whether to honor the server cipher suites preference. More info
ServerHelper ServerHelper Debug.All Debug ServerHelper More info
ServerLifeCycleTimeoutVal Server LifeCycle Timeout Advanced.StartStop Number of seconds a force shutdown operation waits before timing out and killing itself. More info
ServerPrivateKeyAlias Server Private Key Alias Security.SSL The string alias used to store and retrieve the server’s private key in the keystore. More info
ServerPrivateKeyPassPhrase Server Private Key Pass Phrase Security.SSL The passphrase used to retrieve the server’s private key from the keystore. More info
ServiceProviderArtifactBindingEnabled Artifact Binding Enabled Security.SAML20ServiceProvider Specifies whether the Artifact binding is enabled for the Service Provider. More info
ServiceProviderEnabled Enabled Security.SAML20ServiceProvider Specifies whether the local site is enabled for the Service Provider role. More info
ServiceProviderPOSTBindingEnabled POST Binding Enabled Security.SAML20ServiceProvider Specifies whether the POST binding is enabled for the Service Provider. More info
ServiceProviderPreferredBinding Preferred Binding Security.SAML20ServiceProvider Specifies the preferred binding type for endpoints of Service Provider services. More info
ServiceProviderSingleLogoutBinding Single Logout Binding Security.SAML20ServiceProvider The binding used by the Service Provider to send SAML Single Logout Requests More info
ServiceProviderSingleLogoutEnabled Single Logout Enabled Security.SAML20ServiceProvider Specifies whether Single Logout is enabled for the Service Provider. More info
ServiceProviderSingleLogoutRedirectURIs Allowed redirect URIs Security.SAML20ServiceProvider The list of allowed redirect URIs to be used by the initiating Service Provider for after Logout redirection. More info
SessionReplicationOnShutdownEnabled Session Replication On Shutdown Enabled Protocols.Http Indicates if session replication on server shutdown is enabled. More info
SharedCapacityForWorkManagers Shared Capacity For Work Managers Advanced.Overload Total number of requests that can be present in the server. More info
SignAuthnRequests Always Sign Authentication Requests Security.SAML20ServiceProvider Specifies whether authentication requests must be signed. More info
SiteName Site Name Advanced.Coherence Specifies the name of the geographic site where this member is hosted. More info
StagingDirectoryName Staging Directory Name Advanced.Deployment The directory path on the Managed Server where all staged (prepared) applications are placed. More info
StagingMode Staging Mode Advanced.Deployment The mode that specifies whether an application’s files are copied from a source on the Administration Server to the Managed Server’s staging area during application preparation. More info
StartupMode Startup Mode General The state in which this server should be started. More info
StartupTimeout Startup Timeout Advanced.StartStop Timeout value for server start and resume operations. More info
StdoutFilter Stdout Filter Logging.General The filter configuration for log events being sent to the standard out. More info
StdoutFormat Stdout Format Logging.General The output format to use when logging to the console. More info
StdoutLogStack Stack Traces to stdout Logging.General Specifies whether to dump stack traces to the console when included in logged message. More info
StdoutSeverity Stdout Severity Level Logging.General The minimum severity of log messages going to the standard out. More info
StoreSizeCheckPeriod Store Size Check Period Advanced.DiagnosticArchive Return the period in hours at which diagnostic store file size check will be performed More info
StuckThreadDiagnosticImageNotificationEnabled Stuck Thread Diagnostic Image Notification Enabled Advanced.DiagnosticArchive Enable Builtin WLDF Watch to capture diagnostic image notification when stuck thread is encountered. More info
StuckThreadThreadDumpActionCount Stuck Thread Thread Dump Action Count Advanced.DiagnosticArchive Signifies the number of successive thread dumps to capture for specified stuck thread thread dump action whenever it executes. More info
StuckThreadThreadDumpActionDelaySeconds Stuck Thread Thread Dump Action Delay Seconds Advanced.DiagnosticArchive The delay, in seconds, to pause between thread dump captures. More info
StuckThreadThreadDumpActionEnabled Stuck Thread Thread Dump Action Enabled Advanced.DiagnosticArchive Enable Builtin WLDF Watch to capture thread dumps action when stuck thread is encountered. More info
StuckThreadTimerInterval Stuck Thread Timer Interval Advanced.Tuning The number of seconds after which WebLogic Server periodically scans threads to see if they have been continually working for the configured maximum length of time. More info
StuckThreadWatchEnabled Stuck Thread Watch Enabled Advanced.DiagnosticArchive Enable Builtin WLDF Watch to capture thread dump when stuck thread is encountered. More info
SynchronizedSessionTimeoutEnabled Synchronized Session Timeout Enabled Protocols.Http Indicates whether to also invalidate all the other sessions when one of the sessions that share the same ID expires. More info
SynchronousWritePolicy Synchronous Write Policy Services.DefaultStore The disk write policy that determines how the file store writes data to disk. More info
SystemSecurity System Security Protocols.IIOP Specify the value System Security. More info
T3HttpUpgradeHandler T3HttpUpgradeHandler Debug.All Gets t3HttpUpgradeHandler attribute of ServerDebugMBean More info
ThreadPoolPercentSocketReaders JavaSocketMuxer Socket Readers Advanced.Tuning The percentage of execute threads from the default queue that can be used as socket readers. More info
TransactionEnabled Response Queue Transaction Enabled WebServices.Buffering A boolean flag indicating whether transactions should be used when buffering a message onto or consuming a message off of this queue. More info
TransactionPrimaryChannelName JTA Primary Channel Name Services.JTA Returns the name of the server network channel to derive the default URL used for internal JTA communication with this server. More info
TransactionPublicChannelName JTA Public Channel Name Services.JTA Returns the name of the server network channel to derive the public URL used for internal JTA communication with this server. More info
TransactionPublicSecureChannelName JTA Public Secure Channel Name Services.JTA Returns the name of the server network channel to derive the public secure URL used for internal JTA communication with this server. More info
TransactionSecureChannelName JTA Secure Channel Name Services.JTA Returns the name of the server network channel to derive the secure URL used for internal JTA communication with this server. More info
TransportLayerSecurityKeyAlias Transport Layer Security Key Alias Security.SAML20General The string alias used to store and retrieve the server’s private key, which is used to establish outgoing TLS/SSL connections. More info
TransportLayerSecurityKeyPassPhrase Transport Layer Security Key Pass Phrase Security.SAML20General The passphrase used to retrieve the server’s private key from the keystore. More info
TriggerTruncationStackFrameDepthAfterTrigger Depth After Trigger Logging.General Defines the maximum depth of truncated stack frame after the trigger condition already met. More info
TriggerTruncationStackFrameTriggerDepth Trigger Depth Logging.General Returns the depth of stack frame that will trigger the truncation of stack frame for the remaining cascaded causes. More info
TunnelingClientPingSecs Tunneling Client Ping Protocols.Http The interval (in seconds) at which to check a tunneled client to see if it is still alive. More info
TunnelingClientTimeoutSecs Tunneling Client Timeout Protocols.Http The amount of time (in seconds) after which a missing tunneled client is considered dead. More info
TunnelingEnabled Enable Tunneling Protocols.Http Specifies whether tunneling for the T3, T3S, HTTP, HTTPS, IIOP, and IIOPS protocols should be enabled for this server. More info
TwoWaySSLEnabled Two Way SSL Enabled Security.SSL The form of SSL that should be used. More info
TxMechanism Transaction Mechanism Protocols.IIOP The transaction mechanism used by IIOP invocations. More info
Type Type ReferencedBy The type of the referring object.
UnicastListenAddress Unicast Listen Address Advanced.Coherence The IP address for the Coherence unicast listener. More info
UnicastListenPort Unicast Listen Port Advanced.Coherence The port for the Coherence unicast listener. More info
UnicastPortAutoAdjustAttempts Unicast Port Auto Adjust Attempts Advanced.Coherence Get the upper bound of the unicast port. More info
UploadDirectoryName Upload Directory Name Advanced.Deployment The directory path on the Administration Server where all uploaded applications are placed. More info
UseClientCertForOutbound Use Client Cert For Outbound Security.SSL Determines whether to use the configured client SSL certificate as identity for outbound SSL connections. More info
UseConcurrentQueueForRequestManager Use Concurrent Queue For Request Manager Advanced.Tuning Reduces lock contention by using concurrent buffer queue to park incoming requests. More info
UseFullRepositoryIdList Use Full Repository Id List Protocols.IIOP Specify whether to use full Repository ID lists when sending value type information for custom-marshaled types. More info
UseSerialFormatVersion2 Use Serial Format Version 2 Protocols.IIOP Specify whether to advertise RMI objects and EJBs as supporting RMI-IIOP serial format version 2 for custom marshaled objects. More info
UseServerCerts Use Server Cert For Outbound Security.SSL Sets whether the client should use the server certificates/key as the client identity when initiating an outbound connection over https. More info
UseStatefulAuthentication Use Stateful Authentication Protocols.IIOP Specify whether to advertise RMI objects and EJBs as supporting stateful CSIv2. More info
Username Username Advanced.NodeManager The user name to use when booting this server. More info
WAPEnabled WAP Enabled Protocols.Http Indicates whether the session ID should include JVM information. More info
WLDFDiagnosticVolume Diagnostic Volume General Specifies the volume of diagnostic data that is automatically produced by WebLogic Server at run time. More info
WantArtifactRequestsSigned Only Accept Signed Artifact Requests Security.SAML20General Specifies whether incoming artifact requests must be signed. More info
WantAssertionsSigned Only Accept Signed Assertions Security.SAML20ServiceProvider Specifies whether incoming SAML 2.0 assertions must be signed. More info
WantAuthnRequestsSigned Only Accept Signed Authentication Requests Security.SAML20IdentityProvider Specifies whether incoming authentication requests must be signed. More info
WantBasicAuthClientAuthentication Basic Client Authentication Enabled Security.SAML20General Specifies whether Basic Authentication client authentication is required. More info
WantResponsesSigned Only Accept Signed Responses Security.SAML20ServiceProvider Specifies whether the inbound SAML 2.0 Responses must be signed. More info
WantTransportLayerSecurityClientAuthentication Transport Layer Client Authentication Enabled Security.SAML20General Specifies whether TLS/SSL client authentication is required. More info
WarExtraction WarExtraction Debug.All Gets warExtraction attribute of ServerDebugMBean More info
WebRjvmSupport WebRjvmSupport Debug.All Debug WebRjvmSupport More info
WeblogicPluginEnabled WebLogic Plug-In Enabled General Specifies whether this server uses the proprietary WL-Proxy-Client-IP header. More info
XMLEntityCache XML Entity Cache Services.XML The server’s XML entity cache, which is used to configure the behavior of JAXP (Java API for XML Parsing). More info
XMLRegistry XML Registry Services.XML The server’s XML registry, which is used to configure the behavior of JAXP (Java API for XML Parsing). More info

 

Service Provider Partner

References to this type:

  • Security Data -> Realms -> Credential Mappers -> SAML2CredentialMapperSecurityData -> Partners
Property Name Label Tab Name Description MBean Reference
Description Description A short description of this partner.
Enabled Enabled Specifies whether interactions with this partner are enabled.
Name Name Name of this partner.
Type Type The Service Provider Partner’s type (Web Service or Web Single Sign-On).

 

ServiceMigrationDataRuntime

References to this type:

  • Monitoring -> Environment -> Migration -> Service Migration Data Runtimes
Property Name Label Tab Name Description MBean Reference
ClusterName Cluster Name Name of the cluster More info
CoordinatorName Coordinator Name Name of the server that acted as the coordinator for this migration. More info
DestinationsAttempted Destinations Attempted Get all the destinations attempted for migration. More info
MigratedFrom Migrated From Where this object was migrated from More info
MigratedTo Migrated To Where this object was migrated to More info
MigrationEndTime Migration End Time End time of migration More info
MigrationStartTime Migration Start Time Start time of migration More info
Name Name The name of this configuration. More info
ServerName Server Name Name of the object migrated More info
Status Status Status of the migration (SUCCESSFUL, IN_PROGRESS, or FAILED) More info
Type Type Returns the type of the MBean. More info

 

ServletRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Servlets
Property Name Label Tab Name Description MBean Reference
ContextPath Context Path Provides the context path for this servlet. More info
ExecutionTimeAverage Execution Time Average Provides the average amount of time all invocations of the servlet have executed since created. More info
ExecutionTimeHigh Execution Time High Provides the amount of time the single longest invocation of the servlet has executed since created. More info
ExecutionTimeLow Execution Time Low Provides the amount of time the single shortest invocation of the servlet has executed since created. More info
ExecutionTimeTotal Execution Time Total Provides the total amount of time all invocations of the servlet have executed since created. More info
InvocationTotalCount Invocation Total Count Provides a total count of the times this servlet has been invoked. More info
Name Name The name of this configuration. More info
PoolMaxCapacity Pool Max Capacity Provides the maximum capacity of this servlet for single thread model servlets. More info
ReloadTotalCount Reload Total Count Provides a total count of the number of times this servlet has been reloaded. More info
Server Server More info
ServletName Servlet Name Provides the name of this instance of a servlet. More info
ServletPath Servlet Path Provides the servlet path. More info
URL URL Provides the value of the URL for this servlet. More info
URLPatterns URL Patterns Provides a description of the URL patterns for this servlet. More info

 

SessionDescriptor

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Session Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> Session Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> Session Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Session Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Session Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> Session Descriptor
Property Name Label Tab Name Description MBean Reference
CookieMaxAgeSecs Session cookies max age (in seconds) General The life span of the session cookie (in seconds) after which it expires on the client.
DebugEnabled Debug Enabled General Specifies whether to add JSP line numbers to generated class files to aid in debugging.
InvalidationIntervalSecs Session Invalidation Interval (in seconds) General The time (in seconds) that WebLogic Server waits between doing house-cleaning checks for timed-out and invalid sessions, and deleting the old sessions and freeing up memory.
MaxInMemorySessions Maximum in-memory Sessions General The maximum number of sessions to retain in memory.
MonitoringAttributeName Monitoring Attribute Name General The monitoring attribute.
TimeoutSecs Session Timeout (in seconds) General The amount of time (in seconds) that a session can remain inactive before it is invalidated.

 

ShutdownClass

References to this type:

  • Configuration -> Environment -> Shutdown Classes
Property Name Label Tab Name Description MBean Reference
Arguments Arguments General Arguments that a server uses to initialize a class. More info
ClassName Class Name General The fully qualified name of a class to load and run. More info
DeploymentOrder Deployment Order General A priority that the server uses to determine when it deploys an item. More info
Name Name General An alpha-numeric value that identifies the shutdown class configuration. This name is for your identification purposes only. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type Returns the type of the MBean. More info

 

SimpleSearch

Actions: Clear Searches

References to this type:

  • Security Data -> Recent Searches
  • Monitoring -> Recent Searches
  • Configuration -> Recent Searches
Property Name Label Tab Name Description MBean Reference
Date Date When the search was last performed.
Name Search Criteria The search criteria.
NumberOfMatches Number Of Matches The number of matching beans in the search results.
Path Path The path to the bean in the navigation tree.
Type Type The bean’s type.

 

SingletonEJBRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> EJB Runtimes -> SingletonEJBRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> EJB Runtimes -> SingletonEJBRuntime
Property Name Label Tab Name Description MBean Reference
ActiveTimerCount Active Timer Count Provides the current number of active timers for this EJB More info
CancelledTimerCount Cancelled Timer Count Provides the total number of timers that have been explicitly cancelled for this EJB. More info
DisabledTimerCount Disabled Timer Count Provides the current number of timers temporarily disabled for this EJB More info
EJBName EJB Name Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor. More info
Name Name The name of this configuration. More info
ReadLockTimeoutTotalCount Read Lock Timeout Total Count Provides the count of read lock requests that have timed out since deployment; -1 will be returned if bean-managed concurrency is in use. More info
ReadLockTotalCount Read Lock Total Count Provides the total count of read locks requested since deployment; -1 will be returned if bean-managed concurrency is in use. More info
Server Server More info
TimeoutCount Timeout Count Provides the total number of successful timeout notifications that have been made for this EJB. More info
Type Type Returns the type of the MBean. More info
WaiterCurrentCount Waiter Current Count Provides the total count of threads waiting for the lock; -1 will be returned if bean-managed concurrency is in use. More info
WriteLockTimeoutTotalCount Write Lock Timeout Total Count Provides the count of write lock requests that have timed out since deployment; -1 will be returned if bean-managed concurrency is in use. More info
WriteLockTotalCount Write Lock Total Count Provides the total count of write locks requested since deployment; -1 will be returned if bean-managed concurrency is in use. More info

 

SingletonService

References to this type:

  • Configuration -> Environment -> Singleton Services
Property Name Label Tab Name Description MBean Reference
AdditionalMigrationAttempts Additional Migration Attempts General A migratable service could fail to come up on every possible configured server. More info
AllCandidateServers All Candidate Servers Return a list of servers that are candidates to host the services deployed to this migratable target. More info
ClassName Class Name General The fully qualified name of a class to load and run. More info
Cluster Cluster General The cluster this singleton service is associated. More info
ConstrainedCandidateServers Constrained Candidate Servers Migration Servers in the cluster to use as a backup for services on this Singleton Service. Only configured servers are may be selected as part of these constraints. If no constraints are selected, then this singleton service may be migrated to any server, configured or dynamic, in this cluster. More info
MillisToSleepBetweenAttempts Sleep Time Between Attempts General Controls how long of a pause there should be between the migration attempts described in getAdditionalMigrationAttempts(). More info
Name Name Migration The name of this Singleton Service. More info
UserPreferredServer User-Preferred Server Migration The server member in the cluster that you prefer the migratable target to be active on. Only Configured servers may be specified as a preferred server. More info

 

SingletonSessionEjb

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> SingletonSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> SingletonSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> SingletonSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> SingletonSessionEjb
Property Name Label Tab Name Description MBean Reference
EjbClass Ejb Class General The EJB’s classname.
Name Name General The EJB’s name.
TransactionType Transaction Type General The EJB’s transaction type.
Type Type General The EJB’s type.

 

SpringApplicationContextRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Spring -> Spring Application Context Runtime MBeans
Property Name Label Tab Name Description MBean Reference
AverageGetBeanNamesForTypeTime Average Get Bean Names For Type Time This returns the average elapsed time in milliseconds required for getBeanNamesForType() More info
AverageGetBeanTime Average Get Bean Time This returns the average elapsed time in milliseconds required for getBean() More info
AverageGetBeansOfTypeTime Average Get Beans Of Type Time This returns the average elapsed time in milliseconds required for getBeansOfType() More info
AveragePrototypeBeanCreationTime Average Prototype Bean Creation Time This returns the average elapsed time in milliseconds required to create prototype beans More info
AverageRefreshTime Average Refresh Time This returns the average elapsed time in milliseconds required to perform a refresh More info
AverageSingletonBeanCreationTime Average Singleton Bean Creation Time This returns the average elapsed time in milliseconds required to create singleton beans More info
CustomScopeNames Custom Scope Names The names of customer scopes that were registered. More info
DisplayName Display Name Display name of the application context More info
GetBeanCount Get Bean Count The number of times getBean() was called More info
GetBeanNamesForTypeCount Get Bean Names For Type Count The number of times getBeanNamesForType() was called More info
GetBeansOfTypeCount Get Beans Of Type Count The number of times getBeansOfType() was called More info
Name Name The name of this configuration. More info
ParentContext Parent Context The name of the parent context More info
PrototypeBeansCreatedCount Prototype Beans Created Count The number of Prototype beans created. More info
RefreshCount Refresh Count The number of refreshes performed More info
Server Server More info
SingletonBeansCreatedCount Singleton Beans Created Count The number of singleton beans created. More info
StartupDate Startup Date Return the timestamp in milliseconds when this context was first loaded More info
Type Type Returns the type of the MBean. More info

 

SpringBeanDefinitionRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Spring -> Spring Bean Definition Runtime MBeans
Property Name Label Tab Name Description MBean Reference
Abstract Abstract Whether this Spring bean is “abstract”. More info
Aliases Aliases Get the aliases for this bean definition. More info
ApplicationContextDisplayName Application Context Display Name Display name of the application context that this Spring bean is defined in. More info
AutowireCandidate Autowire Candidate Whether this bean is a candidate to be autowired to other beans. More info
BeanClassname Bean Classname Class name of this Spring bean, as defined in the application context of the Spring application. More info
BeanId Bean Id Name of the Spring bean. More info
Dependencies Dependencies Get the names (ids) of other bean definitions that this bean definition depends on. More info
LazyInit Lazy Init Whether this bean should be lazily initialized. More info
Name Name The name of this configuration. More info
ParentId Parent Id Name (Id) of parent bean definition. More info
ResourceDescription Resource Description The name of the resource that this bean definition comes from. More info
Role Role Role hint of this bean definition. More info
Scope Scope Scope of this bean. More info
Server Server More info
Singleton Singleton Whether this is a singleton Spring bean. More info
Type Type Returns the type of the MBean. More info

 

SpringTransactionManagerRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Spring -> Spring Transaction Manager Runtime MBeans
Property Name Label Tab Name Description MBean Reference
ApplicationContextDisplayName Application Context Display Name The display name of the Application Context that this bean is from More info
BeanId Bean Id Name of the Spring bean. More info
CommitCount Commit Count This returns the number of time commit was called More info
Name Name The name of this configuration. More info
ResumeCount Resume Count This returns the number of time resume was called More info
RollbackCount Rollback Count This returns the number of time rollback was called More info
Server Server More info
SuspendCount Suspend Count This returns the number of time suspend was called More info

 

SpringTransactionTemplateRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Spring -> Spring Transaction Template Runtime MBeans
Property Name Label Tab Name Description MBean Reference
ApplicationContextDisplayName Application Context Display Name The display name of the Application Context that this bean is from More info
AverageExecuteTime Average Execute Time This returns the average elapsed time in milliseconds required to execute More info
BeanId Bean Id Name of the Spring bean. More info
ExecuteCount Execute Count This returns the number of time execute was called More info
ExecuteFailedCount Execute Failed Count The number of executes that failed More info
Name Name The name of this configuration. More info
Server Server More info

 

SpringViewResolverRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Spring -> Spring View Resolver Runtime MBeans
Property Name Label Tab Name Description MBean Reference
ApplicationContextDisplayName Application Context Display Name The display name of the Application Context that this bean is from More info
AverageResolveViewNameTime Average Resolve View Name Time This returns the average elapsed time in milliseconds required to resolve a view name More info
BeanId Bean Id Name of the Spring bean. More info
Name Name The name of this configuration. More info
ResolveViewNameCount Resolve View Name Count The number of times resolveViewName was called More info
ResolveViewNameFailedCount Resolve View Name Failed Count The number of resolveViewName calls that failed More info
Server Server More info

 

SpringViewRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Spring -> Spring View Runtime MBeans
Property Name Label Tab Name Description MBean Reference
ApplicationContextDisplayName Application Context Display Name The display name of the Application Context that this bean is from More info
AverageRenderTime Average Render Time This returns the average elapsed time in milliseconds required to render More info
BeanId Bean Id Name of the Spring bean. More info
Name Name The name of this configuration. More info
RenderCount Render Count The number of times render was called More info
RenderFailedCount Render Failed Count The number of render calls that failed More info
Server Server More info

 

StartupClass

References to this type:

  • Configuration -> Environment -> Startup Classes
Property Name Label Tab Name Description MBean Reference
Arguments Arguments General Arguments that a server uses to initialize a class. More info
ClassName Class Name General The fully qualified name of a class to load and run. More info
DeploymentOrder Deployment Order General A priority that the server uses to determine when it deploys an item. More info
FailureIsFatal Failure Is Fatal General Specifies whether a failure in this startup class prevents the targeted server(s) from starting. More info
LoadBeforeAppActivation Run Before Application Activations General Specifies whether the targeted servers load and run this startup class after activating JMS and JDBC services and before activating applications and EJBs. More info
LoadBeforeAppDeployments Run Before Application Deployments General Specifies whether the targeted servers load and run this startup class before activating JMS and JDBC services and before starting deployment for applications and EJBs. More info
Name Name General An alpha-numeric value that identifies the startup class configuration. This name attribute is for your identification purposes only. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type Returns the type of the MBean. More info

 

StatefulEJBRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> EJB Runtimes -> StatefulEJBRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> EJB Runtimes -> StatefulEJBRuntime
Property Name Label Tab Name Description MBean Reference
ActivationCount Activation Count Provides a count of the total number of beans from this EJB Home that have been activated. More info
CacheAccessCount Cache Access Count Provides a count of the total number of attempts to access a bean from the cache. More info
CacheMissCount Cache Miss Count Provides a count of the total number of times an attempt to access a bean from the cache failed. More info
CachedBeansCurrentCount Cached Beans Current Count Provides a count of the total number of beans from this EJB Home currently in the EJB cache. More info
EJBName EJB Name Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor. More info
LockEntriesCurrentCount Lock Entries Current Count Provides a count of the number of beans currently locked. More info
LockManagerAccessCount Lock Manager Access Count Provides the total number of attempts to obtain a lock on a bean. More info
Name Name The name of this configuration. More info
PassivationCount Passivation Count Provides a count of the total number of beans from this EJB Home that have been passivated. More info
Server Server More info
TimeoutTotalCount Timeout Total Count Provides the current number of Threads that have timed out waiting for a lock on a bean. More info
Type Type Returns the type of the MBean. More info
WaiterCurrentCount Waiter Current Count Provides the current number of Threads that have waited for a lock on a bean. More info

 

StatefulSessionCache

References to this type:

  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Cache
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Cache
Property Name Label Tab Name Description MBean Reference
IdleTimeoutSeconds Idle Timeout Seconds General The maximum number of beans in the cache.
MaxBeansInCache Max Beans In Cache General The maximum number of beans in the cache.

 

StatefulSessionEjb

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatefulSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatefulSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatefulSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatefulSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb
Property Name Label Tab Name Description MBean Reference
EjbClass Ejb Class General The EJB’s classname.
Name Name General The EJB’s name.
TransactionType Transaction Type General The EJB’s transaction type.
Type Type General The EJB’s type.

 

StatelessEJBRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> EJB Runtimes -> StatelessEJBRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> EJB Runtimes -> StatelessEJBRuntime
Property Name Label Tab Name Description MBean Reference
AccessTotalCount Access Total Count Provides a count of the total number of times an attempt was made to get an instance from the free pool. More info
ActiveTimerCount Active Timer Count Provides the current number of active timers for this EJB More info
BeansInUseCurrentCount Beans In Use Current Count Provides a count of the number of bean instances currently being used from the free pool. More info
CancelledTimerCount Cancelled Timer Count Provides the total number of timers that have been explicitly cancelled for this EJB. More info
DestroyedTotalCount Destroyed Total Count Provides a count of the total number of times a bean instance from this pool was destroyed due to a non-application Exception being thrown from it. More info
DisabledTimerCount Disabled Timer Count Provides the current number of timers temporarily disabled for this EJB More info
EJBName EJB Name Provides the name for this EJB as defined in the javax.ejb.EJB annotation, or the ejb-name when * using the ejb-jar.xml deployment descriptor. More info
MissTotalCount Miss Total Count Provides a count of the total number of times a failed attempt was made to get an instance from the free pool. More info
Name Name The name of this configuration. More info
PooledBeansCurrentCount Pooled Beans Current Count Provides a count of the current number of available bean instances in the free pool. More info
Server Server More info
TimeoutCount Timeout Count Provides the total number of successful timeout notifications that have been made for this EJB. More info
TimeoutTotalCount Timeout Total Count Provides a count of the total number of Threads that have timed out waiting for an available bean instance from the free pool. More info
Type Type Returns the type of the MBean. More info
WaiterCurrentCount Waiter Current Count Provides a count of the number of Threads currently waiting for an available bean instance from the free pool. More info

 

StatelessSessionEjb

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatelessSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatelessSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatelessSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatelessSessionEjb
Property Name Label Tab Name Description MBean Reference
EjbClass Ejb Class General The EJB’s classname.
Name Name General The EJB’s name.
TransactionType Transaction Type General The EJB’s transaction type.
Type Type General The EJB’s type.

 

SubDeployment

References to this type:

  • Configuration -> Services -> JMS Modules -> Sub Deployments
Property Name Label Tab Name Description MBean Reference
Name Name Unique identifier for this bean instance. More info
Targets Targets Configuration You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

SystemComponentLifeCycleRuntime

References to this type:

  • Monitoring -> Environment -> System Component Life Cycle Runtimes
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
NodeManagerRestartCount Node Manager Restart Count The number of times the server has been restarted using the Node Manager since its creation. More info
State State The current state of the server. More info

 

SystemComponentLifeCycleTaskRuntime

References to this type:

  • Monitoring -> Environment -> Servers -> ServerRuntime -> Tasks -> SystemComponentLifeCycleTaskRuntime
  • Monitoring -> Environment -> Servers -> UnreachableServerRuntime -> Tasks -> SystemComponentLifeCycleTaskRuntime
  • Monitoring -> Environment -> System Component Life Cycle Runtimes -> Tasks
Property Name Label Tab Name Description MBean Reference
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
Name Name The name of this configuration. More info
Operation Operation Gets the name of the method that was invoked on the ServerLifeCycleRuntime to initiate this task. More info
Progress Progress How much progress this task has made. More info
Running Running Indicates whether the task is still running. More info
ServerName Server Name The name of the server. More info
StartTime Start Time The time this task began. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info

 

SystemPasswordValidator

References to this type:

  • Configuration -> Security -> Realms -> Password Validators -> SystemPasswordValidator
Property Name Label Tab Name Description MBean Reference
Description Description Common A short description of the System Password Validator provider. More info
MaxConsecutiveCharacters Max Consecutive Characters SystemPasswordValidatorParameters Specifies the maximum number of times that a character may appear consecutively in the password. More info
MaxInstancesOfAnyCharacter Max Instances Of Any Character SystemPasswordValidatorParameters Specifies the maximum number of times any one character may appear in the password. More info
MaxPasswordLength Max Password Length SystemPasswordValidatorParameters Specifies the maximum number of characters that the password may contain. To be accepted, the password may not contain a greater number of characters than the value specified. Specifying 0 results in no restriction on password length.

12 is a recommended value.

More info
MinAlphabeticCharacters Min Alphabetic Characters SystemPasswordValidatorParameters Specifies the minimum number of alphabetic characters that a password must contain. More info
MinLowercaseCharacters Min Lowercase Characters SystemPasswordValidatorParameters Specifies the minimum number of lowercase characters that a password must contain. More info
MinNonAlphanumericCharacters Min Non Alphanumeric Characters SystemPasswordValidatorParameters Specifies the minimum number of non-alphanumeric characters (also known as special characters, such as %, *, #, or }) that must appear in the password. More info
MinNumericCharacters Min Numeric Characters SystemPasswordValidatorParameters Specifies the minimum number of numeric characters that must appear in the password. More info
MinNumericOrSpecialCharacters Min Numeric Or Special Characters SystemPasswordValidatorParameters Specifies the minimum number of numeric or special characters (such as %, *, #, or }) that a password must contain. More info
MinPasswordLength Min Password Length SystemPasswordValidatorParameters Specifies the minimum number of characters that the password may contain. Note: If the Default Authentication provider is configured in the realm, make sure that this number is consistent with the one configured for that provider. More info
MinUppercaseCharacters Min Uppercase Characters SystemPasswordValidatorParameters Specifies the minimum number of uppercase characters that a password must contain. More info
Name Name Common More info
RejectEqualOrContainReverseUsername Reject Equal Or Contain Reverse Username SystemPasswordValidatorParameters To determine whether the password can contain or be equal to the reverse username. More info
RejectEqualOrContainUsername Reject Equal Or Contain Username SystemPasswordValidatorParameters Specifies whether the password can contain, or be set to, the username. More info
Version Version Common The version number of the System Password Validator provider. More info

 

Template

References to this type:

  • Configuration -> Services -> JMS Modules -> Templates
Property Name Label Tab Name Description MBean Reference
AttachSender Attach Sender Credential General Specifies whether messages landing on destinations that use this template should attach the credential of the sending user. More info
BytesHigh Bytes Threshold High Thresholds The upper threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
BytesLow Bytes Threshold Low Thresholds The lower threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
ConsumptionPausedAtStartup Pause Message Consumption At Startup General Specifies whether message consumption is paused on destinations that use this template at server startup. More info
DefaultUnitOfOrder Auto-generate Unit-of-Order Name General Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the domain, JMS server, and destination name. More info
DeliveryMode Delivery Mode Override Overrides The delivery mode assigned to all messages that arrive at the destination regardless of the DeliveryMode specified by the message producer. More info
DestinationKeys Destination Keys General The list of potential destination keys for sorting messages that arrive on destinations that use this JMS template. More info
ErrorDestination Error Destination DeliveryFailure The name of the target error destination for messages that have expired or reached their redelivery limit. More info
ExpirationLoggingPolicy Expiration Logging Format DeliveryFailure The policy that defines what information about the message is logged when the Expiration Policy is set to Log. More info
ExpirationPolicy Expiration Policy DeliveryFailure The message Expiration Policy to use when an expired message is encountered on a destination. More info
InsertionPausedAtStartup Pause Message Insertion At Startup General Specifies whether new message insertion is paused on destinations that use this template at server startup. More info
MaximumMessageSize Maximum Message Size Thresholds The maximum size of a message that will be accepted from producers on this destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
MessagesHigh Messages Threshold High Thresholds The upper threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagesLimitOverride Topic Subscription Messages Limit Thresholds The maximum number of messages that can be stored in a topic subscription. More info
MessagesLow Messages Threshold Low Thresholds The lower threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagingPerformancePreference Messaging Performance Preference General Controls how long destinations that use this template are willing to wait to create full batches of available messages (if at all) for delivery to consumers. More info
MulticastAddress Multicast Address Multicast The IP address that this topic uses to transmit messages to multicast consumers. More info
MulticastPort Multicast Port Multicast The IP port that this topic uses to transmit messages to multicast consumers. More info
MulticastTimeToLive Multicast TTL Multicast The number of routers that a message traverses en route to a consumer. More info
Name Name ReferencedBy The name of this entity, represented in XML as an attribute. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Priority Priority Override Overrides The priority assigned to all messages that arrive at this destination, regardless of the Priority specified by the message producer. More info
ProductionPausedAtStartup Pause Message Production At Startup General Specifies whether new message production on destinations that use this template is paused on at server startup. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Quota Quota Thresholds A Quota controls the allotment of system resources available to destinations. More info
RedeliveryDelay Redelivery Delay Override DeliveryFailure The delay, in milliseconds, before rolled back or recovered messages are redelivered, regardless of the RedeliveryDelay specified by the consumer and/or connection factory. More info
RedeliveryLimit Redelivery Limit DeliveryFailure The number of redelivery tries a message can have before it is moved to the error destination. More info
SafExportPolicy Saf Export Policy General Specifies whether a user can send messages to destinations that use this template using Store-and-Forward. More info
TimeToDeliver Time-to-Deliver Override Overrides The default delay, either in milliseconds or as a schedule, between when a message is produced and when it is made visible on its target destination, regardless of the delivery time specified by the producer and/or connection factory. More info
TimeToLive Time-to-Live Override Overrides The time-to-live assigned to all messages that arrive at this destination, regardless of the TimeToLive value specified by the message producer. More info
Type Type ReferencedBy The type of the referring object.

 

Topic

References to this type:

  • Configuration -> Services -> JMS Modules -> Topics
Property Name Label Tab Name Description MBean Reference
AttachSender Attach Sender Credential General Specifies whether messages landing on this destination should attach the credential of the sending user. More info
BytesHigh Bytes Threshold High Thresholds The upper threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
BytesLow Bytes Threshold Low Thresholds The lower threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
ConsumptionPausedAtStartup Pause Message Consumption at Startup General Specifies whether consumption is paused on a destination at startup. More info
DefaultUnitOfOrder Auto-generate Unit-of-Order Name General Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the domain, JMS server, and destination name. More info
DeliveryMode Delivery Mode Override Overrides The delivery mode assigned to all messages that arrive at the destination regardless of the DeliveryMode specified by the message producer. More info
ErrorDestination Error Destination DeliveryFailure The name of the target error destination for messages that have expired or reached their redelivery limit. More info
ExpirationLoggingPolicy Expiration Logging Format DeliveryFailure The policy that defines what information about the message is logged when the Expiration Policy is set to Log. More info
ExpirationPolicy Expiration Policy DeliveryFailure The message Expiration Policy to use when an expired message is encountered on a destination. More info
IncompleteWorkExpirationTime Expiration Time for Incomplete UOW Messages General Specifies the maximum length of time, in milliseconds, before undelivered messages in an incomplete UOW are expired. More info
InsertionPausedAtStartup Pause Message Insertion at Startup General Specifies whether new message insertion is paused on a destination at startup. More info
JMSCreateDestinationIdentifier Create Destination Identifier General A reference name for a destination or a member of a distributed destination that provides a way to lookup that destination without JNDI using javax.jms.Session createQueue or createTopic. More info
JNDIName JNDI Name General The global JNDI name used to look up the destination within the JNDI namespace. More info
LocalJNDIName Local JNDI Name General The local JNDI name used to look up the destination within the JNDI namespace of the server where the destination resource is targeted. More info
MaximumMessageSize Maximum Message Size Thresholds The maximum size of a message that is accepted from producers on this destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
MessagesHigh Messages Threshold High Thresholds The upper threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagesLimitOverride Topic Subscription Messages Limit Thresholds The maximum number of messages that can be stored in a topic subscription. More info
MessagesLow Messages Threshold Low Thresholds The lower threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagingPerformancePreference Messaging Performance Preference General Controls how long destinations are willing to wait to create full batches of available messages (if at all) for delivery to consumers. More info
MulticastAddress Multicast Address Multicast The IP address that this topic uses to transmit messages to multicast consumers. More info
MulticastPort Multicast Port Multicast The IP port that this topic uses to transmit messages to multicast consumers. More info
MulticastTimeToLive Multicast TTL Multicast The number of routers that a message traverses en route to a consumer. More info
Name Name ReferencedBy The name of this entity, represented in XML as an attribute. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Priority Priority Override Overrides The priority assigned to all messages that arrive at this destination, regardless of the Priority specified by the message producer. More info
ProductionPausedAtStartup Pause Message Production at Startup General Specifies whether new message production is paused on a destination at startup. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Quota Quota Thresholds A Quota controls the allotment of system resources available to destinations. More info
RedeliveryDelay Redelivery Delay Override DeliveryFailure The delay, in milliseconds, before rolled back or recovered messages are redelivered, regardless of the RedeliveryDelay specified by the consumer and/or connection factory. More info
RedeliveryLimit Redelivery Limit DeliveryFailure The number of redelivery tries a message can have before it is moved to the error destination. More info
SAFExportPolicy SAF Export Policy General Specifies whether a user can send messages to a destination using Store-and-Forward. More info
SubDeploymentName Sub Deployment Name General Gets the name of the sub-deployment to use when targeting this entity More info
Template Template General The JMS template from which the destination is derived. More info
TimeToDeliver Time-to-Deliver Override Overrides The default delay, either in milliseconds or as a schedule, between when a message is produced and when it is made visible on its target destination, regardless of the delivery time specified by the producer and/or connection factory. More info
TimeToLive Time-to-Live Override Overrides The time-to-live assigned to all messages that arrive at this destination, regardless of the TimeToLive value specified by the message producer. More info
Type Type ReferencedBy The type of the referring object.
UnitOfWorkHandlingPolicy Unit-of-Work (UOW) Message Handling Policy General Specifies whether the Unit-of-Work (UOW) feature is enabled for this destination. More info

 

TopicMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Topics -> receive
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Topics -> send
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Topics -> send
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Topics -> receive
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Topics -> send
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Topics -> send
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Topics -> receive
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Topics -> receive
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

TopicPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Topics
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Topics
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

TopicRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Topics -> Roles
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Topics -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

TopicRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Topics
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Topics
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

TransactionDescriptor

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> Transaction Descriptor
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> Transaction Descriptor
Property Name Label Tab Name Description MBean Reference
TransTimeoutSeconds Transaction Timeout (in seconds) General The transaction timeout value, in seconds.

 

TransactionNameRuntime

References to this type:

  • Monitoring -> Services -> Transactions -> JTA Runtime -> Transaction Name Runtime MBeans
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
Server Server More info
TransactionAbandonedTotalCount Transaction Abandoned Total Count The total number of transactions that were abandoned since the server was started. More info
TransactionCommittedTotalCount Transaction Committed Total Count The total number of transactions committed since the server was started. More info
TransactionHeuristicsTotalCount Transaction Heuristics Total Count The number of transactions that completed with a heuristic status since the server was started. More info
TransactionName Transaction Name The transaction name. More info
TransactionRolledBackAppTotalCount Transaction Rolled Back App Total Count The number of transactions that were rolled back due to an application error. More info
TransactionRolledBackResourceTotalCount Transaction Rolled Back Resource Total Count The number of transactions that were rolled back due to a resource error. More info
TransactionRolledBackSystemTotalCount Transaction Rolled Back System Total Count The number of transactions that were rolled back due to an internal system error. More info
TransactionRolledBackTimeoutTotalCount Transaction Rolled Back Timeout Total Count The number of transactions that were rolled back due to a timeout expiration. More info
TransactionRolledBackTotalCount Transaction Rolled Back Total Count The number of transactions that were rolled back since the server was started. More info
TransactionTotalCount Transaction Total Count The total number of transactions processed. More info

 

TransactionResourceRuntime

References to this type:

  • Monitoring -> Services -> Transactions -> JTA Runtime -> Transaction Resource Runtime MBeans
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
ResourceName Resource Name The resource name. More info
Server Server More info
TransactionCommittedTotalCount Transaction Committed Total Count The total number of transactions committed since the server was started. More info
TransactionHeuristicCommitTotalCount Transaction Heuristic Commit Total Count The number of transactions for which this resource has returned a heuristic commit decision. More info
TransactionHeuristicHazardTotalCount Transaction Heuristic Hazard Total Count The number of transactions for which this resource has reported a heuristic hazard decision. More info
TransactionHeuristicMixedTotalCount Transaction Heuristic Mixed Total Count The number of transactions for which this resource has reported a heuristic mixed decision. More info
TransactionHeuristicRollbackTotalCount Transaction Heuristic Rollback Total Count The number of transactions for which this resource has returned a heuristic rollback decision. More info
TransactionHeuristicsTotalCount Transaction Heuristics Total Count The number of transactions that completed with a heuristic status since the server was started. More info
TransactionRolledBackTotalCount Transaction Rolled Back Total Count The number of transactions that were rolled back since the server was started. More info
TransactionTotalCount Transaction Total Count The total number of transactions processed. More info

 

TrustServiceIdentityAsserter

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> TrustServiceIdentityAsserter
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common No description provided. More info
Base64DecodingRequired Base64 Decoding Required Common No description provided. More info
Description Description Common No description provided. More info
Name Name Common More info
SupportedTypes Supported Types Common No description provided. More info
Version Version Common No description provided. More info

 

UniformDistributedQueue

References to this type:

  • Configuration -> Services -> JMS Modules -> Uniform Distributed Queues
Property Name Label Tab Name Description MBean Reference
AttachSender Attach Sender Credential General Specifies whether messages landing on this destination should attach the credential of the sending user. More info
BytesHigh Bytes Threshold High Thresholds The upper threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
BytesLow Bytes Threshold Low Thresholds The lower threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
ConsumptionPausedAtStartup Pause Message Consumption at Startup General Specifies whether consumption is paused on a destination at startup. More info
DefaultTargetingEnabled Default Targeting Enabled General Specifies whether this JMS resource defaults to the parent module’s targeting or uses the subdeployment targeting mechanism. More info
DefaultUnitOfOrder Auto-generate Unit-of-Order Name General Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the domain, JMS server, and destination name. More info
DeliveryMode Delivery Mode Override Overrides The delivery mode assigned to all messages that arrive at the destination regardless of the DeliveryMode specified by the message producer. More info
DestinationKeys Destination Keys General The list of potential destination keys for sorting the messages that arrive on a JMS destination. More info
ErrorDestination Error Destination DeliveryFailure The name of the target error destination for messages that have expired or reached their redelivery limit. More info
ExpirationLoggingPolicy Expiration Logging Format DeliveryFailure The policy that defines what information about the message is logged when the Expiration Policy is set to Log. More info
ExpirationPolicy Expiration Policy DeliveryFailure The message Expiration Policy to use when an expired message is encountered on a destination. More info
ForwardDelay Forward Delay General The number of seconds after which a uniform distributed queue member with no consumers will wait before forwarding its messages to other uniform distributed queue members that do have consumers. More info
IncompleteWorkExpirationTime Expiration Time for Incomplete UOW Messages General Specifies the maximum length of time, in milliseconds, before undelivered messages in an incomplete UOW are expired. More info
InsertionPausedAtStartup Pause Message Insertion at Startup General Specifies whether new message insertion is paused on a destination at startup. More info
JMSCreateDestinationIdentifier Create Destination Identifier General A reference name for a destination or a member of a distributed destination that provides a way to lookup that destination without JNDI using javax.jms.Session createQueue or createTopic. More info
JNDIName JNDI Name General The JNDI name used to look up this topic within the JNDI namespace. More info
LoadBalancingPolicy Load Balancing Policy General Determines how messages are distributed to the members of this destination. More info
MaximumMessageSize Maximum Message Size Thresholds The maximum size of a message that is accepted from producers on this destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
MessagesHigh Messages Threshold High Thresholds The upper threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagesLow Messages Threshold Low Thresholds The lower threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagingPerformancePreference Messaging Performance Preference General Controls how long destinations are willing to wait to create full batches of available messages (if at all) for delivery to consumers. More info
Name Name ReferencedBy The name of this distributed topic. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Priority Priority Override Overrides The priority assigned to all messages that arrive at this destination, regardless of the Priority specified by the message producer. More info
ProductionPausedAtStartup Pause Message Production at Startup General Specifies whether new message production is paused on a destination at startup. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Quota Quota Thresholds A Quota controls the allotment of system resources available to destinations. More info
RedeliveryDelay Redelivery Delay Override DeliveryFailure The delay, in milliseconds, before rolled back or recovered messages are redelivered, regardless of the RedeliveryDelay specified by the consumer and/or connection factory. More info
RedeliveryLimit Redelivery Limit DeliveryFailure The number of redelivery tries a message can have before it is moved to the error destination. More info
ResetDeliveryCountOnForward Reset Delivery Count On Forward General Determines whether or not the delivery count is reset during message forwarding between distributed queue members. More info
SAFExportPolicy SAF Export Policy General Specifies whether a user can send messages to a destination using Store-and-Forward. More info
SubDeploymentName Sub Deployment Name General Gets the name of the sub-deployment to use when targeting this entity More info
Template Template General The JMS template from which the destination is derived. More info
TimeToDeliver Time-to-Deliver Override Overrides The default delay, either in milliseconds or as a schedule, between when a message is produced and when it is made visible on its target destination, regardless of the delivery time specified by the producer and/or connection factory. More info
TimeToLive Time-to-Live Override Overrides The time-to-live assigned to all messages that arrive at this destination, regardless of the TimeToLive value specified by the message producer. More info
Type Type ReferencedBy The type of the referring object.
UnitOfOrderRouting Unit-of-Order Message Routing General Determines how a distributed destination member is selected as the destination for a message that is part of a unit-of-order. More info
UnitOfWorkHandlingPolicy Unit-of-Work (UOW) Message Handling Policy General Specifies whether the Unit-of-Work (UOW) feature is enabled for this destination. More info

 

UniformDistributedQueueMethodPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues -> browse
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues -> send
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues -> send
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues -> browse
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues -> receive
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues -> receive
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

UniformDistributedQueuePolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Queues
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

UniformDistributedQueueRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Queues -> Roles
  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Queues -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

UniformDistributedQueueRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Queues
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Queues
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

UniformDistributedTopic

References to this type:

  • Configuration -> Services -> JMS Modules -> Uniform Distributed Topics
Property Name Label Tab Name Description MBean Reference
AttachSender Attach Sender Credential General Specifies whether messages landing on this destination should attach the credential of the sending user. More info
BytesHigh Bytes Threshold High Thresholds The upper threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
BytesLow Bytes Threshold Low Thresholds The lower threshold (total number of bytes in this destination) that triggers logging or flow control events. More info
ConsumptionPausedAtStartup Pause Message Consumption at Startup General Specifies whether consumption is paused on a destination at startup. More info
DefaultTargetingEnabled Default Targeting Enabled General Specifies whether this JMS resource defaults to the parent module’s targeting or uses the subdeployment targeting mechanism. More info
DefaultUnitOfOrder Auto-generate Unit-of-Order Name General Specifies whether WebLogic Server creates a system-generated unit-of-order name based on the domain, JMS server, and destination name. More info
DeliveryMode Delivery Mode Override Overrides The delivery mode assigned to all messages that arrive at the destination regardless of the DeliveryMode specified by the message producer. More info
ErrorDestination Error Destination DeliveryFailure The name of the target error destination for messages that have expired or reached their redelivery limit. More info
ExpirationLoggingPolicy Expiration Logging Format DeliveryFailure The policy that defines what information about the message is logged when the Expiration Policy is set to Log. More info
ExpirationPolicy Expiration Policy DeliveryFailure The message Expiration Policy to use when an expired message is encountered on a destination. More info
ForwardingPolicy Forwarding Policy General The uniform distributed topic message Forwarding Policy specifies whether a sent message is forwarded to all members. More info
IncompleteWorkExpirationTime Expiration Time for Incomplete UOW Messages General Specifies the maximum length of time, in milliseconds, before undelivered messages in an incomplete UOW are expired. More info
InsertionPausedAtStartup Pause Message Insertion at Startup General Specifies whether new message insertion is paused on a destination at startup. More info
JMSCreateDestinationIdentifier Create Destination Identifier General A reference name for a destination or a member of a distributed destination that provides a way to lookup that destination without JNDI using javax.jms.Session createQueue or createTopic. More info
JNDIName JNDI Name General The JNDI name used to look up this topic within the JNDI namespace. More info
LoadBalancingPolicy Load Balancing Policy General Determines how messages are distributed to the members of this destination. More info
MaximumMessageSize Maximum Message Size Thresholds The maximum size of a message that is accepted from producers on this destination. More info
MessageLoggingEnabled Enable Message Logging Logging Specifies whether the module logs information about the message life cycle. More info
MessageLoggingFormat Logging Format Logging Includes all message header fields in the log messages. More info
MessagesHigh Messages Threshold High Thresholds The upper threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagesLimitOverride Topic Subscription Messages Limit Thresholds The maximum number of messages that can be stored in a topic subscription. More info
MessagesLow Messages Threshold Low Thresholds The lower threshold (total number of messages in this destination) that triggers logging or flow control events. More info
MessagingPerformancePreference Messaging Performance Preference General Controls how long destinations are willing to wait to create full batches of available messages (if at all) for delivery to consumers. More info
MulticastAddress Multicast Address Multicast The IP address that this topic uses to transmit messages to multicast consumers. More info
MulticastPort Multicast Port Multicast The IP port that this topic uses to transmit messages to multicast consumers. More info
MulticastTimeToLive Multicast TTL Multicast The number of routers that a message traverses en route to a consumer. More info
Name Name ReferencedBy The name of this distributed topic. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Priority Priority Override Overrides The priority assigned to all messages that arrive at this destination, regardless of the Priority specified by the message producer. More info
ProductionPausedAtStartup Pause Message Production at Startup General Specifies whether new message production is paused on a destination at startup. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Quota Quota Thresholds A Quota controls the allotment of system resources available to destinations. More info
RedeliveryDelay Redelivery Delay Override DeliveryFailure The delay, in milliseconds, before rolled back or recovered messages are redelivered, regardless of the RedeliveryDelay specified by the consumer and/or connection factory. More info
RedeliveryLimit Redelivery Limit DeliveryFailure The number of redelivery tries a message can have before it is moved to the error destination. More info
SAFExportPolicy SAF Export Policy General Specifies whether a user can send messages to a destination using Store-and-Forward. More info
SubDeploymentName Sub Deployment Name General Gets the name of the sub-deployment to use when targeting this entity More info
Template Template General The JMS template from which the destination is derived. More info
TimeToDeliver Time-to-Deliver Override Overrides The default delay, either in milliseconds or as a schedule, between when a message is produced and when it is made visible on its target destination, regardless of the delivery time specified by the producer and/or connection factory. More info
TimeToLive Time-to-Live Override Overrides The time-to-live assigned to all messages that arrive at this destination, regardless of the TimeToLive value specified by the message producer. More info
Type Type ReferencedBy The type of the referring object.
UnitOfOrderRouting Unit-of-Order Message Routing General Determines how a distributed destination member is selected as the destination for a message that is part of a unit-of-order. More info
UnitOfWorkHandlingPolicy Unit-of-Work (UOW) Message Handling Policy General Specifies whether the Unit-of-Work (UOW) feature is enabled for this destination. More info

 

UniformDistributedTopicPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Topics
  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> JMS Modules -> Uniform Distributed Topics
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
HasPolicy Has Policy Whether a policy has been defined for this resource.
Name Name The name of this configuration.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

UniformDistributedTopicRole

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Topics -> Roles
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Topics -> Roles
Property Name Label Tab Name Description MBean Reference
Name Name Advanced The name of this role.
Policy Policy Policy The conditions determining membership in this role.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions determining membership in this role.

 

UniformDistributedTopicRoles

References to this type:

  • Security Data -> Realms -> Role Mappers -> DefaultRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Topics
  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData -> JMS Modules -> Uniform Distributed Topics
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

UnixMachine

References to this type:

  • Configuration -> Environment -> Machines -> UnixMachine
Property Name Label Tab Name Description MBean Reference
DebugEnabled Debug Enabled NodeManager Specifies whether communication with this Node Manager needs to be debugged. More info
ListenAddress Listen Address NodeManager The host name or IP address of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance. More info
ListenPort Listen Port NodeManager The port number of the NodeManager for the server or clients on the server to use when connecting to the NodeManager instance. More info
NMType Type NodeManager Returns the node manager type for the server or clients on the server to use when connecting to the NodeManager instance. More info
Name Name ReferencedBy The name of referring object. More info
NodeManagerHome Node Manager Home NodeManager Returns the node manager home directory that will be used to substitute for the shell command template More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PostBindGID Post Bind GID General The UNIX group ID (GID) that a server running on this machine will run under after it has carried out all privileged startup actions. More info
PostBindGIDEnabled Post Bind GID Enabled General Specifies whether a server running on this machine binds to a UNIX Group ID (GID) after it has carried out all privileged startup actions. More info
PostBindUID Post Bind UID General The UNIX user ID (UID) that a server running on this machine will run under after it has carried out all privileged startup actions. More info
PostBindUIDEnabled Post Bind UID Enabled General Specifies whether a server running on this machine binds to a UNIX User ID (UID) after it has carried out all privileged startup actions. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ShellCommand Shell Command NodeManager Returns the local command line to use when invoking SSH or RSH node manager functions. More info
Type Type ReferencedBy The type of the referring object.

 

UnknownAdjudicator

References to this type:

  • Configuration -> Security -> Realms -> Adjudicator -> UnknownAdjudicator
Property Name Label Tab Name Description MBean Reference
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
Version Version Common Returns this security provider’s version. More info

 

UnknownAuditor

References to this type:

  • Configuration -> Security -> Realms -> Auditors -> UnknownAuditor
Property Name Label Tab Name Description MBean Reference
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
Version Version Common Returns this security provider’s version. More info

 

UnknownAuthenticationProvider

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> UnknownAuthenticationProvider
Property Name Label Tab Name Description MBean Reference
ActiveTypes Active Types Common Returns the token types that the Identity Assertion provider is currently configured to process. More info
Base64DecodingRequired Base64 Decoding Required Common Returns whether the tokens that are passed to the Identity Assertion provider will be base64 decoded first. More info
ControlFlag Control Flag Common Returns how the login sequence uses the Authentication provider. More info
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
SupportedTypes Supported Types Common Returns the list of token types supported by the Identity Assertion provider. More info
Version Version Common Returns this security provider’s version. More info

 

UnknownAuthorizer

References to this type:

  • Configuration -> Security -> Realms -> Authorizers -> UnknownAuthorizer
Property Name Label Tab Name Description MBean Reference
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
Version Version Common Returns this security provider’s version. More info

 

UnknownCertPathProvider

References to this type:

  • Configuration -> Security -> Realms -> Cert Path Providers -> UnknownCertPathProvider
Property Name Label Tab Name Description MBean Reference
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
Version Version Common Returns this security provider’s version. More info

 

UnknownCredentialMapper

References to this type:

  • Configuration -> Security -> Realms -> Credential Mappers -> UnknownCredentialMapper
Property Name Label Tab Name Description MBean Reference
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
Version Version Common Returns this security provider’s version. More info

 

UnknownPasswordValidator

References to this type:

  • Configuration -> Security -> Realms -> Password Validators -> UnknownPasswordValidator
Property Name Label Tab Name Description MBean Reference
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
Version Version Common Returns this security provider’s version. More info

 

UnknownRoleMapper

References to this type:

  • Configuration -> Security -> Realms -> Role Mappers -> UnknownRoleMapper
Property Name Label Tab Name Description MBean Reference
Description Description Common Returns a description of this security provider. More info
Name Name Common The name of this configuration. More info
Version Version Common Returns this security provider’s version. More info

 

UnreachableServerRuntime

References to this type:

  • Monitoring -> Environment -> Servers -> UnreachableServerRuntime
Property Name Label Tab Name Description MBean Reference
Exception Exception Troubleshoot The nested exception’s message (if an exception occurred). More info
Name Name Troubleshoot The name of this configuration. More info
ResponseBody Response Body Troubleshoot The response body (if a response was received). More info
ResponseHeaders Response Headers Troubleshoot The response headers (if a response was received). More info
ServerURL Server URL Troubleshoot The HTTP/S url that was used to send a REST request to this managed server. More info
StackTrace Stack Trace Troubleshoot The nested exception’s stack trace (if an exception occurred). More info
State Server Life Cycle State State The current state of the server. More info
Status Status Troubleshoot The response’s HTTP status code (if a response was received). More info
Type Type State Returns the type of the MBean. More info

 

UserGroupReader

References to this type:

  • Security Data -> Realms -> Authentication Providers -> UserGroupReader
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Status Status The runtime status of this authentication provider.
Version Version This security provider’s version.

 

UserLockoutPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> User Lockout
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> User Lockout
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

UserPasswordCredentialMapperAppDeployment

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.

 

UserPasswordCredentialMapperEJB

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> EJBs
Property Name Label Tab Name Description MBean Reference
EJB EJB The name of the EJB.
Module Module The name of the module that contains the EJB.
Name Name The name of the EJB and the module that contains it.
ResourceId Resource Id The security resource identifier corresponding to the EJB.

 

UserPasswordCredentialMapperJDBCApplication

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> JDBC Application
Property Name Label Tab Name Description MBean Reference
ResourceId Resource Id The security resource identifier corresponding to the JDBC application.

 

UserPasswordCredentialMapperJDBCModule

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> JDBC Modules
Property Name Label Tab Name Description MBean Reference
DataSource Data Source The name of the JDBC data source.
Module Module The name of the module that contains the JDBC data source.
Name Name The name of the JDBC data source and the module that contains it.
ResourceId Resource Id The security resource identifier corresponding to the JDBC module.

 

UserPasswordCredentialMapperJDBCSystemResource

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> Data Sources
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration.
ResourceId Resource Id The security resource identifier corresponding to the data source.

 

UserPasswordCredentialMapperRAConnectionPool

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> App Deployments -> Resource Adapters
Property Name Label Tab Name Description MBean Reference
ConnectionPool Connection Pool The name of the connection pool.
EISType EIS Type The EIS type of the resource adapter that contains the connection pool.
Module Module The name of the module that contains the connection pool.
Name Name A unique name that identifies the connection pool within the application.
ResourceId Resource Id The security resource identifier corresponding to the connection pool.

 

UserPasswordCredentialMapperRemoteResource

References to this type:

  • Security Data -> Realms -> Credential Mappers -> DefaultCredentialMapperSecurityData -> Remote Resources
Property Name Label Tab Name Description MBean Reference
Method Method The method on the remote resource the credentials are used with.
Name Name The remote resource’s name.
Path Path The path of the remote resource.
Protocol Protocol The protocol to use to reach the remote resource.
RemoteHost Remote Host The host name of the remote resource.
RemotePort Remote Port The port number of the remote resource.
ResourceId Resource Id The security resource identifier corresponding to the remote resource.

 

ViewLogPolicy

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData -> Domain -> View Log
  • Security Data -> Realms -> Authorizers -> DefaultAuthorizerSecurityData -> Domain -> View Log
Property Name Label Tab Name Description MBean Reference
DefaultPolicy Default Policy DefaultPolicy The default policy conditions that determine the access control of this resource.
DefaultPolicyResourceId Default Policy Resource Id Advanced The security resource id of the resource that defines the default policy conditions for this resource.
DefaultPolicyStringExpression Default Policy Advanced The default policy conditions that determine the access control of this resource.
Policy Policy Policy The conditions that determine the access control of this resource.
PolicyResourceId Resource Id Advanced The security resource id of this resource.
PolicyStringExpression Policy Advanced The conditions that determine the access control of this resource.

 

VirtualHost

References to this type:

  • Configuration -> Environment -> Virtual Hosts
Property Name Label Tab Name Description MBean Reference
AcceptContextPathInGetRealPath Accept Context Path In Get Real Path Http Indicates whether this server allows the inclusion of the context path in the virtual path to context.getRealPath(). More info
AuthCookieEnabled Auth Cookie Enabled Whether authcookie feature is enabled or not. More info
BufferSizeKB Log File Buffer Logging Gets the underlying log buffer size in kilobytes More info
ChunkedTransferDisabled Chunked Transfer Disabled Indicates whether the use of Chunk Transfer-Encoding in HTTP/1.1 is enabled. More info
DefaultWebAppContextRoot Default Web App Context Root Returns the original context-root for the default Web application for this Web server. More info
ELFFields Extended Logging Format Fields Logging Returns the list of fields specified for the extended logging format for access.log. More info
FileCount Files to retain Logging The maximum number of log files that the server creates when it rotates the log. More info
FileMinSize Rotation file size Logging The size (1 - 2097150 kilobytes) that triggers the server to move log messages to a separate file. More info
FileName Log file name Logging The name of the log file. More info
FileTimeSpan Rotation interval Logging The interval (in hours) at which the server saves old log messages to another file. More info
FrontendHTTPPort Frontend HTTP Port The name of the HTTP port to which all redirected URLs will be sent. More info
FrontendHTTPSPort Frontend HTTPS Port The name of the secure HTTP port to which all redirected URLs will be sent. More info
FrontendHost Frontend Host The name of the host to which all redirected URLs will be sent. More info
HttpsKeepAliveSecs HTTPS Duration Http The amount of time this server waits before closing an inactive HTTPS connection. More info
KeepAliveEnabled Enable Keepalives Http Indicates whether there should be a persistent connection to this server. More info
KeepAliveSecs Duration Http The amount of time this server waits before closing an inactive HTTP connection. More info
LogFileFormat Format Logging This specifies the format of the HTTP log file. Both formats are defined by the W3C. With the extended log format, you use server directives in the log file to customize the information that the server records. More info
LogFileRotationDir Log file rotation directory Logging The directory where the rotated log files will be stored. More info
LogTimeInGMT Log Time In GMT Logging Specifies whether the time stamps for HTTP log messages are in Greenwich Mean Time (GMT) regardless of the local time zone that the host computer specifies. More info
LoggingEnabled HTTP access log file enabled Logging Indicates whether this server logs HTTP requests. More info
MaxPostSize Max Post Size Http The maximum post size this server allows for reading HTTP POST and PUT data in a servlet request. More info
MaxPostTimeSecs Max Post Time Http Max Post Time (in seconds) for reading HTTP POST data in a servlet request. More info
MaxSingleHeaderSize Max Single Header Size Http The maximum size of a single header (name and value) that this server allows in a servlet request. More info
MaxTotalHeadersSize Max Total Headers Size Http The maximum total headers size this server allows for reading HTTP headers in a servlet request. More info
Name Name ReferencedBy The name of this virtual host. More info
NetworkAccessPoint Network Access Point Name General The dedicated server channel name (NetworkAccessPoint) for which this virtual host will serve http request. More info
NumberOfFilesLimited Limit number of retained files Logging Indicates whether to limit the number of log files that this server instance creates to store old messages. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PostTimeoutSecs Post Timeout Http Timeout (in seconds) for reading HTTP POST data in a servlet request. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RotateLogOnStartup Rotate log file on startup Logging Specifies whether a server rotates its log file during its startup cycle. More info
RotationTime Begin rotation time Logging Determines the start time (hour and minute) for a time-based rotation sequence. More info
RotationType Log Rotation Type Logging Criteria for moving old log messages to a separate file. More info
SendServerHeaderEnabled Send Server Header Indicates whether this server name is sent with the HTTP response. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info
Type Type ReferencedBy The type of the referring object.
UseHeaderEncoding Use Header Encoding More info
UseHighestCompatibleHTTPVersion Use Highest Compatible HTTP Version Enables use of the highest compatible HTTP protocol version-string in the response. More info
VirtualHostNames Virtual Host Names General The list of host names, separated by line breaks, for which this virtual host will serve requests. More info
WAPEnabled WAP Enabled Indicates whether the session ID should include JVM information. More info

 

VirtualUserAuthenticator

References to this type:

  • Configuration -> Security -> Realms -> Authentication Providers -> VirtualUserAuthenticator
Property Name Label Tab Name Description MBean Reference
ControlFlag Control Flag Common The control flag determining how the login sequence uses the Virtual User Authentication provider. More info
Description Description Common A short description of the Virtual User Authentication provider. More info
IdentityDomain Identity Domain VirtualUserAuthenticatorParameters The name of the identity domain. More info
IdentityDomains Identity Domains VirtualUserAuthenticatorParameters Names of the identity domains. More info
Name Name Common More info
Version Version Common The version number of the Virtual User Authentication provider. More info

 

WANReplicationRuntime

References to this type:

  • Monitoring -> Environment -> Clustering -> WAN Replication Runtime
Property Name Label Tab Name Description MBean Reference
DetailedSecondariesDistribution Detailed Secondaries Distribution Provides the names of the remote servers (such as myserver) for which the local server is hosting secondary objects. More info
Name Name The name of this configuration. More info
NumberOfSessionsFlushedToTheDatabase Number Of Sessions Flushed To The Database More info
NumberOfSessionsRetrievedFromTheDatabase Number Of Sessions Retrieved From The Database More info
PrimaryCount Primary Count Provides the number of object that the local server hosts as primaries. More info
RemoteClusterReachable Remote Cluster Reachable Answer if the remote cluster is reachable or not. More info
SecondaryCount Secondary Count Answer the number of object that the local server hosts as secondaries. More info
SecondaryServerDetails Secondary Server Details More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WLDFArchiveRuntime

References to this type:

  • Monitoring -> Diagnostics -> Archive Runtimes
  • Monitoring -> Diagnostics -> Archive Runtimes -> WLDFArchiveRuntime
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
RecordRetrievalTime Record Retrieval Time More info
RecordSeekCount Record Seek Count More info
RecordSeekTime Record Seek Time More info
RetrievedRecordCount Retrieved Record Count More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WLDFDataAccessRuntime

Actions: Download

References to this type:

  • Monitoring -> Diagnostics -> Logs and Archives
  • Monitoring -> Services -> Persistence -> Data Access Runtimes -> WLDFDataAccessRuntime
Property Name Label Tab Name Description MBean Reference
EarliestAvailableTimestamp Earliest Available Timestamp More info
LatestAvailableTimestamp Latest Available Timestamp More info
LatestRecordId Latest Record Id More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WLDFDbstoreArchiveRuntime

References to this type:

  • Monitoring -> Diagnostics -> Archive Runtimes -> WLDFDbstoreArchiveRuntime
Property Name Label Tab Name Description MBean Reference
DataRetirementCycles Data Retirement Cycles More info
DataRetirementTotalTime Data Retirement Total Time More info
DeletionCount Deletion Count More info
DeletionTime Deletion Time More info
InsertionCount Insertion Count More info
InsertionTime Insertion Time More info
LastDataRetirementStartTime Last Data Retirement Start Time More info
LastDataRetirementTime Last Data Retirement Time More info
Name Name The name of this configuration. More info
RetiredRecordCount Retired Record Count More info
Server Server More info

 

WLDFDebugPatchTaskRuntime

References to this type:

  • Monitoring -> Diagnostics -> Debug Patch Tasks
Property Name Label Tab Name Description MBean Reference
ActivationTask Activation Task More info
ApplicationName Application Name More info
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
ModuleName Module Name More info
Name Name The name of this configuration. More info
Patches Patches More info
Progress Progress How much progress this task has made. More info
Running Running Indicates whether the task is still running. More info
Server Server More info
StartTime Start Time The time this task began. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info

 

WLDFFileArchiveRuntime

References to this type:

  • Monitoring -> Diagnostics -> Archive Runtimes -> WLDFFileArchiveRuntime
Property Name Label Tab Name Description MBean Reference
IncrementalIndexCycleCount Incremental Index Cycle Count More info
IncrementalIndexTime Incremental Index Time More info
IndexCycleCount Index Cycle Count More info
IndexTime Index Time More info
Name Name The name of this configuration. More info
RecordRetrievalTime Record Retrieval Time More info
RecordSeekCount Record Seek Count More info
RecordSeekTime Record Seek Time More info
RetrievedRecordCount Retrieved Record Count More info
RotatedFilesCount Rotated Files Count More info
Server Server More info

 

WLDFHarvestedType

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Collected Metrics
Property Name Label Tab Name Description MBean Reference
Enabled Enabled General Specifies whether this type is enabled. More info
HarvestedAttributes Harvested Attributes General The harvested attributes for this type. More info
HarvestedInstances Harvested Instances General The harvested instances of this type. More info
KnownType Known Type General Specifies whether this type is known at startup. More info
Name Name General The type name. More info
Namespace Namespace General The namespace for the harvested type definition. More info

 

WLDFHeapDumpAction

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Heap Dump Actions
Property Name Label Tab Name Description MBean Reference
Enabled Enabled General Specifies whether this action is enabled. More info
LiveSetOnly Only Live Objects HeapDumpProperties Indicates whether or not to include the set of live objects in the heap dump capture. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFImageNotification

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Image Notifications
Property Name Label Tab Name Description MBean Reference
Enabled Enabled General Specifies whether this action is enabled. More info
ImageDirectory Image Directory Properties The directory where diagnostic images are stored. More info
ImageLockout Lockout Time (in minutes) Properties The length of time, in minutes, during which no diagnostic images requests will be accepted; that is, the minimum amount of time between image capture requests. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFInstrumentationRuntime

References to this type:

  • Monitoring -> Diagnostics -> Instrumentation Runtimes
Property Name Label Tab Name Description MBean Reference
CallJoinpointCount Call Join Point Count The number of affected CALL joinpoints for all classes that were inspected. More info
ClassweaveAbortCount Classweave Abort Count Number of classes for which the class weaving aborted with some exceptional situation. More info
ExecutionJoinpointCount Execution Join Point Count The number of affected EXECUTION joinpoints for all classes that were inspected. More info
InspectedClassesCount Inspected Classes Count The number of classes inspected for weaving (weaving is the insertion of diagnostic code). More info
MaxWeavingTime Max Weaving Time For all classes, the weaving time in nanoseconds for the class that required the most time to process (includes the time spent both for inspection and for modification). More info
MinWeavingTime Min Weaving Time For all classes, the weaving time in nanoseconds for the class that required the least time to process (includes the time spent both for inspection and for modification). More info
ModifiedClassesCount Modified Classes Count The number of modified classes (classes where diagnostic code has been inserted). More info
Name Name The name of this configuration. More info
Server Server More info
TotalWeavingTime Total Weaving Time For all classes, the total weaving time in nanoseconds for processing (includes the time spent both for inspection and for modification). More info

 

WLDFJMSNotification

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> JMS Notifications
Property Name Label Tab Name Description MBean Reference
ConnectionFactoryJNDIName Connection Factory JNDI Name Properties The JNDI name of the JMS connection factory. More info
DestinationJNDIName JMS Destination JNDI Name Properties The JNDI name of the JMS destination. More info
Enabled Enabled General Specifies whether this action is enabled. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFJMXNotification

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> JMX Notifications
Property Name Label Tab Name Description MBean Reference
Enabled Enabled General Specifies whether this action is enabled. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
NotificationType Notification Type Properties The JMX notification type assigned to the resulting JMX notification. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFLogAction

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Log Actions
Property Name Label Tab Name Description MBean Reference
Enabled Enabled Specifies whether this action is enabled. More info
Message Message General Returns the customized log message for this action. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Severity Severity General The severity of the log message recorded by this action. More info
SubsystemName Subsystem Name General Returns the customized log message for this action. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFRESTNotification

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> REST Notifications
Property Name Label Tab Name Description MBean Reference
AcceptedResponseType Accepted Response Type Properties Configures the Accept header of the HTTP request to the REST end point. More info
CustomNotificationProperties Custom Notification Properties CustomNotifications Allows customizing the JSON object delivered to the REST end point. More info
Enabled Enabled General Specifies whether this action is enabled. More info
EndpointURL Endpoint URL Properties The REST end point URL which will be invoked with the action payload. More info
HttpAuthenticationMode Http Authentication Mode Properties The HTTP authentication mode when invoking the REST end point URL. More info
HttpAuthenticationUserName Http Authentication User Name Properties The HTTP authentication user name when the REST end point is secured. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
RestInvocationMethodType Rest Invocation Method Type Properties The REST method for invoking the end point. More info
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFSMTPNotification

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> SMTP(e-mail) Notifications
Property Name Label Tab Name Description MBean Reference
Body E-Mail Body Properties The body for the mail message. More info
Enabled Enabled General Specifies whether this action is enabled. More info
MailSessionJNDIName Mail Session JNDI Name Properties The JNDI name of the mail session. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Recipients E-Mail Recipients Properties The address of the recipient or recipients of the SMTP action mail. More info
Subject E-Mail Subject Properties The subject for the mail message. More info
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFSNMPNotification

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> SNMP Notifications
Property Name Label Tab Name Description MBean Reference
Enabled Enabled General Specifies whether this action is enabled. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFScaleDownAction

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Scale Down Actions
Property Name Label Tab Name Description MBean Reference
ClusterName Cluster Name Properties Indicates the name of the cluster to perform the scaling action on. More info
Enabled Enabled General Specifies whether this action is enabled. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ScalingSize Scaling Size Properties Indicates the number of instances to scale by when the action is invoked. More info
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFScaleUpAction

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Scale Up Actions
Property Name Label Tab Name Description MBean Reference
ClusterName Cluster Name Properties Indicates the name of the cluster to perform the scaling action on. More info
Enabled Enabled General Specifies whether this action is enabled. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ScalingSize Scaling Size Properties Indicates the number of instances to scale by when the action is invoked. More info
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFScriptAction

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Script Actions
Property Name Label Tab Name Description MBean Reference
Enabled Enabled General Specifies whether this action is enabled. More info
Environment Environment Environment A map of environment variables to set for the child process. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Parameters Parameters Properties An array of ordered command-line arguments to the target script. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
PathToScript Path To Script Properties The full path to the script to execute. More info
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Timeout Timeout (in seconds) General The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.
WorkingDirectory Working Directory Properties The working directory for the child process. More info

 

WLDFSystemResource

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources
Property Name Label Tab Name Description MBean Reference
Description Description ModuleGeneral Optional description for this module. This description is displayed in the Administration Console. More info
Enabled Harvester Enabled CollectedMetrics Specifies whether the Harvester component is enabled. More info
LogWatchSeverity Log Watch Severity PolicyConfiguration The threshold severity level of log messages evaluated by log policies. More info
Name Name CollectedMetrics A unique name for this diagnostic module. More info
SamplePeriod Sample Period CollectedMetrics The interval, in milliseconds, between samples. More info
Severity Severity PolicyConfiguration The default action severity level for all policies. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

WLDFSystemResourceControlRuntime

References to this type:

  • Monitoring -> Diagnostics -> System Resource Controls
Property Name Label Tab Name Description MBean Reference
ActiveAlarmWatches Active Alarm Watches The names of active alarm policies. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WLDFThreadDumpAction

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Thread Dump Actions
Property Name Label Tab Name Description MBean Reference
Enabled Enabled General Specifies whether this action is enabled. More info
Name Name ReferencedBy The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
ThreadDumpCount Number of thread dumps Properties The number of thread dumps to capture. More info
ThreadDumpDelaySeconds Delays (in seconds) Properties The delay, in seconds, to pause betweeen thread dump captures. More info
Timeout Timeout (in seconds) Properties The length of time, in seconds, that an action has to complete execution. More info
Type Type ReferencedBy The type of the referring object.

 

WLDFWatch

References to this type:

  • Configuration -> Diagnostics -> WLDF System Resources -> Policies
Property Name Label Tab Name Description MBean Reference
AlarmResetPeriod Alarm Reset Period Alarm For automatic alarms, the time period, in milliseconds, to wait after the policy evaluates to true before the alarm is automatically reset. More info
AlarmType Alarm Type Alarm The alarm type for the policy: manual or automatic. More info
DayOfMonth Day Of Month Schedule Indicates the day of the month for the schedule. More info
DayOfWeek Day Of Week Schedule Indicates the day of the week for the schedule. More info
Enabled Enabled General Specifies whether this policy is enabled. More info
ExpressionLanguage Expression Language RuleExpressions Returns the expression language type used by the policy, either “EL” or “WLDF” (deprecated). More info
Hour Hour Schedule Indicates the hour(s) of the day for the schedule. More info
Minute Minute Schedule Indicates the minutes of the hour for the schedule. More info
Month Month Schedule Indicates the month for the schedule. More info
Name Name Alarm The name of the WebLogic Diagnostic Framework (WLDF) bean. More info
Notifications Notifications Notifications The actions enabled for this policy. More info
RuleExpression Rule Expression RuleExpressions The expression used to evaluate the policy. More info
RuleType Rule Type General The expression type for the policy: HARVESTER_RULE_TYPE refers to harvested data, LOG_RULE_TYPE refers to server log entry data, DOMAIN_LOG_RULE_TYPE refers to domain log entry data, and EVENT_DATA_RULE_TYPE refers to instrumentation event data. More info
Second Second Schedule Indicates the second(s) of the minute for the schedule. More info
Timezone Timezone Schedule Indicates the time zone for the schedule. More info
Year Year Schedule Indicates the year for the schedule. More info

 

WLDFWlstoreArchiveRuntime

References to this type:

  • Monitoring -> Diagnostics -> Archive Runtimes -> WLDFWlstoreArchiveRuntime
Property Name Label Tab Name Description MBean Reference
DataRetirementCycles Data Retirement Cycles More info
DataRetirementTotalTime Data Retirement Total Time More info
DeletionCount Deletion Count More info
DeletionTime Deletion Time More info
IndexPageCount Index Page Count More info
InsertionCount Insertion Count More info
InsertionTime Insertion Time More info
LastDataRetirementStartTime Last Data Retirement Start Time More info
LastDataRetirementTime Last Data Retirement Time More info
Name Name The name of this configuration. More info
RecordCount Record Count More info
RetiredRecordCount Retired Record Count More info
Server Server More info

 

WTCExport

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Exported
Property Name Label Tab Name Description MBean Reference
EJBName EJB Name General The complete name of the EJB home interface to use when invoking a service. More info
LocalAccessPoint Local Access Point General The name of the local access point that exports this service. More info
Name Name The user-specified name of this MBean instance. More info
RemoteName Remote Name General The remote name of this service. More info
ResourceName Resource Name General The name used to identify an exported service. More info

 

WTCImport

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Imported
Property Name Label Tab Name Description MBean Reference
LocalAccessPoint Local Access Point General The name of the local access point that offers this service. More info
Name Name The user-specified name of this MBean instance. More info
RemoteAccessPointList Remote Access Point List General The comma-separated failover list that identifies the remote domain access points through which resources are imported. More info
RemoteName Remote Name General The remote name of this service. More info
ResourceName Resource Name General The name used to identify this imported service. More info

 

WTCLocalTuxDom

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Local APs
Property Name Label Tab Name Description MBean Reference
AccessPoint Access Point Name General The unique name used to identify this local Tuxedo access point. More info
AccessPointId Access Point ID General The connection principal name used to identify this local Tuxedo access point when attempting to establish a session connection with remote Tuxedo access points. More info
BlockTime Blocking Time Out Connections The maximum number of seconds this local Tuxedo access point allows for a blocking call. More info
CmpLimit Compression Limit Connections The compression threshold this local Tuxedo access point uses when sending data to a remote Tuxedo access point. More info
ConnPrincipalName Connection Principal Name Connections The principal name used to verify the identity of this domain when establishing a connection to another domain. More info
ConnectionPolicy Connection Policy Connections The conditions under which this local Tuxedo access point establishes a session connection with a remote Tuxedo access point. More info
IdentityKeyStoreFileName Identity Key Store File Name Security The path and file name of the identity keystore. More info
IdentityKeyStorePassPhrase Identity Key Store Pass Phrase Security The custom identity keystore’s passphrase. More info
Interoperate Interoperate Connections Specifies whether this local Tuxedo access point interoperates with remote Tuxedo access points that are based upon Tuxedo release 6.5. More info
KeepAlive Keep Alive Connections Return value tells whether this local Tuxedo access point is configured with Application Level Keep Alive, and it maximum idle time value before wait timer start ticking. More info
KeepAliveWait Keep Alive Wait Connections Return value that tells whether this local Tuxedo access point requires the acknowledgement of Application Level Keep Alive, and how long it will wait without receiving acknowledgement before declare the connection is inaccessible. More info
KeyStoresLocation Key Stores Location Security Provides the configuration rule to be used for finding Local Access Point’s identity key store and trust key store. More info
MaxEncryptBits Max Encryption Level Security The maximum encryption key length (in bits) this local Tuxedo access point uses when establishing a session connection. More info
MaxRetries Max Retries Connections The maximum number of times that this local Tuxedo access point tries to establish a session connection to remote Tuxedo access points. More info
MinEncryptBits Min Encryption Level Security The minimum encryption key length (in bits) this local Tuxedo access point uses when establishing a session connection. More info
NWAddr Network Address General The network address and port number of this local Tuxedo access point. More info
Name Name The user-specified name of this MBean instance. More info
PrivateKeyAlias Private Key Alias Security The string alias used to store and retrieve the Local Tuxedo access point’s private key in the keystore. More info
PrivateKeyPassPhrase Private Key Pass Phrase Security The passphrase used to retrieve the server’s private key from the keystore. More info
RetryInterval Retry Interval Connections The number of seconds that this local Tuxedo access point waits between automatic connection attempts to remote Tuxedo access points. More info
Security Security Security The type of application security enforced. More info
TrustKeyStoreFileName Trust Key Store File Name Security The path and file name of the trust keystore. More info
TrustKeyStorePassPhrase Trust Key Store Pass Phrase Security The trust keystore’s passphrase. More info
UseSSL Use SSL Security Specifies if the connection initiated or accepted by this Local Tuxedo access point uses SSL on top of its transport layer. More info

 

WTCPassword

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Passwords
Property Name Label Tab Name Description MBean Reference
LocalAccessPoint Local Access Point General The name of the local access point to which this password applies. More info
LocalPassword Local Password General The local password used to authenticate connections between the local access point and the remote access point. More info
LocalPasswordIV Local Password IV General The initialization vector used to encrypt the local password. More info
Name Name The user-specified name of this MBean instance. More info
RemoteAccessPoint Remote Access Point General The name of the remote access point to which this password applies. More info
RemotePassword Remote Password General The remote password used to authenticate connections between the local access point and remote access point. More info
RemotePasswordIV Remote Password IV General The initialization vector used to encrypt the remote password. More info

 

WTCRemoteTuxDom

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Remote APs
Property Name Label Tab Name Description MBean Reference
AccessPoint Access Point Name General The unique name used to identify this remote Tuxedo access point. More info
AccessPointId Access Point ID General The connection principal name used to identify this remote domain access point when attempting to establish a session connection to local Tuxedo access points. More info
AclPolicy ACL Policy Security The inbound access control list (ACL) policy toward requests from a remote Tuxedo access point. More info
AllowAnonymous Allow Anonymous Security Specifies whether the anonymous user is allowed to access remote Tuxedo services. More info
AppKey AppKey Generator Security Specifies the type of AppKey plug-in used. More info
CmpLimit Compression Limit Connections The compression threshold this remote Tuxedo access point uses when sending data to a local Tuxedo access point. More info
ConnPrincipalName Connection Principal Name Connections The principal name used to verify the identity of this remote Tuxedo access point when it establishes a session connection with a local Tuxedo access point. More info
ConnectionPolicy Connection Policy Connections The conditions under which this remote Tuxedo access point establishes a session connection with a local Tuxedo access point. More info
CredentialPolicy Credential Policy Security The outbound access control list (ACL) policy toward requests to a remote Tuxedo access point. More info
CustomAppKeyClass Custom AppKey Class Security The full pathname to the custom AppKey generator class. More info
CustomAppKeyClassParam Custom AppKey Param Security The optional parameters to be used by the custom AppKey class at the class initialization time. More info
DefaultAppKey Default AppKey Security The default AppKey value to be used by the anonymous user and other users who are not defined in the user database if the plug-in allows them to access Tuxedo. More info
FederationName Federation Name General The context at which this remote Tuxedo access point federates to a foreign name service. More info
FederationURL Federation URL General The URL for a foreign name service that is federated into JNDI. More info
KeepAlive Keep Alive Connections Indicates whether this remote Tuxedo access point is configured with Application Level Keep Alive. More info
KeepAliveWait Keep Alive Wait Connections Indicates whether this remote Tuxedo access point requires the acknowledgement of Application Level Keep Alive. More info
LocalAccessPoint Local Access Point General The local domain name from which this remote Tuxedo domain is reached. More info
MaxEncryptBits Max Encryption Level Security The maximum encryption key length (in bits) this remote Tuxedo access point uses when establishing a session connection. More info
MaxRetries Max Retries Connections The maximum number of times that this remote Tuxedo access point tries to establish a session connections to local Tuxedo access points. More info
MinEncryptBits Min Encryption Level Security The minimum encryption key length (in bits) this remote Tuxedo access point uses when establishing a session connection. More info
NWAddr Network Address General The network address and port number of this remote Tuxedo access point. More info
Name Name The user-specified name of this MBean instance. More info
RetryInterval Retry Interval Connections The number of seconds that this remote Tuxedo access point waits between automatic connection attempts to local Tuxedo access points. More info
TpUsrFile Tp User File Security The full path to the user password file containing UID/GID information. More info
TuxedoGidKw Tuxedo GID Keyword Security The keyword for Tuxedo GID (Group ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. More info
TuxedoUidKw Tuxedo UID Keyword Security The keyword for Tuxedo UID (User ID) used in the WlsUser when using the Tuxedo migration utility tpmigldap. More info

 

WTCResources

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Resources
Property Name Label Tab Name Description MBean Reference
AppPassword App Password Resources The application password as returned from the genpasswd utility. More info
AppPasswordIV App Password IV Resources The initialization vector used to encrypt the AppPassword. More info
FldTbl16Classes Fld Tbl16 Classes Resources The names of FldTbl16Classes that are loaded via a class loader and added to a FldTbl array. More info
FldTbl32Classes Fld Tbl32 Classes Resources The names of FldTbl32Classes that are loaded via a class loader and added to a FldTbl array. More info
MBEncodingMapFile MBSTRING Encoding Name Map File Resources The encoding name map file between Java and Tuxedo MBSTRING. More info
RemoteMBEncoding MBSTRING Encoding Name Resources The default encoding name of sending MBSTRING data. More info
TpUsrFile TpUsr File Path Resources The full path to the TPUSR file, which contains Tuxedo UID/GID information. More info
ViewTbl16Classes View Tbl16 Classes Resources The names of ViewTbl16Classes that are loaded via a class loader and added to a ViewTbl array. More info
ViewTbl32Classes View Tbl32 Classes Resources The names of ViewTbl32Classes that are loaded via a class loader and added to a ViewTbl array. More info

 

WTCRuntime

References to this type:

  • Monitoring -> Interoperability -> WTC Runtime
Property Name Label Tab Name Description MBean Reference
Server Server More info
WTCServerStartTime WTC Server Start Time Returns the timestamp when WTC server starts. More info
WTCServerStatus WTC Server Status Returns the status of WTC server itself. More info

 

WTCServer

References to this type:

  • Configuration -> Interoperability -> WTC Servers
Property Name Label Tab Name Description MBean Reference
DeploymentOrder Deployment Order General A priority that the server uses to determine when it deploys an item. More info
Name Name General The name of this WTC server. More info
Targets Targets Targets The list of all WebLogic Server instances in the current domain that are candidates for hosting this WTC server. More info

 

WTCtBridgeGlobal

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Queuing Bridge
Property Name Label Tab Name Description MBean Reference
AllowNonStandardTypes Allow Non Standard Types General Specifies whether non-standard data types are allowed to pass through this Tuxedo queuing bridge. More info
DefaultReplyDeliveryMode Default Reply Delivery Mode General The reply delivery mode to associate with a message when placing messages onto the target location. More info
DeliveryModeOverride Delivery Mode Override General The delivery mode to use when placing messages onto the target location. More info
JmsFactory JMS Factory Factories The name of the JMS connection factory. More info
JmsToTuxPriorityMap JMS To Tux Priority Map PriorityMapping The mapping of priorities from JMS to Tuxedo. More info
JndiFactory JNDI Factory Factories The name of the JNDI lookup factory. More info
Retries Retries Connections The number of attempts to redirect a message before this Tuxedo queuing bridge places the message in the specified error location and logs an error. More info
RetryDelay Retry Delay Connections The minimum number of milliseconds this Tuxedo queuing bridge waits before redirecting a message after a failure. More info
Timeout Timeout Connections The number of timeout seconds for an entire redirection when this Tuxedo queuing bridge places a message on the target location. More info
Transactional Transactional General Specifies whether this Tuxedo queuing bridge should use transactions when retrieving messages from a source location and when placing messages on a target location. More info
TuxErrorQueue Tuxedo Error Queue General The name of the Tuxedo queue used to store a message that cannot be redirected to a Tuxedo/Q source queue. More info
TuxFactory Tuxedo Factory Factories The name of the Tuxedo connection factory. More info
TuxToJmsPriorityMap Tux to JMS Priority Map PriorityMapping The mapping of priorities to map from Tuxedo to JMS. More info
UserId User ID General The user identity for all messages handled by this Tuxedo queuing bridge for ACL checks when security is configured. More info
WlsErrorDestination WLS Error Destination General The name of the location used to store WebLogic Server JMS messages when a message cannot be redirected. More info

 

WTCtBridgeRedirect

References to this type:

  • Configuration -> Interoperability -> WTC Servers -> Redirections
Property Name Label Tab Name Description MBean Reference
Direction Direction General The direction of data flow. More info
MetaDataFile Meta Data File The name of the metadata file URL used to pass the call to the XML-to-non-XML WebLogic XML Translator (WLXT). More info
Name Name General The user-specified name of this MBean instance. More info
ReplyQ Reply Q General The name of the JMS queue used specifically for synchronous calls to a Tuxedo service. More info
SourceAccessPoint Source Access Point General The name of the local or remote access point where the source is located. More info
SourceName Source Name General The name of a source queue or service. More info
SourceQspace Source Qspace General The name of the Qspace for a source location. More info
TargetAccessPoint Target Access Point General The name of the local or remote access point where the target is located. More info
TargetName Target Name General The name of the target queue or service. More info
TargetQspace Target Qspace General The name of the Qspace for a target location. More info
TranslateFML Translation Type General The type of XML/FML translation. More info

 

Web Service Identity Provider Partner

Actions: Import Certificate from File

References to this type:

  • Security Data -> Realms -> Authentication Providers -> SAML2IdentityAsserterSecurityData -> Partners -> Web Service Identity Provider Partner
Property Name Label Tab Name Description MBean Reference
AssertionSigningCertBasicConstraints Basic Constraints AssertionSigningCert
AssertionSigningCertExtendedKeyUsage Extended Key Usage AssertionSigningCert
AssertionSigningCertIssuedBy Issued By AssertionSigningCert
AssertionSigningCertIssuedTo Issued To AssertionSigningCert
AssertionSigningCertPublicKey Public Key AssertionSigningCert
AssertionSigningCertSerialNumber Serial Number AssertionSigningCert
AssertionSigningCertSignatureAlgorithm Signature Algorithm AssertionSigningCert
AssertionSigningCertSubjectAlternativeNames Subject Alternative Names AssertionSigningCert
AssertionSigningCertThumbprint Thumbprint AssertionSigningCert
AssertionSigningCertThumbprintAlgorithm Thumbprint Algorithm AssertionSigningCert
AssertionSigningCertValidFrom Valid From AssertionSigningCert
AssertionSigningCertValidUntil Valid Until AssertionSigningCert
AssertionSigningCertVersion Version AssertionSigningCert
AudienceURIs Audience URIs General One or more partner lookup strings, and optionally one or more SAML Audience URIs that must be included in assertions generated by this Identity Provider partner.
ConfirmationMethod Confirmation Method General Specifies the type of confirmation method that is used when using SAML 2.0 assertions for identity.
Description Description General A short description of this partner.
Enabled Enabled General Specifies whether interactions with this partner are enabled.
IdentityProviderNameMapperClassname Identity Provider Name Mapper Class Name General The Java class that overrides the default username mapper class with which the SAML 2.0 Identity Asserter provider is configured.
IssuerURI Issuer URI General The Issuer URI of this Identity Provider partner.
Name Name General Name of this partner.
ProcessAttributes Process Attributes General Specifies whether the SAML 2.0 Identity Assertion provider shall consume the attribute statements contained in assertions received from this Identity Provider partner.
VirtualUserEnabled Virtual User General Specifies whether the user information contained in assertions received from this Identity Provider partner are mapped to virtual users.

 

Web Service Service Provider Partner

References to this type:

  • Security Data -> Realms -> Credential Mappers -> SAML2CredentialMapperSecurityData -> Partners -> Web Service Service Provider Partner
Property Name Label Tab Name Description MBean Reference
AudienceURIs Audience URIs General One or more partner lookup strings, and optionally one or more SAML Audience URIs.
ConfirmationMethod Confirmation Method General Specifies the type of confirmation method that is used when using SAML 2.0 assertions for identity.
Description Description General A short description of this partner.
Enabled Enabled General Specifies whether interactions with this partner are enabled.
GenerateAttributes Generate Attributes General Specifies whether the SAML 2.0 Credential Mapping provider includes group information in the assertions generated for this Service Provider partner.
IncludeOneTimeUseCondition Include One Time Use Condition General Specifies whether assertions generated for this Service Provider partner may be used only once.
KeyinfoIncluded Key Info Included General Specifies whether this server’s signing certificate is included in assertions generated for this Service Provider partner.
Name Name General Name of this partner.
ServiceProviderNameMapperClassname Service Provider Name Mapper Class Name General The name of the Java class that overrides the default SAML 2.0 credential mapper name mapper class with which this server is configured.
TimeToLive Time To Live General The time to live value, in seconds, for the SAML 2.0 assertions generated for this Service Provider partner.
TimeToLiveOffset Time To Live Offset General The time to live offset value, in seconds, for the SAML 2.0 assertions generated for this Service Provider partner.
WantAssertionsSigned Only Accept Signed Assertions General Specifies whether the Service Provider partner is configured to receive only assertions that have been signed.

 

Web Single Sign-On Service Provider Partner

Actions: Import Certificate from File

References to this type:

  • Security Data -> Realms -> Credential Mappers -> SAML2CredentialMapperSecurityData -> Partners -> Web Single Sign-On Service Provider Partner
Property Name Label Tab Name Description MBean Reference
ArtifactBindingPostForm Artifact Binding POST Form General The URI of the custom web application that generates the HTTP POST form for sending the SAML artifact.
ArtifactBindingUsePOSTMethod Send Artifact via POST General Specifies whether SAML artifacts are delivered to this Service Provider partner via the HTTP POST binding.
Binding Binding ArtifactResolutionServiceEndpoints
ClientPassword Client Password General The password for the client username.
ClientUsername Client User Name General The username that is expected from this Service Provider partner when connecting to the partner site’s SOAP/HTTPS binding using Basic authentication.
ContactPersonCompany Contact Person Company SiteInfo The company name of the contact person.
ContactPersonEmailAddress Contact Person Email Address SiteInfo The email address of the contact person.
ContactPersonGivenName Contact Person Given Name SiteInfo The given name (first name) of the contact person for this partner.
ContactPersonSurName Contact Person Surname SiteInfo The surname (last name) of the contact person for this partner.
ContactPersonTelephoneNumber Contact Person Telephone Number SiteInfo The telephone number of the contact person.
ContactPersonType Contact Person Type SiteInfo The contact person type.
Default Default ArtifactResolutionServiceEndpoints
Description Description General A short description of this partner.
Enabled Enabled General Specifies whether interactions with this partner are enabled.
EntityID Entity ID SiteInfo The Entity ID of this partner.
ErrorURL Error URL SiteInfo The URL to which the user’s browser may be redirected in the event of a failure caused by this partner’s profile.
GenerateAttributes Generate Attributes General Specifies whether the SAML 2.0 Credential Mapping provider includes group information in the assertions generated for this Service Provider partner.
IncludeOneTimeUseCondition Include One Time Use Condition General Specifies whether assertions generated for this Service Provider partner may be used only once.
Index Order ArtifactResolutionServiceEndpoints
KeyinfoIncluded Key Info Included General Specifies whether this server’s signing certificate is included in assertions generated for this Service Provider partner.
Location Location ArtifactResolutionServiceEndpoints
Name Name General Name of this partner.
OrganizationName Organization Name SiteInfo The organization name of the partner.
OrganizationURL Organization URL SiteInfo TBD organization URL.
PostBindingPostForm POST Binding POST Form General The URI of the custom web application that generates the HTTP POST form for sending the message via the POST binding.
SSOSigningCertBasicConstraints Basic Constraints SSOSigningCert
SSOSigningCertExtendedKeyUsage Extended Key Usage SSOSigningCert
SSOSigningCertIssuedBy Issued By SSOSigningCert
SSOSigningCertIssuedTo Issued To SSOSigningCert
SSOSigningCertPublicKey Public Key SSOSigningCert
SSOSigningCertSerialNumber Serial Number SSOSigningCert
SSOSigningCertSignatureAlgorithm Signature Algorithm SSOSigningCert
SSOSigningCertSubjectAlternativeNames Subject Alternative Names SSOSigningCert
SSOSigningCertThumbprint Thumbprint SSOSigningCert
SSOSigningCertThumbprintAlgorithm Thumbprint Algorithm SSOSigningCert
SSOSigningCertValidFrom Valid From SSOSigningCert
SSOSigningCertValidUntil Valid Until SSOSigningCert
SSOSigningCertVersion Version SSOSigningCert
ServiceProviderNameMapperClassname Service Provider Name Mapper Class Name General The name of the Java class that overrides the default SAML 2.0 credential mapper name mapper class with which this server is configured.
TimeToLive Time To Live General The time to live value, in seconds, for the SAML 2.0 assertions generated for this Service Provider partner.
TimeToLiveOffset Time To Live Offset General The time to live offset value, in seconds, for the SAML 2.0 assertions generated for this Service Provider partner.
TransportLayerClientCertBasicConstraints Basic Constraints TransportLayerClientCert
TransportLayerClientCertExtendedKeyUsage Extended Key Usage TransportLayerClientCert
TransportLayerClientCertIssuedBy Issued By TransportLayerClientCert
TransportLayerClientCertIssuedTo Issued To TransportLayerClientCert
TransportLayerClientCertPublicKey Public Key TransportLayerClientCert
TransportLayerClientCertSerialNumber Serial Number TransportLayerClientCert
TransportLayerClientCertSignatureAlgorithm Signature Algorithm TransportLayerClientCert
TransportLayerClientCertSubjectAlternativeNames Subject Alternative Names TransportLayerClientCert
TransportLayerClientCertThumbprint Thumbprint TransportLayerClientCert
TransportLayerClientCertThumbprintAlgorithm Thumbprint Algorithm TransportLayerClientCert
TransportLayerClientCertValidFrom Valid From TransportLayerClientCert
TransportLayerClientCertValidUntil Valid Until TransportLayerClientCert
TransportLayerClientCertVersion Version TransportLayerClientCert
WantArtifactRequestSigned Only Accept Signed Artifact Requests General Specifies whether inbound SAML artifact requests from this Service Provider partner must be signed.
WantAssertionsSigned Only Accept Signed Assertions General Specifies whether the Service Provider partner is configured to receive only assertions that have been signed.
WantAuthnRequestsSigned Only Accept Signed Authentication Requests General Specifies whether the local Identity Provider services are configured to accept only signed authentication requests.

 

Web Single Sign-on Identity Provider Partner

Actions: Import Certificate from File

References to this type:

  • Security Data -> Realms -> Authentication Providers -> SAML2IdentityAsserterSecurityData -> Partners -> Web Single Sign-on Identity Provider Partner
Property Name Label Tab Name Description MBean Reference
ArtifactBindingPostForm Artifact Binding POST Form General The URI of the custom web application that generates the HTTP POST form for sending the SAML artifact.
ArtifactBindingUsePOSTMethod Send Artifact via POST General Specifies whether SAML artifacts are delivered to this Service Provider partner via the HTTP POST binding.
Binding Binding ArtifactResolutionServiceEndpoints
ClientPassword Client Password General The password for the client username.
ClientUsername Client User Name General The username that is expected from this Service Provider partner when connecting to the partner site’s SOAP/HTTPS binding using Basic authentication.
ContactPersonCompany Contact Person Company SiteInfo The company name of the contact person.
ContactPersonEmailAddress Contact Person Email Address SiteInfo The email address of the contact person.
ContactPersonGivenName Contact Person Given Name SiteInfo The given name (first name) of the contact person for this partner.
ContactPersonSurName Contact Person Surname SiteInfo The surname (last name) of the contact person for this partner.
ContactPersonTelephoneNumber Contact Person Telephone Number SiteInfo The telephone number of the contact person.
ContactPersonType Contact Person Type SiteInfo The contact person type.
Default Default ArtifactResolutionServiceEndpoints
Description Description General A short description of this partner.
Enabled Enabled General Specifies whether interactions with this partner are enabled.
EntityID Entity ID SiteInfo The Entity ID of this partner.
ErrorURL Error URL SiteInfo The URL to which the user’s browser may be redirected in the event of a failure caused by this partner’s profile.
IdentityProviderNameMapperClassname Identity Provider Name Mapper Class Name General The Java class that overrides the default username mapper class with which the SAML 2.0 Identity Asserter provider is configured.
Index Order ArtifactResolutionServiceEndpoints
IssuerURI Issuer URI General The Issuer URI of this Identity Provider partner.
Location Location ArtifactResolutionServiceEndpoints
Name Name General Name of this partner.
OrganizationName Organization Name SiteInfo The organization name of the partner.
OrganizationURL Organization URL SiteInfo TBD organization URL.
PostBindingPostForm POST Binding POST Form General The URI of the custom web application that generates the HTTP POST form for sending the message via the POST binding.
ProcessAttributes Process Attributes General Specifies whether the SAML 2.0 Identity Assertion provider shall consume the attribute statements contained in assertions received from this Identity Provider partner.
RedirectURIs Redirect URIs General An optional set of URIs from which unauthenticated users will be redirected to the Identity Provider partner.
SSOSigningCertBasicConstraints Basic Constraints SSOSigningCert
SSOSigningCertExtendedKeyUsage Extended Key Usage SSOSigningCert
SSOSigningCertIssuedBy Issued By SSOSigningCert
SSOSigningCertIssuedTo Issued To SSOSigningCert
SSOSigningCertPublicKey Public Key SSOSigningCert
SSOSigningCertSerialNumber Serial Number SSOSigningCert
SSOSigningCertSignatureAlgorithm Signature Algorithm SSOSigningCert
SSOSigningCertSubjectAlternativeNames Subject Alternative Names SSOSigningCert
SSOSigningCertThumbprint Thumbprint SSOSigningCert
SSOSigningCertThumbprintAlgorithm Thumbprint Algorithm SSOSigningCert
SSOSigningCertValidFrom Valid From SSOSigningCert
SSOSigningCertValidUntil Valid Until SSOSigningCert
SSOSigningCertVersion Version SSOSigningCert
TransportLayerClientCertBasicConstraints Basic Constraints TransportLayerClientCert
TransportLayerClientCertExtendedKeyUsage Extended Key Usage TransportLayerClientCert
TransportLayerClientCertIssuedBy Issued By TransportLayerClientCert
TransportLayerClientCertIssuedTo Issued To TransportLayerClientCert
TransportLayerClientCertPublicKey Public Key TransportLayerClientCert
TransportLayerClientCertSerialNumber Serial Number TransportLayerClientCert
TransportLayerClientCertSignatureAlgorithm Signature Algorithm TransportLayerClientCert
TransportLayerClientCertSubjectAlternativeNames Subject Alternative Names TransportLayerClientCert
TransportLayerClientCertThumbprint Thumbprint TransportLayerClientCert
TransportLayerClientCertThumbprintAlgorithm Thumbprint Algorithm TransportLayerClientCert
TransportLayerClientCertValidFrom Valid From TransportLayerClientCert
TransportLayerClientCertValidUntil Valid Until TransportLayerClientCert
TransportLayerClientCertVersion Version TransportLayerClientCert
VirtualUserEnabled Virtual User General Specifies whether the user information contained in assertions received from this Identity Provider partner are mapped to virtual users.
WantArtifactRequestSigned Only Accept Signed Artifact Requests General Specifies whether inbound SAML artifact requests from this Service Provider partner must be signed.
WantAuthnRequestsSigned Only Accept Signed Authentication Requests General Specifies whether authentication requests sent to this Identity Provider partner must be signed.

 

WebAppComponentRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime
Property Name Label Tab Name Description MBean Reference
ApplicationIdentifier Application Identifier Provides the identifier of the application that contains the web module. More info
ComponentName Component Name Provides the name of this component. More info
ContextRoot Context Root Returns the context root (context path) for the web application. More info
ContextRootURL Context Root URL The URL of the context root of the web application on this server.
DeploymentState Deployment State The current deployment state of the module. More info
ModuleId Module Id Returns the identifier for this Component. More info
ModuleURI Module URI Returns the web URI as configured in application.xml for the web application. More info
Name Name Provides the name of this MBean. More info
OpenSessionsCurrentCount Open Sessions Current Count Provides a count of the current total number of open sessions in this module. More info
OpenSessionsHighCount Open Sessions High Count Provides the high water mark of the total number of open sessions in this server. More info
Server Server More info
SessionsOpenedTotalCount Sessions Opened Total Count Provides a count of the total number of sessions opened. More info
SourceInfo Source Info Provides an informative string about the module’s source. More info
Status Status Provides the status of the component. More info
Type Type Returns the type of the MBean. More info

 

WebAppDeployment

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment
Property Name Label Tab Name Description MBean Reference
ContextRoot Context Root Overview Specifies context root to override the default value (name of exploded directory or name of the WAR file minus the “.war” extension).
ModuleType Module Type Overview The type of deployment: Enterprise Application, EJB Jar, Resource Adapter, Web Application, and so on.
Name Name Overview The deployment’s name.

 

WebLogicCertPathProvider

References to this type:

  • Configuration -> Security -> Realms -> Cert Path Providers -> WebLogicCertPathProvider
Property Name Label Tab Name Description MBean Reference
Description Description Common The WebLogic CertPath provider’s description. More info
Name Name ReferencedBy The name of referring object. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
Type Type ReferencedBy The type of the referring object.
Version Version Common The WebLogic CertPath provider’s version. More info

 

WebServerRuntime

References to this type:

  • Monitoring -> Deployments -> Web Server Runtimes
Property Name Label Tab Name Description MBean Reference
DefaultWebServer Default Web Server Indicates whether it is the default WebServer or a VirtualHost More info
LogFileStreamOpened Log File Stream Opened Gets the opened state of the log file stream represented by this instance. More info
Name Name The name of this configuration. More info
Server Server More info
WebServerName Web Server Name Provides the name of the WebServer. More info

 

WebServiceLogicalStore

References to this type:

  • Configuration -> Environment -> Server Templates -> Web Services Logical Stores
  • Configuration -> Environment -> Servers -> Web Services Logical Stores
Property Name Label Tab Name Description MBean Reference
CleanerInterval Cleaner Interval General Get the interval at which the persistent store will be cleaned More info
DefaultMaximumObjectLifetime Default Maximum Object Lifetime General Get the default max time an object can remain in the store. More info
Name Logical Store Name General Get the name of this logical store. More info
PersistenceStrategy Persistence Strategy General Get the persistence strategy in use by this logical store. More info
RequestBufferingQueueJndiName Request Buffering Queue Jndi Name General Get the JNDI name of the buffering queue that web services should use. More info
ResponseBufferingQueueJndiName Response Buffering Queue Jndi Name General Get the JNDI name of the response buffering queue that web services should use. More info

 

WeblogicEnterpriseBean

References to this type:

  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> MessageDrivenEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> WebAppDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> EntityEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Configuration -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> EjbJarDeployment -> EJBs -> StatelessSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> ApplicationDeployment -> Subdeployments -> WebAppDeployment -> EJBs -> StatefulSessionEjb -> WebLogic Enterprise Bean
  • Monitoring -> Deployments -> Application Management -> Deployment Plan (Advanced) -> Deployment -> EjbJarDeployment -> EJBs -> SingletonSessionEjb -> WebLogic Enterprise Bean
Property Name Label Tab Name Description MBean Reference
CreateAsPrincipalName Create As Principal Name General The principal to be used when ejbCreate would otherwise run with an anonymous principal.
DispatchPolicy Dispatch Policy General Designates which server execute thread pool the EJB should run in.
JNDIName JNDI Name General The JNDI name of an EJB, resource, or reference in WebLogic Server.
LocalJNDIName Local JNDI Name General The JNDI name for a bean’s local Home.
NetworkAccessPoint Network Access Point General Custom network channel that the EJB uses for network communications.
PassivateAsPrincipalName Passivate As Principal Name General The principal to be used when ejbPassivate would otherwise run with an anonymous principal.
RemoveAsPrincipalName Remove As Principal Name General The principal to be used when ejbRemove would otherwise run with an anonymous principal.
RunAsPrincipalName Run As Principal Name General The security principal to be used as the run-as principal for a bean that has security-identity specified in its ejb-jar.xml file.

 

WebserviceCredentialProvider

References to this type:

  • Configuration -> Security -> Webservice Securities -> Webservice Credential Providers
Property Name Label Tab Name Description MBean Reference
ClassName Class Name General The fully qualified name of the class that implements a particular credential provider or token handler. More info
Name Name General The user-specified name of this MBean instance. More info
TokenType Token Type General Specifies the type of token used for the particular credential provider or token handler. More info

 

WebserviceSecurity

References to this type:

  • Configuration -> Security -> Webservice Securities
Property Name Label Tab Name Description MBean Reference
ClockSkew Clock Skew Timestamp If clocks are synchronized, this attribute describes the accuracy of the synchronization between two clocks: the client and the server. More info
ClockSynchronized Clock Synchronized Timestamp Specifies whether the Web Service assumes synchronized clocks. More info
DefaultCredentialProviderSTSURI Default Credential Provider STSURI General Gets the default STS endpoint URL for all WS-Trust enabled credential providers of this Web Service security configuration. More info
MaxProcessingDelay Max Processing Delay Timestamp Specifies the freshness policy for received messages: the Web Service observes the processing delay by subtracting the Created time in the Timestamp from the current time. More info
Name Name The user-specified name of this MBean instance. More info
PolicySelectionPreference PolicySelectionPreference General Gets the value of the PolicySelectionPreference attribute. More info
ValidityPeriod Validity Period Timestamp Represents the length of time the sender wants the outbound message to be valid. More info

 

WebserviceTokenHandler

References to this type:

  • Configuration -> Security -> Webservice Securities -> Webservice Token Handlers
Property Name Label Tab Name Description MBean Reference
ClassName Class Name General The fully qualified name of the class that implements a particular credential provider or token handler. More info
HandlingOrder Handling Order General Specifies the order in which the token handlers execute on a given token. More info
Name Name General The name of this token handler. More info
TokenType Token Type General Specifies the type of token used for the particular credential provider or token handler. More info

 

WebsocketApplicationRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> WebSocket Application Runtime
Property Name Label Tab Name Description MBean Reference
AverageReceivedMessageSize Average Received Message Size Get the average size of all of the messages received since the start of monitoring. More info
AverageSentMessageSize Average Sent Message Size Get the average size of all of the messages sent since the start of monitoring. More info
MaximalOpenSessionsCount Maximal Open Sessions Count Get the maximal number of open sessions since the start of monitoring. More info
MaximalReceivedMessageSize Maximal Received Message Size Get the size of the largest message received since the start of monitoring. More info
MaximalSentMessageSize Maximal Sent Message Size Get the size of the largest message sent since the start of monitoring. More info
MinimalReceivedMessageSize Minimal Received Message Size Get the size of the smallest message received since the start of monitoring. More info
MinimalSentMessageSize Minimal Sent Message Size Get the size of the smallest message sent since the start of monitoring. More info
Name Name The name of this configuration. More info
OpenSessionsCount Open Sessions Count Get the number of currently open sessions. More info
ReceivedMessagesCount Received Messages Count Get the total number of messages received since the start of monitoring. More info
ReceivedMessagesCountPerSecond Received Messages Count Per Second Get the average number of received messages per second. More info
SentMessagesCount Sent Messages Count Get the total number of messages sent since the start of monitoring. More info
SentMessagesCountPerSecond Sent Messages Count Per Second Get the average number of sent messages per second. More info
Server Server More info

 

WebsocketMessageStatisticsRuntime

Property Name Label Tab Name Description MBean Reference
AverageReceivedMessageSize Average Received Message Size Get the average size of all of the messages received since the start of monitoring. More info
AverageSentMessageSize Average Sent Message Size Get the average size of all of the messages sent since the start of monitoring. More info
MaximalReceivedMessageSize Maximal Received Message Size Get the size of the largest message received since the start of monitoring. More info
MaximalSentMessageSize Maximal Sent Message Size Get the size of the largest message sent since the start of monitoring. More info
MinimalReceivedMessageSize Minimal Received Message Size Get the size of the smallest message received since the start of monitoring. More info
MinimalSentMessageSize Minimal Sent Message Size Get the size of the smallest message sent since the start of monitoring. More info
Name Name The name of this configuration. More info
ReceivedMessagesCount Received Messages Count Get the total number of messages received since the start of monitoring. More info
ReceivedMessagesCountPerSecond Received Messages Count Per Second Get the average number of received messages per second. More info
SentMessagesCount Sent Messages Count Get the total number of messages sent since the start of monitoring. More info
SentMessagesCountPerSecond Sent Messages Count Per Second Get the average number of sent messages per second. More info

 

WorkManager

References to this type:

  • Configuration -> Scheduling -> Work Managers
Property Name Label Tab Name Description MBean Reference
Capacity Capacity Constraint General The total number of requests that can be queued or executing before WebLogic Server begins rejecting requests. More info
FairShareRequestClass Request Class General Get the FairShareRequestClass for this WorkManager More info
IgnoreStuckThreads Ignore Stuck Threads General Specifies whether this Work Manager ignores “stuck” threads. More info
MaxThreadsConstraint Maximum Threads Constraint General The maximum number of concurrent threads that can be allocated to execute requests. More info
MinThreadsConstraint Minimum Threads Constraint General The minimum number of threads allocated to resolve deadlocks. More info
Name Name General The user-specified name of this MBean instance. More info
Targets Targets Targets You must select a target on which an MBean will be deployed from this list of the targets in the current domain on which this item can be deployed. More info

 

WorkManagerRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> AppClientComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ConnectorComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Services -> Data Sources -> JDBC Multi Data Source Runtime MBeans -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> SCAPojoComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCOracleDataSourceRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> InterceptionComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> EJBComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JMSComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Scheduling -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCReplayStatisticsRuntime -> Work Manager Runtimes
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> JDBCDataSourceRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCMultiDataSourceRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> ComponentConcurrentRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> JDBCDataSourceRuntime -> Work Manager Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> SCASpringComponentRuntime -> Work Manager Runtimes
  • Monitoring -> Services -> Data Sources -> JDBC Data Source Runtime MBeans -> Work Manager Runtimes
Property Name Label Tab Name Description MBean Reference
ApplicationName Application Name Get the name of the application this WorkManager is associated with More info
CompletedRequests Completed Requests The number of requests that have been processed, including daemon requests. More info
Name Name The name of this configuration. More info
PendingRequests Pending Requests The number of waiting requests in the queue, including daemon requests. More info
Server Server More info
StuckThreadCount Stuck Thread Count The number of threads that are considered to be stuck on the basis of any stuck thread constraints. More info
Type Type Returns the type of the MBean. More info

 

WorkManagerShutdownTrigger

References to this type:

  • Configuration -> Scheduling -> Work Managers -> Work Manager Shutdown Trigger
Property Name Label Tab Name Description MBean Reference
MaxStuckThreadTime Max Stuck Thread Time General Time after which a executing thread is declared as stuck. More info
ResumeWhenUnstuck Resume When Unstuck General Whether to resume work manager once the stuck threads were cleared More info
StuckThreadCount Stuck Thread Count General Number of stuck threads after which the WorkManager is shutdown More info

 

WorkflowTaskRuntime

References to this type:

  • Monitoring -> Environment -> ZDT -> Inactive Workflows
  • Monitoring -> Environment -> ZDT -> All Workflows
  • Monitoring -> Environment -> ZDT -> Stopped Workflows
Property Name Label Tab Name Description MBean Reference
Completed Completed Whether this task has completed. More info
Description Description A description of this task. More info
EndTime End Time The time this task ended. More info
Name Name The name of this configuration. More info
NumCompletedCommands Num Completed Commands Number of completed commands in the workflow. More info
NumTotalCommands Num Total Commands Number of all commands in the workflow. More info
Progress Progress How much progress this task has made. More info
ProgressString Progress String Human-readable message containing information about the current workflow progress. More info
Running Running Indicates whether the task is still running. More info
StartTime Start Time The time this task began. More info
StatusHistory Status History Provides step by step information (log) about the progress of the workflow. More info
SystemTask System Task Indicates whether this task was initiated by the server versus a user. More info
TaskError Error Returns an exception describing the error, if any, that occurred while performing this task. More info
TaskStatus Status The status of this task. More info
Type Type Returns the type of the MBean. More info
WorkflowId Workflow Id Each workflow has a unique id. More info
WorkflowName Workflow Name User defined name of this workflow. More info
WorkflowTarget Workflow Target Returns the target that was specified when the workflow was created. More info
WorkflowType Workflow Type Returns a string that can be used to identify the different types of workflows. More info

 

WseeAggregatableBaseOperationRuntime

Property Name Label Tab Name Description MBean Reference
DispatchTimeAverage Dispatch Time Average Average operation dispatch time for the current measurement period. More info
DispatchTimeHigh Dispatch Time High Longest operation dispatch time for the current measurement period. More info
DispatchTimeLow Dispatch Time Low Shortest operation dispatch time for the current measurement period. More info
DispatchTimeTotal Dispatch Time Total Total time for all operation dispatches in the current measurement period. More info
ErrorCount Error Count Number of errors sending or receiving a request. More info
ExecutionTimeAverage Execution Time Average Average operation execution time. More info
ExecutionTimeHigh Execution Time High Longest operation execution time. More info
ExecutionTimeLow Execution Time Low Shortest operation execution time. More info
ExecutionTimeTotal Execution Time Total Total time for all operation executions. More info
InvocationCount Invocation Count Total number of operation invocations in the current measurement period. More info
LastError Last Error Last error that occurred processing a request. More info
LastErrorTime Last Error Time Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastInvocationTime Last Invocation Time Time of the last operation request to be sent or received (or 0 if no requests have been sent or received). More info
LastResponseError Last Response Error Last response error to arrive for this client/service (or null if no errors have occurred). More info
LastResponseErrorTime Last Response Error Time Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastResponseTime Last Response Time Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
Name Name The name of this configuration. More info
ResponseCount Response Count Total number of oresponses generated from operation invocations. More info
ResponseErrorCount Response Error Count Total number of errors from responses generated from operation invocations. More info
ResponseTimeAverage Response Time Average Average response time from the responses generated from operation invocations. More info
ResponseTimeHigh Response Time High Longest response time from the responses generated from operation invocations. More info
ResponseTimeLow Response Time Low Lowest response time from the responses generated from operation invocations. More info
ResponseTimeTotal Response Time Total Total time for all responses generated from operation invocations. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WseeBaseOperationRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Wsee V2 Runtimes -> Ports -> Base Operations -> WseeBaseOperationRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee V2 Runtimes -> Ports -> Base Operations
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee V2 Runtimes -> Ports -> Base Operations -> WseeBaseOperationRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Wsee V2 Runtimes -> Ports -> Base Operations
Property Name Label Tab Name Description MBean Reference
DispatchTimeAverage Dispatch Time Average NotUsed Average operation dispatch time for the current measurement period. More info
DispatchTimeHigh Dispatch Time High NotUsed Longest operation dispatch time for the current measurement period. More info
DispatchTimeLow Dispatch Time Low NotUsed Shortest operation dispatch time for the current measurement period. More info
DispatchTimeTotal Dispatch Time Total NotUsed Total time for all operation dispatches in the current measurement period. More info
ErrorCount Error Count NotUsed Number of errors sending or receiving a request. More info
ExecutionTimeAverage Execution Time Average NotUsed Average operation execution time. More info
ExecutionTimeHigh Execution Time High NotUsed Longest operation execution time. More info
ExecutionTimeLow Execution Time Low NotUsed Shortest operation execution time. More info
ExecutionTimeTotal Execution Time Total NotUsed Total time for all operation executions. More info
InvocationCount Invocation Count NotUsed Total number of operation invocations in the current measurement period. More info
LastError Last Error NotUsed Last error that occurred processing a request. More info
LastErrorTime Last Error Time NotUsed Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastInvocationTime Last Invocation Time NotUsed Time of the last operation request to be sent or received (or 0 if no requests have been sent or received). More info
LastResponseError Last Response Error NotUsed Last response error to arrive for this client/service (or null if no errors have occurred). More info
LastResponseErrorTime Time Since Last Error Response NotUsed Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastResponseTime Last Response Time NotUsed Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
Name Name NotUsed The name of this configuration. More info
OperationName Operation Name NotUsed Name of the operation for which runtime information is being provided. More info
ResponseCount Response Count NotUsed Total number of oresponses generated from operation invocations. More info
ResponseErrorCount Response Error Count NotUsed Total number of errors from responses generated from operation invocations. More info
ResponseTimeAverage Response Time Average NotUsed Average response time from the responses generated from operation invocations. More info
ResponseTimeHigh Response Time High NotUsed Longest response time from the responses generated from operation invocations. More info
ResponseTimeLow Response Time Low NotUsed Lowest response time from the responses generated from operation invocations. More info
ResponseTimeTotal Response Time Total NotUsed Total time for all responses generated from operation invocations. More info
Server Server NotUsed More info
Type Type Returns the type of the MBean. More info

 

WseeClientOperationRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Wsee V2 Runtimes -> Ports -> Base Operations -> WseeClientOperationRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee V2 Runtimes -> Ports -> Base Operations -> WseeClientOperationRuntime
Property Name Label Tab Name Description MBean Reference
DispatchTimeAverage Dispatch Time Average Average operation dispatch time for the current measurement period. More info
DispatchTimeHigh Dispatch Time High Longest operation dispatch time for the current measurement period. More info
DispatchTimeLow Dispatch Time Low Shortest operation dispatch time for the current measurement period. More info
DispatchTimeTotal Dispatch Time Total Total time for all operation dispatches in the current measurement period. More info
ErrorCount Error Count Number of errors sending or receiving a request. More info
ExecutionTimeAverage Execution Time Average Average operation execution time. More info
ExecutionTimeHigh Execution Time High Longest operation execution time. More info
ExecutionTimeLow Execution Time Low Shortest operation execution time. More info
ExecutionTimeTotal Execution Time Total Total time for all operation executions. More info
InvocationCount Invocation Count Total number of operation invocations in the current measurement period. More info
LastError Last Error Last error that occurred processing a request. More info
LastErrorTime Last Error Time Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastInvocationTime Last Invocation Time Time of the last operation request to be sent or received (or 0 if no requests have been sent or received). More info
LastResponseError Last Response Error Last response error to arrive for this client/service (or null if no errors have occurred). More info
LastResponseErrorTime Time Since Last Error Response Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastResponseTime Last Response Time Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
Name Name The name of this configuration. More info
OperationName Operation Name Name of the operation for which runtime information is being provided. More info
ResponseCount Response Count Total number of oresponses generated from operation invocations. More info
ResponseErrorCount Response Error Count Total number of errors from responses generated from operation invocations. More info
ResponseTimeAverage Response Time Average Average response time from the responses generated from operation invocations. More info
ResponseTimeHigh Response Time High Longest response time from the responses generated from operation invocations. More info
ResponseTimeLow Response Time Low Lowest response time from the responses generated from operation invocations. More info
ResponseTimeTotal Response Time Total Total time for all responses generated from operation invocations. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WseeClientPortRuntime

Property Name Label Tab Name Description MBean Reference
AuthenticationSuccesses Authentication Successes Total number of authentication successes detected for this port. More info
AuthenticationViolations Authentication Violations Total number of authentication violations generated for this port. More info
AuthorizationSuccesses Authorization Successes Total number of authorization successes detected for this port. More info
AuthorizationViolations Authorization Violations Total number of authorization violations generated for this port. More info
ConfidentialitySuccesses Confidentiality Successes Total number of confidentiality successes generated for this port. More info
ConfidentialityViolations Confidentiality Violations Total number of confidentiality violations generated for this port. More info
IntegritySuccesses Integrity Successes Total number of integrity successes generated for this port. More info
IntegrityViolations Integrity Violations Total number of integrity violations generated for this port. More info
LastRoutingFailure Last Routing Failure The exception that caused the last routing failure, or null if no failures have occurred. More info
LastRoutingFailureTime Last Routing Failure Time The time (in milliseconds since epoch) of the last routing failure (or 0 if no failures have occurred). More info
Name Name The name of this configuration. More info
PortName Port Name Name of this port. More info
RequestCount Request Count The number of requests (messages with no RelatesTo header) that have come through this front-end since the server started. More info
RoutedRequestCount Routed Request Count The number of requests that were routed to a specific server instance via routing information in the request (not just load balanced) since the server started. More info
RoutedResponseCount Routed Response Count The number of responses that were routed to a specific server instance via routing information in the response (not just load balanced) since the server started. More info
RoutingFailureCount Routing Failure Count The number of times a message failed to be routed, since the server started. More info
Server Server More info
StartTime Start Time Date and time that the Web service endpoint started. More info
TotalViolations Total Violations Total number of authentication, integrity, and confidentialy violations. More info
TransportProtocolType Transport Protocol Type Transport protocol used to invoke this Web service, such as HTTP, HTTPS, or JMS. More info
Type Type Returns the type of the MBean. More info

 

WseeClientRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee Client Runtimes
Property Name Label Tab Name Description MBean Reference
ClientID Client ID Gets the client ID for this client. More info
Name Name The name of this configuration. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WseeClusterFrontEndRuntime

References to this type:

  • Monitoring -> Deployments -> Web Services -> Wsee Cluster Front End Runtime
Property Name Label Tab Name Description MBean Reference
LastRoutingFailure Last Routing Failure The exception that caused the last routing failure, or null if no failures have occurred. More info
LastRoutingFailureTime Last Routing Failure Time The time (in milliseconds since epoch) of the last routing failure (or 0 if no failures have occurred). More info
Name Name The name of this configuration. More info
RequestCount Request Count The number of requests (messages with no RelatesTo header) that have come through this front-end since the server started. More info
ResponseCount Response Count The number of responses (messages with a RelatesTo header) that have come through this front-end since the server started. More info
RoutedRequestCount Routed Request Count The number of requests that were routed to a specific server instance via routing information in the request (not just load balanced) since the server started. More info
RoutedResponseCount Routed Response Count The number of responses that were routed to a specific server instance via routing information in the response (not just load balanced) since the server started. More info
RoutingFailureCount Routing Failure Count The number of times a message failed to be routed, since the server started. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WseeHandlerRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Wsee V2 Runtimes -> Ports -> Handlers
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee V2 Runtimes -> Ports -> Handlers
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
Server Server More info

 

WseeOperationRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Wsee V2 Runtimes -> Ports -> Base Operations -> WseeOperationRuntime
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee V2 Runtimes -> Ports -> Base Operations -> WseeOperationRuntime
Property Name Label Tab Name Description MBean Reference
DispatchTimeAverage Dispatch Time Average Average operation dispatch time for the current measurement period. More info
DispatchTimeHigh Dispatch Time High Longest operation dispatch time for the current measurement period. More info
DispatchTimeLow Dispatch Time Low Shortest operation dispatch time for the current measurement period. More info
DispatchTimeTotal Dispatch Time Total Total time for all operation dispatches in the current measurement period. More info
ErrorCount Error Count Number of errors sending or receiving a request. More info
ExecutionTimeAverage Execution Time Average Average operation execution time. More info
ExecutionTimeHigh Execution Time High Longest operation execution time. More info
ExecutionTimeLow Execution Time Low Shortest operation execution time. More info
ExecutionTimeTotal Execution Time Total Total time for all operation executions. More info
InvocationCount Invocation Count Total number of operation invocations in the current measurement period. More info
LastError Last Error Last error that occurred processing a request. More info
LastErrorTime Last Error Time Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastInvocationTime Last Invocation Time Time of the last operation request to be sent or received (or 0 if no requests have been sent or received). More info
LastResponseError Last Response Error Last response error to arrive for this client/service (or null if no errors have occurred). More info
LastResponseErrorTime Time Since Last Error Response Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastResponseTime Last Response Time Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
Name Name The name of this configuration. More info
OperationName Operation Name Name of the operation for which runtime information is being provided. More info
ResponseCount Response Count Total number of oresponses generated from operation invocations. More info
ResponseErrorCount Response Error Count Total number of errors from responses generated from operation invocations. More info
ResponseTimeAverage Response Time Average Average response time from the responses generated from operation invocations. More info
ResponseTimeHigh Response Time High Longest response time from the responses generated from operation invocations. More info
ResponseTimeLow Response Time Low Lowest response time from the responses generated from operation invocations. More info
ResponseTimeTotal Response Time Total Total time for all responses generated from operation invocations. More info
Server Server More info
Type Type Returns the type of the MBean. More info

 

WseePortRuntime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Wsee V2 Runtimes -> Ports
  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee V2 Runtimes -> Ports
Property Name Label Tab Name Description MBean Reference
AuthenticationSuccesses Authentication Successes Total number of authentication successes detected for this port. More info
AuthenticationViolations Authentication Violations Total number of authentication violations generated for this port. More info
AuthorizationSuccesses Authorization Successes Total number of authorization successes detected for this port. More info
AuthorizationViolations Authorization Violations Total number of authorization violations generated for this port. More info
ConfidentialitySuccesses Confidentiality Successes Total number of confidentiality successes generated for this port. More info
ConfidentialityViolations Confidentiality Violations Total number of confidentiality violations generated for this port. More info
DispatchTimeAverage Dispatch Time Average Average operation dispatch time for the current measurement period. More info
DispatchTimeHigh Dispatch Time High Longest operation dispatch time for the current measurement period. More info
DispatchTimeLow Dispatch Time Low Shortest operation dispatch time for the current measurement period. More info
DispatchTimeTotal Dispatch Time Total Total time for all operation dispatches in the current measurement period. More info
ErrorCount Error Count Number of errors sending or receiving a request. More info
ExecutionTimeAverage Execution Time Average Average operation execution time. More info
ExecutionTimeHigh Execution Time High Longest operation execution time. More info
ExecutionTimeLow Execution Time Low Shortest operation execution time. More info
ExecutionTimeTotal Execution Time Total Total time for all operation executions. More info
IntegritySuccesses Integrity Successes Total number of integrity successes generated for this port. More info
IntegrityViolations Integrity Violations Total number of integrity violations generated for this port. More info
InvocationCount Invocation Count Total number of operation invocations in the current measurement period. More info
LastError Last Error Last error that occurred processing a request. More info
LastErrorTime Last Error Time Time on WebLogic Server of the last error for a request (sending or receiving) was detected expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastInvocationTime Last Invocation Time Time of the last operation request to be sent or received (or 0 if no requests have been sent or received). More info
LastResponseError Last Response Error Last response error to arrive for this client/service (or null if no errors have occurred). More info
LastResponseErrorTime Last Response Error Time Time on WebLogic Server of the last error sending or receiving a response (or 0 if no failures have occurred) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastResponseTime Last Response Time Time on WebLogic Server of the last response to arrive for this client/service (or 0 if no responses have been received) expressed as the number of milliseconds since midnight, January 1, 1970 UTC. More info
LastRoutingFailure Last Routing Failure The exception that caused the last routing failure, or null if no failures have occurred. More info
LastRoutingFailureTime Last Routing Failure Time The time (in milliseconds since epoch) of the last routing failure (or 0 if no failures have occurred). More info
Name Name The name of this configuration. More info
PolicyFaults Policy Faults Total number of policy faults. More info
PortName Port Name Name of this port. More info
RequestCount Request Count The number of requests (messages with no RelatesTo header) that have come through this front-end since the server started. More info
ResponseCount Response Count Total number of oresponses generated from operation invocations. More info
ResponseErrorCount Response Error Count Total number of errors from responses generated from operation invocations. More info
ResponseTimeAverage Response Time Average Average response time from the responses generated from operation invocations. More info
ResponseTimeHigh Response Time High Longest response time from the responses generated from operation invocations. More info
ResponseTimeLow Response Time Low Lowest response time from the responses generated from operation invocations. More info
ResponseTimeTotal Response Time Total Total time for all responses generated from operation invocations. More info
RoutedRequestCount Routed Request Count The number of requests that were routed to a specific server instance via routing information in the request (not just load balanced) since the server started. More info
RoutedResponseCount Routed Response Count The number of responses that were routed to a specific server instance via routing information in the response (not just load balanced) since the server started. More info
RoutingFailureCount Routing Failure Count The number of times a message failed to be routed, since the server started. More info
Server Server More info
StartTime Start Time Date and time that the Web service endpoint started. More info
TotalSecurityFaults Total Security Faults Total number of security faults and violations. More info
TotalViolations Total Violations Total number of authentication, integrity, and confidentialy violations. More info
TransportProtocolType Transport Protocol Type Transport protocol used to invoke this Web service, such as HTTP, HTTPS, or JMS. More info
Type Type Returns the type of the MBean. More info

 

WseeV2Runtime

References to this type:

  • Monitoring -> Deployments -> Application Runtime Data -> Component Runtimes -> WebAppComponentRuntime -> Wsee V2 Runtimes
  • Monitoring -> Deployments -> Application Runtime Data -> Wsee V2 Runtimes
Property Name Label Tab Name Description MBean Reference
ContextPath Context Path Specifies the context path of this web service. More info
ImplementationType Implementation Type Specifies the implementation type of this service. More info
Name Name The name of this configuration. More info
PolicyFaults Policy Faults Total number of faults generated by security policy handler. More info
Server Server More info
ServiceName Service Name Specifies the qualified name of this Web service. More info
StartTime Start Time Date and time that the Web service starts. More info
TotalSecurityFaults Total Security Faults Total number of faults generated by this endpoint. More info
Type Type Returns the type of the MBean. More info
URI URI Specifies the URI of this Web service. More info
WebserviceDescriptionName Webservice Description Name webservice description name for this webservice More info

 

WseeWsrmRuntime

References to this type:

  • Monitoring -> Deployments -> Web Services -> Wsee Wsrm Runtime
Property Name Label Tab Name Description MBean Reference
Name Name The name of this configuration. More info
SequenceIds Sequence Ids A list of sequence IDs representing active sequences being managed on the WS-RM destination (receiving side). More info
Server Server More info

 

XACMLAuthorizer

References to this type:

  • Configuration -> Security -> Realms -> Authorizers -> XACMLAuthorizer
Property Name Label Tab Name Description MBean Reference
Description Description Common The description of your Weblogic XACML Authorization Provider. More info
Name Name Common More info
PolicyDeploymentEnabled Policy Deployment Enabled Common Returns whether this Authorization provider stores policies that are created while deploying a Web application or EJB. More info
Version Version Common The version of your Weblogic XACML Authorization Provider. More info

 

XACMLAuthorizerSecurityData

References to this type:

  • Security Data -> Realms -> Authorizers -> XACMLAuthorizerSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

XACMLRoleMapper

References to this type:

  • Configuration -> Security -> Realms -> Role Mappers -> XACMLRoleMapper
Property Name Label Tab Name Description MBean Reference
DeployBasePredicatesEnabled Deploy Base Predicates Enabled Common No description provided. More info
Description Description Common The description of your Weblogic XACML Role Mapping Provider. More info
Name Name Common More info
RoleDeploymentEnabled Role Deployment Enabled Common Returns whether this Role Mapping provider stores roles that are created while deploying a Web application or EJB. More info
Version Version Common The version of your Weblogic XACML Role Mapping Provider. More info

 

XACMLRoleMapperSecurityData

References to this type:

  • Security Data -> Realms -> Role Mappers -> XACMLRoleMapperSecurityData
Property Name Label Tab Name Description MBean Reference
Description Description This security provider’s description.
Name Name The name of this security provider.
Version Version This security provider’s version.

 

XMLEntityCache

References to this type:

  • Configuration -> Services -> XML Entity Caches
Property Name Label Tab Name Description MBean Reference
CacheDiskSize Cache Disk Size General The disk size, in MB, of the persistent disk cache. More info
CacheLocation Cache Location General Provides the path name for the persistent cache files. More info
CacheMemorySize Cache Memory Size General The memory size, in KB, of the cache. More info
CacheTimeoutInterval Cache Timeout Interval General The default timeout interval, in seconds, for the cache. More info
MaxSize Maximum Size General Provides the maximum number of entries that can be stored in the cache at any given time. More info
Name Name General The name of this XML Entity Cache. More info

 

XMLEntitySpecRegistryEntry

References to this type:

  • Configuration -> Services -> XML Registries -> XML Entity Spec Registry Entries
Property Name Label Tab Name Description MBean Reference
CacheTimeoutInterval Cache Timeout Interval General Specifies the default timeout interval (in seconds) of the external entity cache. More info
EntityURI Entity URI General The location of the external entity, either a pathname or URI. More info
PublicId Public Id General The public ID of the external entity. More info
SystemId System Id General The system ID of the external entity. More info
WhenToCache When To Cache General Specifies when WebLogic Server should cache the external entities it retrieves from the Web. More info

 

XMLParserSelectRegistryEntry

References to this type:

  • Configuration -> Services -> XML Registries -> XML Parser Select Registry Entries
Property Name Label Tab Name Description MBean Reference
DocumentBuilderFactory Document Builder Factory General Specifies the fully qualified name of the class that implements the DocumentBuilderFactory API More info
PublicId Public Id General Specifies the public ID of the XML document type for which this XML registry entry is being configured. More info
RootElementTag Root Element Tag General Specifies the root element of the XML document type for which this XML registry entry is being configured. More info
SAXParserFactory SAX Parser Factory General Specifies the fully qualified name of the class that implements the SAXParserFactory API. More info
SystemId System Id General Specifies the system ID of the XML document type for which this XML registry entry is being configured. More info

 

XMLRegistry

References to this type:

  • Configuration -> Services -> XML Registries
Property Name Label Tab Name Description MBean Reference
DocumentBuilderFactory Document Builder Factory Configuration The fully qualified name of the class that implements the DocumentBuilderFactory interface. More info
Name Name ReferencedBy The name of this XML Registry. More info
Path Path ReferencedBy The path in the navigation tree to the referring object.
Properties Properties ReferencedBy The names of the properties on the referring object that reference this object.
SAXParserFactory SAX Parser Factory Configuration The fully qualified name of the class that implements the SAXParserFactory interface. More info
SchemaFactory Schema Factory Configuration The fully qualified name of the class that implements the SchemaFactory interface. More info
TransformerFactory Transformer Factory Configuration The fully qualified name of the class that implements the TransformerFactory interface. More info
Type Type ReferencedBy The type of the referring object.
WhenToCache When To Cache Configuration Specifies when WebLogic Server should cache external entities that it retrieves from the Web. More info
XMLEventFactory XML Event Factory Configuration The fully qualified name of the class that implements the XMLEventFactory interface. More info
XMLInputFactory XML Input Factory Configuration The fully qualified name of the class that implements the XMLInputFactory interface. More info
XMLOutputFactory XML Output Factory Configuration The fully qualified name of the class that implements the XMLOutputFactory interface. More info
XpathFactory Xpath Factory Configuration The fully qualified name of the class that implements the XPathFactory interface. More info