|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.management.security.DeploymentModel
public class DeploymentModel
Provides constants for the
security deployment model used on the RealmMBean
.
Field Summary | |
---|---|
static String |
ADVANCED
Indicates the "Advanced" deployment model. |
static String |
CUSTOM_ROLES
Indicates the "Customized Roles" deployment model. |
static String |
CUSTOM_ROLES_POLICIES
Indicates the "Customized Roles And Policies" deployment model. |
static String |
DD_ONLY
Indicates the "DD Only" deployment model. |
static String |
MODEL_LIST_DISPLAY
|
Constructor Summary | |
---|---|
DeploymentModel()
|
Method Summary | |
---|---|
static boolean |
isValidModel(String model)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DD_ONLY
public static final String CUSTOM_ROLES
public static final String CUSTOM_ROLES_POLICIES
public static final String ADVANCED
public static final String MODEL_LIST_DISPLAY
Constructor Detail |
---|
public DeploymentModel()
Method Detail |
---|
public static final boolean isValidModel(String model)
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |