BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.runtime
Interface ServerSecurityRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, weblogic.management.runtime.RuntimeMBean, weblogic.management.WebLogicMBean

public interface ServerSecurityRuntimeMBean
extends weblogic.management.runtime.RuntimeMBean

This class is used for monitoring WebLogic Security Info.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 weblogic.management.runtime.RealmRuntimeMBean getDefaultRealmRuntime()
           Returns the realm runtime mbean for the default realm from when this server was booted.
 boolean isJACCEnabled()
          Indicates whether JACC (Java Authorization Contract for Containers) was enabled on the commandline for the jvm hosting this server
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getDefaultRealmRuntime

public weblogic.management.runtime.RealmRuntimeMBean getDefaultRealmRuntime()

Returns the realm runtime mbean for the default realm from when this server was booted.

Since:
9.0.0.0

isJACCEnabled

public boolean isJACCEnabled()

Indicates whether JACC (Java Authorization Contract for Containers) was enabled on the commandline for the jvm hosting this server

Returns:
a boolean indicating if JACC is enabled
Since:
9.0.0.0
Default value:
false

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.