BEA Systems, Inc.

weblogic.management.runtime
Interface ServerSecurityRuntimeMBean


public interface ServerSecurityRuntimeMBean

This class is used for monitoring WebLogic Security Info.


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
 

Method Detail

getDefaultRealmRuntime

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

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/docs100
Copyright 2006 BEA Systems Inc.