org.apache.stratos.common.config
Class PermissionConfig

java.lang.Object
  extended by org.apache.stratos.common.config.PermissionConfig

public class PermissionConfig
extends Object


Constructor Summary
PermissionConfig(org.apache.axiom.om.OMElement configEle)
           
 
Method Summary
 String getName()
           
 String getPath()
           
 void serialize(org.apache.axiom.om.OMElement configEle)
           
 void setName(String name)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionConfig

public PermissionConfig(org.apache.axiom.om.OMElement configEle)
Method Detail

serialize

public void serialize(org.apache.axiom.om.OMElement configEle)

getName

public String getName()

setName

public void setName(String name)

getPath

public String getPath()

setPath

public void setPath(String path)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.