Class AccessInformation
- java.lang.Object
-
- org.apache.synapse.commons.throttle.core.AccessInformation
-
public class AccessInformation extends Object
this returns the throttling access information based on the policy at runtime
-
-
Constructor Summary
Constructors Constructor Description AccessInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFaultReason()
boolean
isAccessAllowed()
void
setAccessAllowed(boolean accessAllowed)
void
setFaultReason(String faultReason)
-