Class AccessInformation
java.lang.Object
org.apache.synapse.commons.throttle.core.AccessInformation
this returns the throttling access information based on the policy at runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAccessAllowed(boolean accessAllowed) voidsetFaultReason(String faultReason)
-
Constructor Details
-
AccessInformation
public AccessInformation()
-
-
Method Details
-
getFaultReason
-
setFaultReason
-
isAccessAllowed
public boolean isAccessAllowed() -
setAccessAllowed
public void setAccessAllowed(boolean accessAllowed)
-