WAS v8.5 > Secure applications > Set up security > Enable security

Delete an existing custom property in a global security configuration or in a security domain configuration

Custom properties are arbitrary name-value pairs of data, where the name is a property key and the value is a string value that can be used to set internal system configuration properties. Defining a new property enables you to configure settings beyond those available in the dmgr console. We can delete existing security custom properties in a global security configuration or in a security domain configuration. Delete an existing custom property in a global security configuration

  1. Click Security > Global security > Custom properties.

  2. Select the custom property to delete.

  3. Click Delete.

  4. Click Apply or Save.

We can also use the -customProperties flag in the setAdminActiveSecuritySettings wsadmin command to delete an existing custom property in a global security configuration. See the SecurityConfigurationCommands command group for AdminTask article for more information about this command. For example:

wsadmin>AdminTask.setAdminActiveSecuritySettings('[-customProperties 
["com.ibm.websphere.security.test="]]')


Delete an existing custom property in a security domain configuration

  1. Click Security > Security domains.

  2. Click Custom properties.

  3. Select the custom property to delete.

  4. Click Delete.
  5. In the Value field, enter the value to delete.

  6. Click Apply or Save.

We can also use the -customProperties flag in the setAppActiveSecuritySettings wsadmin command to delete an existing custom property in a global security domain configuration. See the SecurityConfigurationCommands command group for AdminTask article for more information about this command. Use the -securityDomainName flag to specify the security domain where the custom property is located. .For example:

wsadmin>AdminTask.setAppActiveSecuritySettings('[ -securityDomainName testDomain 
-customProperties ["com.ibm.websphere.security.test="]]')


Related


Add a new custom property in a global security configuration or in a security domain configuration
Modify an existing custom property in a global security configuration or in a security domain configuration


Reference:

Security custom properties
Security custom property page
AdminTask SecurityConfigurationCommands


+

Search Tips   |   Advanced Search