public class LoginedInterceptor extends AbstractInterceptor<AuthLogined>
| 构造器和说明 |
|---|
LoginedInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<AuthLogined> |
type()
注解类型
|
org.noear.solon.core.handle.Result |
verify(AuthLogined anno,
org.noear.solon.core.aspect.Invocation inv)
验证
|
doInterceptpublic Class<AuthLogined> type()
AbstractInterceptortype 在类中 AbstractInterceptor<AuthLogined>public org.noear.solon.core.handle.Result verify(AuthLogined anno, org.noear.solon.core.aspect.Invocation inv) throws Exception
AbstractInterceptorverify 在类中 AbstractInterceptor<AuthLogined>ExceptionCopyright © 2024. All rights reserved.