public interface SecurityHandler<I>
| 限定符和类型 | 方法和说明 |
|---|---|
I |
authInterceptor(List<AuthSecure> authSecures)
auth拦截器。
|
I |
basicInterceptor(List<BasicSecure> basicSecures)
basic拦截器。
|
I |
signInterceptor(List<SignSecure> signSecures)
sign拦截器。
|
I |
tokenInterceptor()
token拦截器。
|
I tokenInterceptor()
I authInterceptor(List<AuthSecure> authSecures)
authSecures - 授权集合I basicInterceptor(List<BasicSecure> basicSecures)
basicSecures - 基础认证集合I signInterceptor(List<SignSecure> signSecures)
signSecures - 签名认证集合Copyright © 2022 Zodiac. All rights reserved.