Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.tools.utility
Interface JpsUtilExtractPolicyRealm


public interface JpsUtilExtractPolicyRealm

Method Summary
 org.w3c.dom.Document extractUserPolicies(java.lang.String userName, java.util.List<java.lang.String> appNames)
          This method extracts identity and policy information for the named user and specified set of Application Stripes.

 

Method Detail

extractUserPolicies

org.w3c.dom.Document extractUserPolicies(java.lang.String userName,
                                         java.util.List<java.lang.String> appNames)
                                         throws JpsException
This method extracts identity and policy information for the named user and specified set of Application Stripes. The extract uses "jazn.com" as the default destination realm.
Parameters:
userName - Name of the user whose identity will be extracted. e.g.:JtaAdmin or fmwadmin etc..
appNames - The list of application stripes for which policies will be extracted.
Returns:
Document An XML Document that conforms to the jazn-data-11_1.xsd. The XML Document will have both Identity Store and Policy Store sections for the named user and specified Application Stripes.
Throws:
java.lang.IllegalArgumentException - If the required parameters userName and appNames are null.
JpsException - Indicates internal JPS error.

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.