Class ManagementPermissionsBuilder
- java.lang.Object
-
- org.wso2.carbon.utils.component.xml.builder.ComponentConfigBuilder
-
- org.wso2.carbon.utils.component.xml.builder.ManagementPermissionsBuilder
-
- All Implemented Interfaces:
ComponentConstants
public class ManagementPermissionsBuilder extends ComponentConfigBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCALNAME_DISPLAY_NAMEstatic StringLOCALNAME_MGT_PERMISSIONstatic StringLOCALNAME_MGT_PERMISSIONSstatic StringLOCALNAME_RESOURCE_ID-
Fields inherited from interface org.wso2.carbon.utils.component.xml.ComponentConstants
DEPLOYER_CONFIG, ELE_CLASS, ELE_COMPONENT_BUILDER, ELE_COMPONENT_BUILDERS, ELE_DEPLOYER, ELE_DEPLOYERS, ELE_DIRECTORY, ELE_EXTENSION, ELE_HTTP_GET_REQUEST_PROCESSORS, ELE_ID, ELE_ITEM, ELE_PROCESSOR, HTTP_GET_REQUEST_PROCESSORS, NS_WSO2CARBON
-
-
Constructor Summary
Constructors Constructor Description ManagementPermissionsBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentConfig[]build(org.apache.axiom.om.OMElement omElement)StringgetLocalNameOfComponentConfigElement()
-
-
-
Field Detail
-
LOCALNAME_MGT_PERMISSIONS
public static final String LOCALNAME_MGT_PERMISSIONS
- See Also:
- Constant Field Values
-
LOCALNAME_MGT_PERMISSION
public static final String LOCALNAME_MGT_PERMISSION
- See Also:
- Constant Field Values
-
LOCALNAME_DISPLAY_NAME
public static final String LOCALNAME_DISPLAY_NAME
- See Also:
- Constant Field Values
-
LOCALNAME_RESOURCE_ID
public static final String LOCALNAME_RESOURCE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
build
public ComponentConfig[] build(org.apache.axiom.om.OMElement omElement) throws CarbonException
- Specified by:
buildin classComponentConfigBuilder- Throws:
CarbonException
-
getLocalNameOfComponentConfigElement
public String getLocalNameOfComponentConfigElement()
- Specified by:
getLocalNameOfComponentConfigElementin classComponentConfigBuilder
-
-