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 that are available in the administrative console. You can add new security custom properties in a security configuration or in a security domain configuration.
Adding a new custom property in a global security configuration using the administrative console
Each property key name must be unique. If the same name is used for multiple properties, the value specified for the first property is used.
Do not start your property names with was, because this prefix is reserved for properties that are predefined in the application server.
wsadmin>AdminTask.setAdminActiveSecuritySettings('[-customProperties ["com.ibm.websphere.security.test=false"]]')
Adding a new custom property in a security domain configuration using the administrative console
Each property key name must be unique. If the same name is used for multiple properties, the value specified for the first property is used.
Do not start your property names with was, because this prefix is reserved for properties that are predefined in the application server.
wsadmin>AdminTask.setAppActiveSecuritySettings('[ -securityDomainName testDomain -customProperties ["com.ibm.websphere.security.test=false"]]')
In this information ...Related tasks
| IBM Redbooks, demos, education, and more(Index) |