Class RoleBaseCallerConfiguration
- java.lang.Object
-
- org.apache.synapse.commons.throttle.core.CallerConfiguration
-
- org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerConfiguration
-
public class RoleBaseCallerConfiguration extends CallerConfiguration
-
-
Constructor Summary
Constructors Constructor Description RoleBaseCallerConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()To get IDListgetRoles()intgetType()To get the type of the throttlevoidsetID(String id)To set ID-
Methods inherited from class org.apache.synapse.commons.throttle.core.CallerConfiguration
getAccessState, getMaximumRequestPerUnitTime, getProhibitTimePeriod, getUnitTime, setAccessState, setMaximumRequestPerUnitTime, setProhibitTimePeriod, setUnitTime
-
-
-
-
Method Detail
-
getID
public String getID()
Description copied from class:CallerConfigurationTo get ID- Specified by:
getIDin classCallerConfiguration- Returns:
- String value of ID
-
setID
public void setID(String id)
Description copied from class:CallerConfigurationTo set ID- Specified by:
setIDin classCallerConfiguration- Parameters:
id- The id of caller
-
getType
public int getType()
Description copied from class:CallerConfigurationTo get the type of the throttle- Specified by:
getTypein classCallerConfiguration- Returns:
- the type of the throttle
-
getRoles
public List getRoles()
-
-