Class PrivilegedActionConfigurationXMLProcessor
java.lang.Object
org.wso2.carbon.server.admin.privilegedaction.PrivilegedActionConfigurationXMLProcessor
This class processes the XML configuration file
privilegedaction.xml found in the root level of
org.wso2.carbon.server.admin bundle.
The class reads the following two properties
skipServiceInvocation
skipLowerPriorityExtensions-
Field Details
-
PRIVILEGED_ACTION_CONFIG_FILE
- See Also:
-
LOCAL_NAME_PRIVILEGED_ACTION
- See Also:
-
LOCAL_NAME_SKIP_SERVICE_INVOCATION
- See Also:
-
LOCAL_NAME_SKIP_LOWER_PRIORITY_EXTENSIONS
- See Also:
-
-
Constructor Details
-
PrivilegedActionConfigurationXMLProcessor
public PrivilegedActionConfigurationXMLProcessor()
-
-
Method Details
-
buildPrivilegedActionConfigurationFromFile
public static PrivilegedActionConfiguration buildPrivilegedActionConfigurationFromFile() throws PrivilegedActionExceptionRetrunPrivilegedActionConfigurationread fromprivilegedaction.xml- Returns:
- PrivilegedActionConfiguration
- Throws:
PrivilegedActionException
-