public interface JpsUtilExtractPolicyRealm
| Modifier and Type | Method and Description |
|---|---|
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.
|
org.w3c.dom.Document extractUserPolicies(java.lang.String userName,
java.util.List<java.lang.String> appNames)
throws JpsException
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.java.lang.IllegalArgumentException - If the required parameters userName and appNames are null.JpsException - Indicates internal JPS error.