(self, functionName)
| 3131 | # it is one of the allowed proxies that has been set up on the server side. |
| 3132 | # -------------------------------------------------------------------------- |
| 3133 | def validate(self, functionName): |
| 3134 | if functionName not in self.allowedProxies: |
| 3135 | return None |
| 3136 | else: |
| 3137 | return functionName.strip() |
| 3138 | |
| 3139 | @exportRpc("pv.proxy.manager.create") |
| 3140 | def create( |