Use the button Delete to remove a selected item from any table. When finished

8-26 Oracle Fusion Middleware Application Security Guide permission classoracle.security.jps.JpsPermissionclass nameCredentialMappingname permission permissions grant Note the use of system variables in the URL specification. For details, see Example in url .

8.8 Cataloging Oracle Internet Directory Attributes

An Oracle Internet Directory attribute used in a search filter must be indexed and cataloged. Indexing and cataloging are optional operations, in general, but required for OPSS-related attributes. In a production environment, it is recommended that attribute indexing and cataloging be performed after the reassociation of the policy store has been completed. For details about managing attribute catalogs and identifying whether an attribute is indexed, see the following sections in Oracle Fusion Middleware Administrators Guide for Oracle Internet Directory: The command ldapmodify, who se syntax is illustrated below, can also be used to index attributes specified in an LDIF file: ■ Adding an Index to a New Attribute by Using Oracle Directory Services Manager ■ Adding an Index to an Existing Attribute by Using Oracle Directory Services Manager ■ Dropping an Index from an Attribute by Using Oracle Directory Services Manager ■ Indexing an Attribute for Which Data Exists by Using Oracle Directory Services Manager ■ Creating and Dropping Indexes from Existing Attributes Using Catalog ldapmodify -h host -p port -D bind DN -w bind password -v -f catalogue modify ldif file name For example, the above command can be used with the following sample LDIF file to catalog the attributes createtimestamp and modifytimestamp: dn: cn=catalogs changetype: modify add: orclindexedattribute orclindexedattribute: modifytimestamp orclindexedattribute: createtimestamp Each of the following Oracle Internet Directory attributes must be indexed: ■ orclrolescope ■ orclassignedroles ■ orclApplicationCommonName ■ orclAppFullName ■ orclCSFAlias ■ orclCSFKey ■ orclCSFName Configuring the OPSS Security Store 8-27 ■ orclCSFDBUrl ■ orclCSFDBPort ■ orclCSFCredentialType ■ orclCSFExpiryTime ■ modifytimestamp ■ createtimestamp ■ orcljpsassignee For a note related to the need to catalog an attribute, see Section L.18, Search Failure when Matching Attribute in Policy Store.