MCPcopy Create free account
hub / github.com/Justson/AgentWeb / HookManager

Class HookManager

agentweb-core/src/main/java/com/just/agentweb/HookManager.java:24–33  ·  view source on GitHub ↗

@author cenxiaozhong @since 1.0.0

Source from the content-addressed store, hash-verified

22 * @since 1.0.0
23 */
24public class HookManager {
25
26 public static AgentWeb hookAgentWeb(AgentWeb agentWeb, AgentWeb.AgentBuilder agentBuilder) {
27 return agentWeb;
28 }
29
30 public static boolean permissionHook(String url,String[]permissions){
31 return true;
32 }
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected