Uses of Class
org.apache.synapse.mediators.bsf.access.control.config.AccessControlListType
-
Packages that use AccessControlListType Package Description org.apache.synapse.mediators.bsf.access.control.config -
-
Uses of AccessControlListType in org.apache.synapse.mediators.bsf.access.control.config
Methods in org.apache.synapse.mediators.bsf.access.control.config that return AccessControlListType Modifier and Type Method Description AccessControlListTypeAccessControlConfig. getAccessControlListType()static AccessControlListTypeAccessControlListType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessControlListType[]AccessControlListType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.synapse.mediators.bsf.access.control.config with parameters of type AccessControlListType Constructor Description AccessControlConfig(boolean isAccessControlEnabled, AccessControlListType accessControlListType, List<String> accessControlList)
-