package com.hwlcn.security.util; public interface ThreadState { void bind(); void restore(); void clear(); }