Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


oracle.security.jps.tools.utility
Interface JpsUtilExtractPolicyRealm


public interface JpsUtilExtractPolicyRealm

Method Summary
 org.w3c.dom.Document extractUserPolicies(java.lang.String userName, java.util.List 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 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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.