public class SecurityDeploymentSettings extends HashStructureAdapter
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
DATA_KEY  | 
static java.lang.String | 
MIGRATE_USERS_AND_GROUPS_KEY  | 
static java.lang.String | 
OVERWRITE_APP_POLICIES_KEY  | 
static java.lang.String | 
OVERWRITE_CREDENTIALS_KEY  | 
static java.lang.String | 
UPDATE_WEBLOGIC_APPLICATION_SETTINGS_KEY  | 
_hash| Modifier and Type | Method and Description | 
|---|---|
static SecurityDeploymentSettings | 
getInstance(DataContainer container)  | 
static SecurityDeploymentSettings | 
getInstance(DataContainer container,
           boolean userPropertiesMode)  | 
boolean | 
getMigrateUsersAndGroupsFlag()  | 
boolean | 
getOverwriteApplicationPoliciesFlag()  | 
boolean | 
getOverwriteCredentialsFlag()  | 
boolean | 
getUpdateWeblogicApplicationFlag()  | 
static boolean | 
isCustomSettingsActive(DataContainer container)  | 
void | 
setMigrateUsersAndGroupsFlag(java.lang.Boolean flag)  | 
void | 
setOverwriteApplicationPoliciesFlag(java.lang.Boolean flag)  | 
void | 
setOverwriteCredentialsFlag(java.lang.Boolean flag)  | 
void | 
setUpdateWeblogicApplicationFlag(java.lang.Boolean flag)  | 
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic static final java.lang.String DATA_KEY
public static final java.lang.String UPDATE_WEBLOGIC_APPLICATION_SETTINGS_KEY
public static final java.lang.String OVERWRITE_APP_POLICIES_KEY
public static final java.lang.String OVERWRITE_CREDENTIALS_KEY
public static final java.lang.String MIGRATE_USERS_AND_GROUPS_KEY
public static SecurityDeploymentSettings getInstance(DataContainer container)
public static SecurityDeploymentSettings getInstance(DataContainer container, boolean userPropertiesMode)
public boolean getUpdateWeblogicApplicationFlag()
public void setUpdateWeblogicApplicationFlag(java.lang.Boolean flag)
public boolean getOverwriteApplicationPoliciesFlag()
public void setOverwriteApplicationPoliciesFlag(java.lang.Boolean flag)
public boolean getMigrateUsersAndGroupsFlag()
public void setMigrateUsersAndGroupsFlag(java.lang.Boolean flag)
public boolean getOverwriteCredentialsFlag()
public void setOverwriteCredentialsFlag(java.lang.Boolean flag)
public static boolean isCustomSettingsActive(DataContainer container)