Class AuthorizationInterceptor
Inheritance
AuthorizationInterceptor
Assembly: Volo.Abp.Authorization.dll
Syntax
public class AuthorizationInterceptor : AbpInterceptor, IAbpInterceptor, ITransientDependency
Constructors
AuthorizationInterceptor(IMethodInvocationAuthorizationService)
Declaration
public AuthorizationInterceptor(IMethodInvocationAuthorizationService methodInvocationAuthorizationService)
Parameters
Methods
AuthorizeAsync(IAbpMethodInvocation)
Declaration
protected virtual Task AuthorizeAsync(IAbpMethodInvocation invocation)
Parameters
Returns
InterceptAsync(IAbpMethodInvocation)
Declaration
public override Task InterceptAsync(IAbpMethodInvocation invocation)
Parameters
Returns
Overrides
Implements
Extension Methods