/* * Decompiled with CFR 0.152. * * Could not load the following classes: * javax.baja.sys.BInterface * javax.baja.sys.Sys * javax.baja.sys.Type */ package com.tridium.fox.sys; import com.tridium.fox.session.FoxServer; import com.tridium.fox.session.FoxSession; import javax.baja.sys.BInterface; import javax.baja.sys.Sys; import javax.baja.sys.Type; public interface BIFoxAuthAgent extends BInterface { public static final Type TYPE; public boolean authenticate(FoxSession var1, FoxServer var2) throws Exception; static { Class clazz = 1.class$com$tridium$fox$sys$BIFoxAuthAgent; if (clazz == null) { clazz = 1.class$com$tridium$fox$sys$BIFoxAuthAgent = 1.class("[Lcom.tridium.fox.sys.BIFoxAuthAgent;", false); } TYPE = Sys.loadType((Class)clazz); } }