Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-02

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

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
12c Release 1 (12.1.1)

Part Number E24395-02