Oracle

weblogic.management.runtime
Interface ServerSecurityRuntimeMBean


public interface ServerSecurityRuntimeMBean

This class is used for monitoring WebLogic Security Info.


Method Summary
 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

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://edocs.bea.com/wls/docs103
Copyright 2008 Oracle