en.help.task-jaccprovideredit.html Maven / Gradle / Ivy
To Edit a JACC Provider
- In the navigation tree, expand the Configuration node.
- Under the Configuration node, expand the Security node.
- Under the Security node, select the JACC Providers node.
The JACC Providers page opens.
- On the JACC Providers page, click the name of the JACC provider that
you are editing.
The Edit JACC Provider page opens.
- On the Edit JACC Provider page, in the Policy Configuration field, type the
name of the class that implements the policy configuration factory.
- In the Policy Provider field, type the name of the class that implements
the policy factory.
- (Optional) In the Additional Properties section, specify additional properties.
For a description of the additional property that is available for JACC providers,
see Properties Specific to JACC Providers.
- To add a property, click the Add Property button. In the blank row
that appears, type the property name in the Name field, and type
the property value in the Value field.
- To modify a property, edit that property's Value field.
- To delete a property, select the checkbox to the left of the
Name field of the property that you are deleting, then click the Delete
Properties button.
- Click Save.
See Also