Select groups from the box Available Groups, as appropriate, and use the

9-12 Oracle Fusion Middleware Application Security Guide file must not have a service instance reference to an identity store. If unspecified, the script runs online and it lists application stripes in the policy store. ■ regularExpression specifies the regular expression that stripe names returned should match. Optional. If unspecified, it matches all names. To match substrings, use the character . Examples of Use The following online invocation returns the list of application stripes in the policy store: listAppStripes.py The following offline invocation returns the list of application stripes in the policy store referenced in the default context of the specified configuration file: listAppStripes.py -configFile homemyFilesjps-config.xml The following online invocation returns the list of application stripes that contain the prefix App: listAppStripes.py -regularExpression App

9.3.1.1 Running listAppStripes after Reassociating to a DB-Based Store

The jps configuration file produced by the reassociation to a DB-based stored cannot be passed, as is, to the script listAppStripes when the script is run in offline mode. To run the script in offline mode in this scenario, the passed file must be first manually edited as described below. The following examples illustrate fragments of jps configuration files before and after reassociating to a DB-based OPSS security store, and the changes required on the file produced by the reassociation. Before Reassociation The following fragment illustrates the configuration of a file-based policy store before being reassociated to a DB-based store: serviceInstance name=policystore.xml provider=policystore.xml.provider location=.system-jazn-data.xml descriptionFile Based Policy Store Service Instancedescription serviceInstance jpsContext name=default serviceInstanceRef ref=credstore serviceInstanceRef ref=keystore serviceInstanceRef ref=policystore.xml serviceInstanceRef ref=audit serviceInstanceRef ref=idstore.ldap serviceInstanceRef ref=trust jpsContext After Reassociation The following fragment illustrates the configuration file generated by the reassociation of the above store to a DB-based store: propertySet name=props.db.1 property value=cn=soa_domain name=oracle.security.jps.farm.name property value=cn=jpsroot name=oracle.security.jps.ldap.root.name