org.wso2.carbon.server.admin.privilegedaction
Class PrivilegedActionConfiguration

java.lang.Object
  extended by org.wso2.carbon.server.admin.privilegedaction.PrivilegedActionConfiguration

public class PrivilegedActionConfiguration
extends Object


Constructor Summary
PrivilegedActionConfiguration()
           
 
Method Summary
 boolean isSkipLowerPriorityExtensions()
           
 boolean isSkipServiceInvocation()
           
 void setSkipLowerPriorityExtensions(boolean skipLowerPriorityExtensions)
           
 void setSkipServiceInvocation(boolean skipServiceInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivilegedActionConfiguration

public PrivilegedActionConfiguration()
Method Detail

isSkipServiceInvocation

public boolean isSkipServiceInvocation()

setSkipServiceInvocation

public void setSkipServiceInvocation(boolean skipServiceInvocation)

isSkipLowerPriorityExtensions

public boolean isSkipLowerPriorityExtensions()

setSkipLowerPriorityExtensions

public void setSkipLowerPriorityExtensions(boolean skipLowerPriorityExtensions)


Copyright © 2014 WSO2 Inc. All rights reserved.