构造器和说明 |
---|
AuthRuleHandler() |
限定符和类型 | 方法和说明 |
---|---|
void |
addRule(AuthRule rule) |
void |
doFilter(Context ctx,
FilterChain chain)
过滤
|
protected void |
handle(Context ctx) |
void |
setPathPrefix(java.lang.String pathPrefix)
设置规则路径前缀(用于支持 AuthAdapterSupplier 的前缀特性)
|
public void setPathPrefix(java.lang.String pathPrefix)
public void addRule(AuthRule rule)
public void doFilter(Context ctx, FilterChain chain) throws java.lang.Throwable
Filter
protected void handle(Context ctx) throws java.lang.Throwable
java.lang.Throwable